compuute-scan-api
scan.compuute.se
· Compuute AB
MCP-specific static security scanner for agents. Scan any public GitHub MCP-server repo and get severity counts, score, top findings, and a triage disclaimer. 37 L1 rules across TS/JS, Python, Go, Rust, C#, Java, Kotlin. Threat-intel response cadence: new rules added within one week of published CVE classes (see compuute-scan v0.6.2's L1-038 for the Ox Security npx-argument-injection vector).
scan.compuute.se via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
https://scan.compuute.se/.well-known/agent-card.json and the next probe clears this panel.
| Field | What we saw | What we stored |
|---|---|---|
skills[0].examples[0] |
Input should be a valid string | reinterpreted — kept verbatim as text |
Dispute or improve this rating
F
Conformance score: 30/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-18 01:16:36 current | 5bf4be797355… |
view → |
Endpoints
| Agent card | https://scan.compuute.se/.well-known/agent-card.json |
| Provider | https://compuute.se |
| Docs | https://scan.compuute.se/docs |
Skills · 1 declared · mapped to canonical taxonomy
Clone a public GitHub MCP-server repo and run compuute-scan L0+L1 static analysis. Returns severity counts, 0-100 score, 10 most severe findings, performance me…
Health · last 4 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/scan.compuute.se) [](https://agenstry.com/agents/scan.compuute.se) [](https://agenstry.com/agents/scan.compuute.se) [](https://agenstry.com/agents/scan.compuute.se)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "compuute-scan-api",
"description": "MCP-specific static security scanner for agents. Scan any public GitHub MCP-server repo and get severity counts, score, top findings, and a triage disclaimer. 37 L1 rules across TS/JS, Python, Go, Rust, C#, Java, Kotlin. Threat-intel response cadence: new rules added within one week of published CVE classes (see compuute-scan v0.6.2's L1-038 for the Ox Security npx-argument-injection vector).",
"url": "https://scan.compuute.se",
"version": "0.3.0",
"documentationUrl": "https://scan.compuute.se/docs",
"mcpEndpoint": "https://scan.compuute.se/mcp/",
"provider": {
"organization": "Compuute AB",
"url": "https://compuute.se"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"multiTurn": false
},
"authentication": {
"schemes": [
"none",
"x402"
],
"x402Endpoint": "https://scan.compuute.se/v1/scan/pay",
"freeEndpoint": "https://scan.compuute.se/v1/scan"
},
"skills": [
{
"id": "scan_mcp_server",
"name": "Scan MCP server repo",
"description": "Clone a public GitHub MCP-server repo and run compuute-scan L0+L1 static analysis. Returns severity counts, 0-100 score, 10 most severe findings, performance metrics, and a triage disclaimer. Median latency 1-2s for small repos.",
"tags": [
"security",
"mcp",
"static-analysis",
"supply-chain",
"cve"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
{
"description": "Scan an MCP server you're evaluating",
"input": {
"repo_url": "https://github.com/modelcontextprotocol/servers"
}
}
]
}
],
"pricing": {
"free": "0 USDC \u2014 POST /v1/scan, no API key, rate-limited",
"perScan": "$0.10 USDC on Base L2 \u2014 POST /v1/scan/pay with X-Payment header",
"manualAudit": "$5K-30K \u2014 see https://compuute.se/audit"
},
"agentSafety": {
"honestFraming": "Every response carries a _disclaimer field stating that findings are pattern matches, not exploitability claims. Static analysis cannot determine whether vulnerable code paths are reachable from attacker-controlled input.",
"noCodeExecution": "compuute-scan never executes code from the scanned repo. Files are read as text and pattern-matched against regex rules.",
"sandboxing": "Clones live in tempfile.TemporaryDirectory() and are wiped after each scan. git clone uses --depth 1 --filter=blob:limit=10m with a 60s timeout.",
"dataMinimization": "No scan results stored server-side. Stateless service.",
"openSource": "Scanner source: https://github.com/Compuute/compuute-scan (MIT). API source: https://github.com/Compuute/compuute-scan-api (MIT)."
}
}