rust-cli
Fail
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
Makefiletemplate inreferences/templates.mdcontains a targetpre-commit-hooksthat executescurl -LsSf https://github.com/j178/prek/releases/latest/download/prek-installer.sh | sh. This pattern is highly dangerous as it fetches and executes an arbitrary remote script without integrity verification, creating a direct path for remote code execution. - [EXTERNAL_DOWNLOADS]: The skill recommends installing
cargo-releaseviacargo installinSKILL.mdand provides a template inreferences/crates.mdthat lists several external dependencies. - [COMMAND_EXECUTION]: The
SKILL.mdandMakefiletemplate include instructions for executing various system and development commands, such ascargo release,cargo publish, andprek install, which grant the agent significant control over the local execution environment.
Recommendations
- AI detected serious security threats
Audit Metadata