content-creator
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscated content, or unauthorized data access attempts were detected across the skill files. All operations align with the stated purpose of marketing content creation and optimization.- [COMMAND_EXECUTION]: The skill utilizes local command execution for standard tasks, such as running the provided Python analysis scripts (
brand_voice_analyzer.py,seo_optimizer.py) and using common shell utilities (grep,cp) for template management and content verification. These commands operate on local files and do not involve remote resources.- [DATA_EXPOSURE_AND_EXFILTRATION]: The Python scripts process user-provided text files for statistical analysis (word count, readability, keyword density). There are no network operations, hardcoded credentials, or attempts to access sensitive system paths.- [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface where it ingests untrusted user data (content files) for analysis. While no boundary markers are present to delimit this data, the analysis logic uses static regular expressions and basic string manipulation rather than executing or interpreting the content, making the risk of indirect injection safe for the agent.
Audit Metadata