# AgentSecurityLens MCP Security Trust Check (npm · agent-security-lens)

MCP security trust-check for agents before installing MCPs, Skills or tools.

- Trust score: 63/100 (medium)
- Change this week: −10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `agent-security-lens`: 63/100 (this document), [markdown](https://verifymcp.io/servers/professor2k8-agent-security-lens/agent-security-lens.md), [page](https://verifymcp.io/servers/professor2k8-agent-security-lens/agent-security-lens)

## Channel facts

- Registry: `npm`
- Package: `agent-security-lens`
- Version: `0.1.12`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 27 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 752 tokens (~68/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 72/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 17% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add professor2k8-agent-security-lens -- npx -y agent-security-lens
```

### Codex

```bash
codex mcp add professor2k8-agent-security-lens -- npx -y agent-security-lens
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "professor2k8-agent-security-lens": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agent-security-lens"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add professor2k8-agent-security-lens --command npx --arg -y --arg agent-security-lens
```

### Hermes

```yaml
mcp_servers:
  professor2k8-agent-security-lens:
    command: "npx"
    args: ["-y", "agent-security-lens"]
```

### Other

```json
{
  "mcpServers": {
    "professor2k8-agent-security-lens": {
      "command": "npx",
      "args": [
        "-y",
        "agent-security-lens"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 48, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 55, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 73, +26)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 17
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: pass

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (11)

### `get_install_policy` (~38 tokens)

Return the ASL machine-readable policy an autonomous agent should follow before installing MCPs, Skills, tools, prompt bundles, workflows or memory components.

### `get_intelligence_status` (~32 tokens)

Return whether ASL MCP is using online cloud intelligence or local fallback, and whether the cloud API is reachable.

### `review_before_install` (~178 tokens)

Query ASL intelligence before an autonomous agent installs or enables an MCP, Skill, tool, prompt bundle, workflow, memory component or install command.

Input parameters:

- `component_name` (string): Component name, package name or display name.
- `component_type` (string)
- `install_command` (string): Command the agent plans to run, such as npx/uvx/docker.
- `manifest` (object|string): MCP/Skill manifest or config snippet.
- `planned_use` (string): What the agent wants to use this component for.
- `requested_permissions` (array): Permissions the agent expects this component to need, such as shell, filesystem, network or browser.
- `source_url` (string): GitHub, registry, npm, Docker or documentation URL.
- `submit_if_unknown` (boolean): Queue unknown components for ASL research.

### `check_component` (~64 tokens)

Check ASL online intelligence for a component and return an agent-readable install decision.

Input parameters:

- `component_name` (string)
- `component_type` (string)
- `install_command` (string)
- `manifest` (object|string)
- `source_url` (string)

### `recommend_alternatives` (~62 tokens)

Return safer alternatives and a safe install plan for a component.

Input parameters:

- `component_name` (string)
- `component_type` (string)
- `install_command` (string)
- `manifest` (object|string)
- `source_url` (string)

### `submit_unknown_component` (~72 tokens)

Submit public metadata for an unknown component to the ASL research queue. Do not submit private file contents or secrets.

Input parameters:

- `component_name` (string)
- `component_type` (string)
- `install_command` (string)
- `manifest` (object|string)
- `source_url` (string)

### `report_install_outcome` (~97 tokens)

Report what happened after an agent followed an ASL decision. Use this to improve ASL adoption metrics and recommendation quality.

Input parameters:

- `alternative_used` (string)
- `component_name` (string)
- `component_type` (string)
- `decision` (string)
- `error_summary` (string)
- `outcome` (string)
- `restriction_applied` (boolean)
- `source_url` (string)

### `submit_decision_feedback` (~84 tokens)

Submit feedback about whether an ASL decision was useful, wrong, missing an alternative, or too strict. Do not include secrets or private code.

Input parameters:

- `comment` (string)
- `component_name` (string)
- `component_type` (string)
- `decision` (string)
- `feedback_type` (string)
- `rating` (number)

### `get_research_status` (~43 tokens)

Check whether an unknown component submitted to ASL has been collected, scanned, reviewed, published, archived or is still pending.

Input parameters:

- `submission_id` (string, required)

### `discover_workspace` (~36 tokens)

Discover Agent, MCP and Skill environments under a workspace path.

Input parameters:

- `max_depth` (number)
- `workspace_path` (string, required)

### `scan_workspace` (~46 tokens)

Discover and assess every Agent, MCP and Skill environment under a workspace path. Use this for local context only.

Input parameters:

- `max_depth` (number)
- `workspace_path` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/professor2k8-agent-security-lens/agent-security-lens#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 48
- 2026-07-31: 48
- 2026-07-30: 55
- 2026-07-28: 73
- 2026-07-27: 73
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/agent-security-lens
- Socket report: https://socket.dev/npm/package/agent-security-lens
- Repository: https://github.com/professor2k8/agent-security-lens
- Changelog RSS feed: https://verifymcp.io/servers/professor2k8-agent-security-lens/agent-security-lens/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/professor2k8-agent-security-lens/agent-security-lens/changelog.json
- HTML version of this page: https://verifymcp.io/servers/professor2k8-agent-security-lens/agent-security-lens
