blog-repurpose
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is text transformation and organization. It processes content from a user-provided file path and generates formatted text for Twitter, LinkedIn, YouTube, Reddit, and Email.
- [COMMAND_EXECUTION]: The skill instructs the agent to create a directory (
repurposed/) and write multiple markdown files to it. This is a standard file management operation for a content generation tool and does not involve arbitrary command execution or shell injection. - [DATA_EXPOSURE]: The skill reads from a user-specified
<file-path>. This is an intended function for analyzing content, and there are no instructions to access sensitive system files or credentials. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data (blog posts) which could theoretically contain instructions to subvert the agent.
- Ingestion points: Reads content from
<file-path>in Step 1. - Boundary markers: Absent; the skill does not explicitly use delimiters to isolate the blog content from its instructions.
- Capability inventory: The skill has file-write capabilities in the
repurposed/directory. - Sanitization: No specific sanitization or filtering of the input content is mentioned. While the surface exists, the risk is minimal as the agent's tasks are highly structured (Step 3-7).
Audit Metadata