mcp-toolkit
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill describes tools that ingest external or untrusted data, creating a potential surface for indirect prompt injection.
- Ingestion points: Tools such as
mcp/meshchatxfetch data from GitHub issues, andmcp/agentsreads repository documentation and markdown files. - Boundary markers: The skill explicitly documents security constraints such as path jailing (restricting file access to allowed roots) and secret redaction.
- Capability inventory: The toolkit includes capabilities for file system reads, repository build commands (
make), and authenticated GitHub API operations (gated by environment tokens). - Sanitization: The instructions mandate the use of redaction for sensitive material and the resolution of all paths to a jailed root to prevent directory traversal.
- [COMMAND_EXECUTION]: The skill provides instructions for running standard development commands like
make all,make test, andgosec. These are localized to the developer's environment for building and auditing the toolkit and are consistent with the skill's stated purpose as a developer resource. - [DATA_EXFILTRATION]: While the skill mentions environment variables like
GITHUB_TOKENand reading local configuration in~/.reticulum, it explicitly mandates that secret material must be redacted and never returned by the tools, mitigating exfiltration risks.
Audit Metadata