term-check
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external content from a scenario file and terms provided by the user, incorporating them directly into prompts for multiple models without sanitization.
- Ingestion points: The content of the
<scenario-file>and the<term>arguments are read and processed in theprobe.shscript (lines 19-25). - Boundary markers: There are no protective delimiters or "ignore" instructions used to prevent the AI model from potentially following commands embedded within the scenario text.
- Capability inventory: The skill executes shell commands to invoke the
claudeCLI, which naturally has access to the user context and configuration files like~/.claude/CLAUDE.md. - Sanitization: No input validation or filtering is performed on the user-controlled data before it is interpolated into the prompt.
- [COMMAND_EXECUTION]: The
probe.shscript executes theclaudeCLI using sub-shells to run tests in parallel. It utilizes thesedutility for string manipulation on user-provided inputs, which could lead to unintended script behavior if inputs contain unexpected control characters.
Audit Metadata