audit-activation
Fail
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/run-activation-audit.shis vulnerable to command injection. It usesnode'schild_process.execSyncto executegrepcommands where the search pattern is derived directly from filenames in thesrc/agents/directory. Because the filename is interpolated into the shell command string without sanitization, an attacker who can place a file in that directory (e.g., a file named; touch RCE ;.md) can achieve arbitrary command execution when the audit script is run. - [REMOTE_CODE_EXECUTION]: The skill includes a shell script that executes a complex Node.js one-liner. This script performs dynamic filesystem operations and executes further shell commands based on repository content, creating a dangerous execution chain that trusts the local environment implicitly.
- [DATA_EXFILTRATION]: The skill is designed to read and process sensitive telemetry logs from
.claude/logs/subagent-spawns.jsonl. These logs contain detailed information about agent usage, session IDs, and internal task routing, which are then summarized and output to the user's terminal. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface because it processes untrusted telemetry data without sanitization.
- Ingestion points:
scripts/run-activation-audit.shreads and parses.claude/logs/subagent-spawns.jsonl. - Boundary markers: No boundary markers or instructions to ignore embedded commands are present in the processing logic.
- Capability inventory: The skill utilizes
Bashfor script execution andTaskCreate/TaskUpdatefor task management based on the telemetry findings. - Sanitization: There is no evidence of sanitization or filtering of the telemetry data before it is incorporated into the audit report.
Recommendations
- AI detected serious security threats
Audit Metadata