expect
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from git diffs and interacts with external web pages, creating a surface for indirect prompt injection.
- Ingestion points: Code changes are ingested via
git diffinscripts/diff-scan.sh, and external web content is parsed via ARIA snapshots inreferences/execution.md. - Boundary markers: The prompt template in
references/test-plan.mduses structured headers to separate diff context from instructions, but it lacks specific directives to ignore instructions embedded within the data. - Capability inventory: The skill can execute shell scripts, write files (reports and screenshots) to the local filesystem, and spawn sub-agents for browser automation.
- Sanitization: Bash scripts utilize
python3 -cwithjson.dumps()to safely escape content when generating JSON reports. - [COMMAND_EXECUTION]: The skill executes several bundled bash scripts (
init.sh,diff-scan.sh,fingerprint.sh,route-map.sh,report.sh) to manage the testing lifecycle. - [EXTERNAL_DOWNLOADS]: When session recording is enabled, the skill fetches the
rrweblibrary from the well-knownjsdelivr.netCDN for browser-side injection viaeval.
Audit Metadata