Daemon
Warn
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill is architected to read sensitive user data from private directories (TELOS, KNOWLEDGE, MEMORY/WORK, PRINCIPAL_IDENTITY) and publish it to public repositories and web endpoints. Specifically,
UpdateDaemon.mdcopies aggregated content to~/Projects/daemon/and executes agit pushto a public repository. AlthoughSecurityFilter.tsperforms regex-based redaction, this mechanism is prone to bypass via encoding or variations, presenting a risk of leaking private information. - [COMMAND_EXECUTION]: The skill relies on shell command execution for its core functionality. It uses
bunto execute local TypeScript tools,gitfor repository synchronization, andcpfor file operations. Additionally,SKILL.mdtriggers a backgroundcurlrequest tolocalhost:31337for voice notifications. - [EXTERNAL_DOWNLOADS]: The
DeployDaemonworkflow executesbun installwithin theMcpdirectory. This results in the download and installation of external Node.js dependencies from public registries during the deployment process. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection. The
UpdateDaemonandReadDaemonworkflows involve the agent reading, summarizing, and displaying content from user-controlled files (TELOS,KNOWLEDGE, etc.). If these files contain malicious instructions, they could influence the agent's actions while it processes the data.
Audit Metadata