destructive-command-guard

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill provides instructions for a 'Quick install' which uses curl to fetch an installation script from an external URL and pipes it to bash. Evidence: curl -fsSL ".../install.sh" | bash -s -- --easy-mode in SKILL.md.
  • [REMOTE_CODE_EXECUTION]: The installation process involves downloading a remote shell script and executing it with high privileges (implied by typical installer behavior). Evidence: curl -fsSL ".../install.sh" | bash -s -- --easy-mode in SKILL.md.
  • [COMMAND_EXECUTION]: The skill uses cargo install to download and compile code from a remote Git repository. Evidence: cargo +nightly install --git https://github.com/Dicklesworthstone/destructive_command_guard in SKILL.md.
  • [SAFE]: The skill references a GitHub repository and developer tools that appear to be the primary purpose of the skill itself. The remote sources are the project's own repository, which is expected for an installation guide.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 11:50 AM
Security Audit — agent-trust-hub — destructive-command-guard