blog-rewrite
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from existing blog posts and external web search results without explicit boundary markers or sanitization. Because the skill possesses capabilities to write to the filesystem and execute shell commands, malicious instructions hidden in a blog post or a fetched webpage could potentially influence the agent's actions.
- Ingestion points: Reading local blog posts in
Phase 1and fetching statistics/image URLs viaWebSearchandWebFetchinPhase 2. - Boundary markers: None specified for separating user content or web data from agent instructions.
- Capability inventory: Uses
Write,Edit, andBashtools. - Sanitization: No explicit sanitization or filtering logic is described for the content being processed.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform keyword cannibalization checks (usingGrep) and to build MDX projects during the verification phase. These are standard development tasks but represent a privileged capability that processes file content. - [EXTERNAL_DOWNLOADS]: The skill fetches content from external sources, including Pixabay and Unsplash, to source images for the blog posts. These are well-known services used for their intended purpose in the context of blog optimization.
Audit Metadata