blogwatcher
Fail
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill initiates the download and installation of a Go binary from an unverified third-party repository.
- Evidence: The metadata section contains a
goinstall module pointing togithub.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest. The markdown body also instructs the user to rungo install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest. - [COMMAND_EXECUTION]: The skill relies on executing the
blogwatcherbinary to perform its primary functions. - Evidence: Multiple command examples are provided, including
blogwatcher add,blogwatcher scan, andblogwatcher articles. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes untrusted data from external RSS/Atom feeds.
- Ingestion points: Content is ingested via the
blogwatcher scanandblogwatcher articlescommands which fetch data from user-defined feed URLs (SKILL.md). - Boundary markers: There are no explicit instructions or delimiters to prevent the agent from obeying commands embedded within the fetched feed articles.
- Capability inventory: The skill has the capability to execute the
blogwatcherCLI and display its output to the agent (SKILL.md). - Sanitization: No sanitization or content filtering mechanisms are described or implemented for the external feed data.
Recommendations
- AI detected serious security threats
Audit Metadata