cs-onboard
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests founder interview responses and stores them in a persistent context file without sanitization or explicit boundary markers. * Ingestion points: User responses provided during the
/cs:setupand/cs:updateinterview flows inSKILL.md. * Boundary markers: The skill uses markdown headers defined intemplates/company-context-template.mdto structure data, but does not provide instructions to the agent to treat this content as untrusted or ignore embedded instructions. * Capability inventory: The skill instructions inSKILL.mddirect the agent to write to the local filesystem at~/.claude/company-context.md. * Sanitization: There is no evidence of filtering, escaping, or validation of input strings before they are written to the context file. - [DATA_EXFILTRATION]: The skill instructions direct the agent to capture and store highly sensitive business information in a persistent local file. * Sensitive Data: Captures revenue ranges, runway length, headcount, internal team conflicts, and founder vulnerabilities. * Storage Path: Stores this information at
~/.claude/company-context.md, creating a persistent target containing sensitive business intelligence.
Audit Metadata