rust-tooling-cicd
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The CI workflow template uses
taiki-e/install-actionanddtolnay/rust-toolchain. These are standard, well-regarded GitHub Actions in the Rust ecosystem for installing tools likecargo-nextest,cargo-deny, andcargo-llvm-cov. These downloads are expected for the skill's primary purpose of CI/CD automation. - [COMMAND_EXECUTION]: The skill instructs the agent to perform local execution of Rust toolchain commands, including
cargo fmt,cargo clippy,cargo deny, andcargo audit. These are legitimate operations for building, linting, and auditing Rust projects. - [INDIRECT_PROMPT_INJECTION]: The skill requires the agent to ingest and analyze existing project files like
Cargo.tomlandCargo.lockto configure workspaces and CI gates. - Ingestion points: Reads
Cargo.toml,Cargo.lock, and workflow files (SKILL.md, references/workspaces-features.md). - Boundary markers: The workflow uses specialized exploration agents to inspect the codebase before taking action.
- Capability inventory: Executes
cargosubcommands through the shell (references/ci-gate.md, SKILL.md). - Sanitization: Relies on the security-focused design of tools like
cargo-denyandcargo-auditto safely process dependency metadata.
Audit Metadata