marketing-skills
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill specifies the execution of several local Python scripts (e.g.,
content_scorer.py,humanizer_scorer.py,brand_voice_analyzer.py) to process and analyze marketing materials. These scripts are invoked via the command line and take local files as input. - [INDIRECT_PROMPT_INJECTION]: There is an inherent surface for indirect prompt injection because the skill's tools are designed to ingest and process untrusted external data (markdown articles, ad copy JSON, and drafts).
- Ingestion points: Files like
article.mdandads.jsonare read by Python scripts in themarketing-skill/directory. - Boundary markers: The provided documentation does not specify the use of delimiters or 'ignore' instructions for the processed data.
- Capability inventory: The skill uses
python3to execute scripts that read and process file content. - Sanitization: No explicit sanitization or validation logic for the input files is described in the top-level SKILL.md.
- [SAFE]: No malicious patterns such as credential exfiltration, remote code execution from untrusted sources, or obfuscation were detected. The skill's architecture relies on local files and a foundation context created by the user.
Audit Metadata