test-re-arguments
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill interpolates untrusted data via the
$ARGUMENTSplaceholder without using boundary markers or sanitization, creating a surface for indirect prompt injection. - Ingestion points: The
$ARGUMENTSvariable inSKILL.mdreceives external input. - Boundary markers: None; the arguments are placed directly into the natural language instructions.
- Capability inventory: The skill utilizes file system write capabilities to create or modify
earnings-analysis/test-outputs/test-re-arguments.txt. - Sanitization: No validation or escaping is performed on the content of
$ARGUMENTSbefore processing. - [COMMAND_EXECUTION]: The skill instructs the agent to perform file system operations, specifically writing data to a file path (
earnings-analysis/test-outputs/test-re-arguments.txt).
Audit Metadata