BitterPillEngineering
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands using the
bashenvironment: - A
curlPOST request tohttp://localhost:31337/notifyfor voice notifications. - Execution of a TypeScript linter located at
~/.claude/LIFEOS/TOOLS/SkillDriftLint.tsviabun. - Appending log data to
~/.claude/LIFEOS/MEMORY/SKILLS/execution.jsonlusingecho. - [DATA_EXFILTRATION]: The skill performs local network operations by sending JSON payloads to
localhost:31337. While targeted at the local machine, this is a network request triggered during skill execution. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests and processes untrusted instruction files from the filesystem.
- Ingestion points:
settings.json,CLAUDE.md, and various instruction files discovered at runtime. - Boundary markers: Absent; there are no specific delimiters or instructions for the agent to ignore embedded commands within the files being audited.
- Capability inventory: The skill possesses file read/write capabilities and shell command execution (
curl,bun,bash). - Sanitization: Absent; the skill does not appear to sanitize or validate the content of the files it evaluates before processing them.
Audit Metadata