Obfus Link Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Obfus Link Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
31 deterministic developer tools on a lean, machine-payable MCP endpoint. The official MCP Registry manifest for obfus.link lives in this repo (server.json).
https://obfus.link/mcplink.obfus/utility-grid(JSON→Zod, regex-from-examples, JWT hardener, curl→fetch, AES-256 link obfuscator, hashing/encoding, and more).
agent's context (~21k tokens here) on every turn. obfus.link advertises one search tool by default and discovers the rest on demand — ~98% less resident context. Reproduce it: obfus.link/why.
byte-identical, every time — no retries, no drift.
402 challenge an agent cancomplete on its own (MPP). Discovery is always free.
obfus.link is a remote (Streamable HTTP) MCP server. Most clients connect via the mcp-remote bridge — for example, in claude_desktop_config.json:
{
"mcpServers": {
"obfus-link": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://obfus.link/mcp"]
}
}
}Full onboarding (Cursor, SPT auth for paid use, the error contract): obfus.link/docs/mcp.
A zero-dependency, clone-and-run example (messy LLM JSON → clean, typed Zod schema in two deterministic calls) lives at subether-labs/obfus-link-demo.
A Subether Labs infrastructure project.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.