content-strategy
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill mandates the use of an
ExecutionProxy Interface(default prefixrtk) for all terminal actions. It specifically instructs the agent to execute shell-level commands such asrtk npm testto fulfill its 'Iron Law of Execution' (TDD) protocols. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection due to its core functionality of ingesting and analyzing untrusted external data.
- Ingestion points: The agent is instructed to process data from various external sources including keyword exports (Ahrefs, SEMrush, GSC), customer call transcripts, survey responses, and web search results from community platforms like Reddit and Quora (specifically via
site:reddit.comqueries). - Boundary markers: No specific delimiters or 'ignore embedded instruction' warnings are provided to isolate the research data from the agent's primary instruction set, though the skill does mention redacting secrets/PII before sharing context with subagents.
- Capability inventory: The agent has access to a command execution proxy (
rtkprefix) and file system access to the project'sdocs/directory andpackage.jsonfile. - Sanitization: The instructions do not define any sanitization, validation, or filtering protocols for the external content before it is processed by the agent.
- [DATA_EXFILTRATION]: The skill directs the agent to access internal project documentation and architectural metadata, specifically
docs/departments/Growth/product-marketing-context.mdanddocs/graph.json. While these files are internal to the project, this represents an automated access pattern to business strategy and project structure information.
Audit Metadata