rewrite-rustdoc
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
rg(Ripgrep) andcargo clippyto analyze source code. These commands are standard for Rust project maintenance and are used within their intended scope. - [PROMPT_INJECTION]: The skill processes untrusted content from source files, which creates a surface for indirect prompt injection. Ingestion points: Files in
src/(or user-specified directories). Boundary markers: None provided in the prompt. Capability inventory: Command execution (rg,cargo) and file modification. Sanitization: No input sanitization is performed. However, the logic is constrained to translation and documentation linting, which limits the risk of harmful outcomes.
Audit Metadata