pi-agent-rust
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous shell commands for the agent to execute, including Rust build tools (cargo check, cargo clippy, cargo test), search utilities (rg), and repository-specific scripts (install.sh, tests/installer_regression.sh, scripts/skill-smoke.sh). These are used for validating code changes and triaging regressions.
- [SAFE]: No security issues were detected. All commands and scripts are local to the repository and are consistent with the skill's stated purpose of facilitating software development. The use of environment variables for build isolation (CARGO_TARGET_DIR) and temporary directory management (TMPDIR) follows security best practices for development environments.
Audit Metadata