content-creator
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to process and analyze external, potentially untrusted content (e.g., existing brand content or blog posts). This creates a surface for indirect prompt injection, where instructions embedded in the analyzed data could attempt to influence the agent's behavior.
- Ingestion points: External text files passed to
scripts/brand_voice_analyzer.pyandscripts/seo_optimizer.pyas indicated inSKILL.md. - Boundary markers: The skill's instructions do not currently utilize delimiters or explicit instructions to the agent to ignore embedded commands within the analyzed text.
- Capability inventory: The skill performs file reading and executes local Python scripts to process content.
- Sanitization: The provided scripts include path validation but do not perform sanitization of the text content itself to detect or neutralize injection patterns.
- [COMMAND_EXECUTION]: The skill involves the execution of local Python scripts (
brand_voice_analyzer.pyandseo_optimizer.py) to analyze content. - Evidence: These scripts utilize a
safe_user_pathfunction that resolves file paths and ensures they remain within the current working directory, effectively preventing directory traversal attacks.
Audit Metadata