rust-code-quality
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill utilizes
cargo testandcargo tarpaulinto assess code quality. These commands compile and execute the project's test suite, which is a standard developer workflow but involves running code defined within the project.\n- [PROMPT_INJECTION] (LOW): The skill has an indirect prompt injection surface because it reads and processes the contents of untrusted source files viaripgrep.\n - Ingestion points: Rust source files (
.rs) searched byrgandfindas defined inSKILL.md.\n - Boundary markers: None identified to separate file content from the agent's instructions.\n
- Capability inventory: Execution of
cargosubcommands (test, fmt, clippy, audit) and shell utilities (find,wc,rg).\n - Sanitization: None performed on the content read from files before it is processed by the agent.
Audit Metadata