opfor-mcp-setup
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents how to launch MCP servers as child processes using standard tools like
npx,node,python, oruvx(described intargets/stdio.md). This is the standard operational model for MCP stdio transport. - [PROMPT_INJECTION]: The skill includes an extensive catalog of prompt injection patterns (e.g., in
catalog.jsonundercontent-injectionandcross-resource-leakage) used to test the resilience of target servers against adversarial instructions. These are legitimate test cases for security assessment. - [EXTERNAL_DOWNLOADS]: The skill references external URLs such as
wuzzi.netandwebhook.site(incatalog.jsonunderssrfandcontent-injection). These are well-known security research and testing tools used for verifying Server-Side Request Forgery and indirect prompt injection. - [DATA_EXFILTRATION]: The skill contains patterns for testing data exposure (e.g., reading
/etc/passwd, AWS/GCP metadata endpoints). These are explicitly used as fail-criteria and test payloads within thecatalog.jsonto identify vulnerabilities in the target server, not to exfiltrate data from the user's own environment. - [CREDENTIALS_UNSAFE]: The skill contains logic to scan for environment variables and configuration files (like
.env,mcp.json) in the local repository to auto-detect server settings. It includes explicit instructions to the agent to NEVER ask for secret values and only extract environment variable names (documented inSKILL.mdsection 3).
Audit Metadata