watch-ci
Fail
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The notification helper script
scripts/notify.shis vulnerable to AppleScript injection. The script interpolates the$MESSAGEvariable directly into an AppleScript string literal executed viaosascript -e. Because$MESSAGEcontains CI check names fetched from GitHub (which are attacker-controlled), a malicious check name likename\"; do shell script \"...\"can execute arbitrary commands on the host system. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to the handling of external data. Ingestion points: Untrusted data is ingested from GitHub via
gh pr checksandgh run listinscripts/poll-pr-checks.shandscripts/poll-runs.sh. Capability inventory: The skill possesses the ability to execute shell scripts in the background and interact with the macOS notification system. Sanitization: There is no evidence of sanitization, filtering, or escaping for the data retrieved from GitHub before it is processed or presented. Boundary markers: The skill lacks delimiters or instructions to the agent to ignore any embedded commands within the PR titles or check names.
Recommendations
- AI detected serious security threats
Audit Metadata