Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mythos-agent/mythos-agent

NPM · MYTHOS-AGENT · SCANNED AUG 3

Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.

Available components

+25 this week 71 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (74 of 75), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (74 of 75), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to mythos-agent/mythos-agent). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 74 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 555 tokens (~46/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mythos-agent

# add to Claude Code
claude mcp add mythos-agent-mythos-agent -- npx -y mythos-agent
# add to Codex CLI
codex mcp add mythos-agent-mythos-agent -- npx -y mythos-agent
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mythos-agent-mythos-agent": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mythos-agent"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mythos-agent-mythos-agent --command npx --arg -y --arg mythos-agent
# ~/.hermes/config.yaml
mcp_servers:
  mythos-agent-mythos-agent:
    command: "npx"
    args: ["-y", "mythos-agent"]
// mcp.json
{
  "mcpServers": {
    "mythos-agent-mythos-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mythos-agent"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +12
    • Known CVEs: partial → unverified security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 1 Aug 26 +38
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The attested source repository moved: mythos-agent/mythos-agent security
    • MCP protocol: unverified → fail functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
mythos-agent/mythos-agent
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/mythos-agent/mythos-agent/.github/workflows/release-please.yml@refs/heads/main
Rekor log index:
1369953999
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:0966075d134674abc2bada123f913779e4a12a2b6f9fdae72020e4c9d3026f71f56969d3e214bf2158bb13f6e63839dc2cd230b003816903b6ecde1fa
Discovery method:
attestation_endpoint
Dependencies 74 packages

74 packages in the resolved dependency tree · 74 deprecated · 9 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~555 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
mythos_endpoints ~40

Discover all API endpoints in the codebase and assess their security (auth status, risk level).

NameTypeReqDescription
pathstringProject path to analyze

No output schema declared.

No examples provided.

mythos_iac ~35

Scan Docker, Terraform, and Kubernetes files for security misconfigurations.

NameTypeReqDescription
pathstringProject path to scan

No output schema declared.

No examples provided.

mythos_results ~37

Get the latest scan results for a project. Returns all findings, chains, and trust score.

NameTypeReqDescription
pathstringProject path

No output schema declared.

No examples provided.

mythos_scan ~59

Scan a project for security vulnerabilities. Returns findings with severity, location, and description.

NameTypeReqDescription
pathstringProject path to scan (default: current directory)
severitystringMinimum severity: critical, high, medium, low

No output schema declared.

No examples provided.

mythos_score ~34

Get a security score (0-100) with letter grade for the project.

NameTypeReqDescription
pathstringProject path

No output schema declared.

No examples provided.

mythos_secrets ~38

Scan for hardcoded secrets, API keys, passwords, and tokens in source code.

NameTypeReqDescription
pathstringProject path to scan

No output schema declared.

No examples provided.

sphinx_endpoints ~52

Discover all API endpoints in the codebase and assess their security (auth status, risk level). (DEPRECATED legacy alias — use mythos_endpoints.)

NameTypeReqDescription
pathstringProject path to analyze

No output schema declared.

No examples provided.

sphinx_iac ~47

Scan Docker, Terraform, and Kubernetes files for security misconfigurations. (DEPRECATED legacy alias — use mythos_iac.)

NameTypeReqDescription
pathstringProject path to scan

No output schema declared.

No examples provided.

sphinx_results ~48

Get the latest scan results for a project. Returns all findings, chains, and trust score. (DEPRECATED legacy alias — use mythos_results.)

NameTypeReqDescription
pathstringProject path

No output schema declared.

No examples provided.

sphinx_scan ~70

Scan a project for security vulnerabilities. Returns findings with severity, location, and description. (DEPRECATED legacy alias — use mythos_scan.)

NameTypeReqDescription
pathstringProject path to scan (default: current directory)
severitystringMinimum severity: critical, high, medium, low

No output schema declared.

No examples provided.

sphinx_score ~45

Get a security score (0-100) with letter grade for the project. (DEPRECATED legacy alias — use mythos_score.)

NameTypeReqDescription
pathstringProject path

No output schema declared.

No examples provided.

sphinx_secrets ~50

Scan for hardcoded secrets, API keys, passwords, and tokens in source code. (DEPRECATED legacy alias — use mythos_secrets.)

NameTypeReqDescription
pathstringProject path to scan

No output schema declared.

No examples provided.