hs
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes a local Python script at
~/.claude/plugins/hs/commands/hs_cmd.pyto manage the plugin's status (on/off) and handle user-requested safety bypasses (/hs skip). This is a functional component of the safety tool's infrastructure. - [DATA_EXFILTRATION]: Sensitive file paths such as
~/.ssh/id_rsa,~/.aws/credentials, and.envare listed along with exfiltration patterns likecurl -d @.... Technical analysis confirms these are used as match criteria for a defensive blacklist to prevent data leaks, rather than for performing exfiltration. - [PROMPT_INJECTION]: The instructions employ strong imperative language and explicit block lists ('MANDATORY', 'NEVER', 'INSTANT BLOCK') to enforce safety boundaries. These directives are defensive constraints designed to prevent the AI from executing potentially malicious or destructive commands found in user input or external data.
Audit Metadata