review-crate
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute
cargo teston a user-provided crate path. This action executes code from the target crate, including any custom logic inbuild.rsor the test suite, which could perform arbitrary actions on the local system. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted file content from the crate being audited.
- Ingestion points: The skill explicitly instructs the agent to read every file in the crate directory (SKILL.md, Step 1).
- Boundary markers: No specific delimiters or "ignore embedded instructions" warnings are defined for the content being read.
- Capability inventory: The agent has access to high-impact tools including Bash (shell execution), Write (file modification), and Read (data access).
- Sanitization: There is no requirement or evidence of sanitization or validation of the crate content before it is processed by the agent's logic.
Audit Metadata