Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/helixdevelopment/code/media-validatorgit clone --depth 1 https://github.com/HelixDevelopment/codeGrade A, and why
media-validator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"media-validator": {
"description": "Validate media files (MP4, PNG, TXT) via OCR/metadata/pattern matching for PASS/FAIL with evidence (§11.4.164)",
"type": "command",
"command": "bash",
"args": [
"constitution/skills/media-validator/media-validator.sh"
],
"env": {
"MEDIA_VALIDATOR_EVIDENCE_DIR": "qa-results/media-validator"
},
"disabled": false,
"autoApprove": []
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 15 lines scan A fdd073af71f7
media-validator is an MCP server published in the GitHub repository HelixDevelopment/code (2 stars, last pushed 4d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
nx-mcp
Nx's MCP server: lets the agent read the Nx project graph, look up generators and run tasks in an Nx monorepo. Runs locally from the nx npm package.
copilotkit-docs
CopilotKit's hosted docs server: lets the agent search CopilotKit documentation and examples. Remote server at mcp.copilotkit.ai.
nightgate-mcp
MCP server exposing NIGHTGATE (Midnight blockchain attestation layer) to AI agents. Runs locally from the @odatano/nightgate-mcp npm package.
1stay
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide. Remote server at mcp.stayker.com.
docs-langchain
MCP server "docs-langchain", hosted remotely at docs.langchain.com, as configured in langchain-ai/langchain.
reference-langchain
MCP server "reference-langchain", hosted remotely at reference.langchain.com, as configured in langchain-ai/langchain.