content-repurposing
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs its stated function of content repurposing using established tools and services without any detected malicious patterns.
- [COMMAND_EXECUTION]: The instructions utilize the
beltCLI tool to perform actions like image generation and social media posting, which is controlled via theallowed-toolsconfiguration inSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill references the installation of the
beltCLI and additional skills from theinference-shecosystem to support its functionality. These resources are consistent with the vendor's own infrastructure. - [PROMPT_INJECTION]: The skill processes user-supplied content (such as blog posts or podcast transcripts) to generate inputs for subsequent tool calls. This represents an attack surface for indirect prompt injection, which is a common characteristic of content-processing skills.
- Ingestion points: User-provided content intended for repurposing in
SKILL.md. - Boundary markers: The skill uses structured JSON objects for tool inputs, which helps separate data from commands.
- Capability inventory: Through the
beltCLI, the skill can access apps for image generation, text-to-speech, and social media posting as seen in the recipes inSKILL.md. - Sanitization: The instructions do not specify explicit sanitization steps for the input content before it is used in tool prompts.
Audit Metadata