rust-quality-gate
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard Rust toolchain commands including
cargo fmt,cargo clippy, andcargo testto validate code quality. - [COMMAND_EXECUTION]: Employs
git stashandgit stash popcommands to isolate current changes and compare them against the repository HEAD for regression testing. - [SAFE]: No network exfiltration or sensitive data access patterns were identified. All operations are confined to the local project workspace using standard developer tools.
Audit Metadata