blogwatcher-hardened
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
blogwatcherCLI tool from a third-party GitHub repository (github.com/Hyaxia/blogwatcher) which is not categorized as a trusted source. - [COMMAND_EXECUTION]: The skill invokes the
blogwatcherCLI tool with various subcommands to manage and scan feeds, involving shell command execution. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection via the external RSS/Atom feeds it processes.
- Ingestion points: The
blogwatcher scanandblogwatcher articlescommands retrieve content from external, untrusted RSS/Atom feed URLs. - Boundary markers: The
SKILL.mdfile contains explicit defensive guardrails that instruct the agent to restrict command execution, validate URLs, and prevent data exfiltration. - Capability inventory: The agent can execute shell commands through the
blogwatchertool and interact with the local filesystem within the working directory. - Sanitization: No explicit sanitization or filtering of the feed content (such as HTML stripping or instruction filtering) is performed before the data is processed by the agent.
Audit Metadata