safe-mode
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill describes a wrapper for managing CLI operations with risk-based filtering. It uses pattern matching to authorize or deny shell commands based on user-defined risk thresholds.
- [EXTERNAL_DOWNLOADS]: Recommends the installation of standard utilities
yqandjqvia Homebrew, a well-known and trusted package manager. - [PROMPT_INJECTION]: No direct prompt injection or bypass attempts were found. The skill includes an indirect prompt injection surface by design, as it parses security policies from external
SAFEGUARDS.mdfiles located in plugin directories. A malicious plugin could theoretically provide a deceptive policy to misclassify dangerous commands as safe. - Ingestion points:
SAFEGUARDS.mdfiles in various plugin subdirectories. - Boundary markers: Uses YAML blocks within HTML comments in markdown files.
- Capability inventory: Controls the
allow[]anddeny[]lists for CLI command execution. - Sanitization: Relies on
yqandjqfor parsing structured YAML data. - [SAFE]: The skill acts as a security enhancement for CLI operations and does not contain malicious code or instructions.
Audit Metadata