Daemon
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill is configured to read from sensitive local directories to aggregate personal information, specifically accessing
~/.claude/LIFEOS/USER/TELOSfor missions and goals,PRINCIPAL_IDENTITY.mdfor bio data, andMEMORY/WORKfor session themes. - [DATA_EXFILTRATION]: Deployment workflows transmit aggregated data to external destinations, including a remote Git repository via
git pushand an API endpoint athttps://mcp.daemon.example.comusingcurlPOST requests. - [DATA_EXFILTRATION]: The skill performs local network requests to
http://localhost:31337/notifyto send status updates during workflow execution. - [COMMAND_EXECUTION]: The skill executes several shell commands to manage data and deployment, including
git commit,git push, andcpoperations, as well as executing local TypeScript tools through thebunruntime. - [EXTERNAL_DOWNLOADS]: The skill runs
bun installduring its deployment phase, which retrieves external package dependencies from the public NPM registry. - [PROMPT_INJECTION]: The skill ingests content from various local files which could serve as a vector for indirect prompt injection if those files contain untrusted data. This risk is addressed by the skill's architecture, which includes a deterministic SecurityFilter for redaction and a requirement for explicit user approval before any data is written or deployed.
Audit Metadata