social-media-post
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user-provided content and context files to generate social media variants, which creates a potential surface for indirect prompt injection attacks.\n
- Ingestion points: Data enters the agent's context through the
--inputand--contextarguments of thepost_analyzer.pyscript as described in the Workflow Protocol.\n - Boundary markers: The skill does not implement specific delimiters or instructions to ignore embedded commands within the analyzed text.\n
- Capability inventory: The skill is configured with
ReadandWritetools and executes local Python scripts to perform its workflow.\n - Sanitization: The
post_analyzer.pyscript performs basic string operations (splitting and keyword matching) but lacks sanitization or escaping mechanisms to handle potentially malicious instructions in the input.\n- [COMMAND_EXECUTION]: The skill workflow relies on the execution of local Python scripts, includingpost_analyzer.py,engagement_optimizer.py, andthread_generator.py. These scripts are invoked via the shell to process marketing data and generate platform-specific optimizations.
Audit Metadata