validate-change
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute various shell commands using standard build and test tools. These include
just(a command runner),cargo(Rust package manager),uv(Python package manager),go, andnpm. These commands are used for their intended purposes: formatting (cargo fmt,ruff format,go fmt), linting (cargo clippy), and testing (just test-*,pytest). - [COMMAND_EXECUTION]: It references a local script
./scripts/build-docs.sh. Execution of local project scripts for documentation purposes is standard behavior for development-oriented skills. - [SAFE]: No prompt injection, data exfiltration, or obfuscation techniques were identified. The skill follows best practices by recommending pre-commit hooks and standard formatters before merging changes.
Audit Metadata