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
curlto fetch an installation script from an external URL and pipes it tobash. Evidence:curl -fsSL ".../install.sh" | bash -s -- --easy-modeinSKILL.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-modeinSKILL.md. - [COMMAND_EXECUTION]: The skill uses
cargo installto download and compile code from a remote Git repository. Evidence:cargo +nightly install --git https://github.com/Dicklesworthstone/destructive_command_guardinSKILL.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