# AgentGuard — security checks for AI agents (oci · ghcr.io/shuaicongxiaomai/agentguard:0.1.2)

Secret, CVE and dependency-vulnerability scanning for AI agents (free, OSV.dev).

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

## Components

- oci · `ghcr.io/shuaicongxiaomai/agentguard:0.1.2`: 37/100 (this document), [markdown](https://verifymcp.io/servers/shuaicongxiaomai-agentguard/ghcr-io-shuaicongxiaomai-agentguard-0-1-2.md), [page](https://verifymcp.io/servers/shuaicongxiaomai-agentguard/ghcr-io-shuaicongxiaomai-agentguard-0-1-2)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/shuaicongxiaomai/agentguard:0.1.2`
- 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**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 31 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 237 tokens (~79/item across 3 items; 3 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: 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 shuaicongxiaomai-agentguard -- docker run --rm -i ghcr.io/shuaicongxiaomai/agentguard:0.1.2
```

### Codex

```bash
codex mcp add shuaicongxiaomai-agentguard -- docker run --rm -i ghcr.io/shuaicongxiaomai/agentguard:0.1.2
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shuaicongxiaomai-agentguard": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/shuaicongxiaomai/agentguard:0.1.2"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  shuaicongxiaomai-agentguard:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/shuaicongxiaomai/agentguard:0.1.2"]
```

### Other

```json
{
  "mcpServers": {
    "shuaicongxiaomai-agentguard": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/shuaicongxiaomai/agentguard:0.1.2"
      ]
    }
  }
}
```

## 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-07-31 (score 37, −6)

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

### 2026-07-27 (score 43, +35)

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

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

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 (3)

### `check_cve` (~98 tokens)

Check whether a specific package version has known vulnerabilities (CVEs), with severity and the fixed version. Data from OSV.dev.

Input parameters:

- `ecosystem` (string, required): Package ecosystem: npm, PyPI, Go, Maven, RubyGems, crates.io, NuGet, Packagist, etc.
- `name` (string, required): Package name.
- `version` (string, required): Exact installed version (e.g. 4.17.20).

Output parameters:

- `count` (integer)
- `vulns` (null|array)

### `scan_dependencies` (~71 tokens)

Scan a dependency manifest (go.mod, package.json, or requirements.txt) and report every pinned dependency with known vulnerabilities. Data from OSV.dev.

Input parameters:

- `content` (string, required): The full contents of the manifest file.
- `manifest_type` (string, required): One of: go.mod, package.json, requirements.txt.

Output parameters:

- `count` (integer)
- `vulnerable` (null|array)

### `scan_secrets` (~68 tokens)

Scan text, code, or a diff for hard-coded secrets (API keys, tokens, private keys) before the agent commits, logs, or sends it. Runs locally; values are masked.

Input parameters:

- `text` (string, required): The text, code, or diff to scan for hard-coded secrets.

Output parameters:

- `count` (integer)
- `findings` (null|array)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/shuaicongxiaomai-agentguard/ghcr-io-shuaicongxiaomai-agentguard-0-1-2#diagnostics

## Score history

- 2026-08-03: 37
- 2026-08-02: 37
- 2026-08-01: 37
- 2026-07-31: 37
- 2026-07-30: 43
- 2026-07-29: 43
- 2026-07-28: 43
- 2026-07-27: 43
- 2026-07-26: 8

## Links

- Repository: https://github.com/shuaicongxiaomai/agentguard
- Changelog RSS feed: https://verifymcp.io/servers/shuaicongxiaomai-agentguard/ghcr-io-shuaicongxiaomai-agentguard-0-1-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/shuaicongxiaomai-agentguard/ghcr-io-shuaicongxiaomai-agentguard-0-1-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/shuaicongxiaomai-agentguard/ghcr-io-shuaicongxiaomai-agentguard-0-1-2
