competitor-analyst
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data retrieved from external competitor websites, creating a surface for indirect prompt injection attacks.
- Ingestion points: The 'Process' section in Step 2 instructs the agent to use
WebFetchon competitor homepages, pricing pages, and comparison pages, andWebSearchfor recent news. - Boundary markers: There are no instructions to wrap fetched content in delimiters or to apply 'ignore embedded instructions' warnings when the agent processes the retrieved text.
- Capability inventory: The skill has file-write access to
knowledge/markets/competitors.mdand theoutput/directory. - Sanitization: The instructions lack requirements for sanitizing, escaping, or filtering the content retrieved from external sources before it is analyzed and stored in the internal knowledge base.
- [DATA_EXFILTRATION]: The skill reads sensitive internal strategy files and subsequently performs network operations, which could be exploited for exfiltration.
- Evidence: The skill reads
knowledge/markets/positioning.mdandknowledge/icp/personas.mdto establish context before usingWebFetchandWebSearchto access external competitor domains. This read-then-fetch pattern is a potential vector for exposing internal positioning data if the agent's behavior is influenced by adversarial input.
Audit Metadata