feynman
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill ingests user-provided claims through
$ARGUMENTSand interpolates them directly into the instruction sets for sub-agents (e.g., Source Auditor, Self-Deception Hunter) inSKILL.md. This creates an indirect prompt injection surface where a malicious input could attempt to manipulate the sub-agents' behavior. * Ingestion points: The claim or analysis provided via$ARGUMENTSinSKILL.md. * Boundary markers: Not utilized; user content is interpolated without specific delimiters or instructions to ignore embedded commands. * Capability inventory: The skill utilizesBash,Write,Edit,WebSearch,WebFetch, andTeamCreatetools. * Sanitization: No evidence of input escaping or validation before interpolation into sub-agent prompts. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to inspect environment variables and manages the dynamic execution of sub-agents with templated prompts. The identified shell commands are benign, and the dynamic execution is a standard component of its multi-agent auditing workflow.
Audit Metadata