content-creator
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or suspicious behaviors detected across the skill's documentation and scripts.
- [COMMAND_EXECUTION]: Includes Python scripts (
scripts/brand_voice_analyzer.py,scripts/seo_optimizer.py) for text processing. Analysis of these scripts confirms they perform only localized data processing (regex-based analysis) and lack any networking, subprocess execution, or unsafe dynamic execution capabilities. - [INDIRECT_PROMPT_INJECTION]: The skill ingests user-provided text files for analysis. This represents a potential surface for indirect prompt injection; however, the lack of dangerous capabilities (e.g., file-writing, network access, or command execution) prevents these inputs from being leveraged for malicious actions.
- Ingestion points: Files processed by
scripts/brand_voice_analyzer.pyandscripts/seo_optimizer.py. - Boundary markers: Absent.
- Capability inventory: No subprocess calls, exec/eval, file-write, or network operations.
- Sanitization: None (logic is limited to regex-based text metrics).
Audit Metadata