agent-doorbell
Warn
Audited by Snyk on Aug 19, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime path
hook-runner.jsreads free-form JSON from STDIN (fs.readFileSync(0, "utf8")), and that payload ultimately contains fields likelast_assistant_message/prompt_response/message/summary, so an outsider-authored message could be ingested whenever the agent runtime emits it into the hook.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.50). The skill instructs the agent to install/edit runtime hook settings and run bundled installer scripts that modify user-local configuration (changing machine state) and includes a PowerShell "-ExecutionPolicy Bypass" flag (a security-policy bypass), though it does not request sudo or create users.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata