c-level-advisor
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill implements an indirect prompt injection surface by writing user-supplied data to a
company-context.mdfile, which is subsequently read by all other agent roles as authoritative context. - Ingestion points: The
/cs:setupcommand (SKILL.md) collects seven points of business data from the user. - Boundary markers: Absent; there are no instructions for the agents to treat the content of
company-context.mdas untrusted data or to disregard potential instructions embedded within it. - Capability inventory: The skill utilizes 25 CLI-based Python tools and has the ability to write files to the project root.
- Sanitization: Absent; user responses are written directly into a structured markdown file without validation or escaping.
- [DATA_EXFILTRATION]: The skill encourages the storage of sensitive corporate intelligence in plaintext files within the repository.
- The
/cs:setupworkflow explicitly requests high-value financial data such as ARR (Annual Recurring Revenue), MRR, and runway metrics. Storing this data incompany-context.mdin the project root creates a data exposure risk for any collaborator or process with access to the filesystem or version control. - [COMMAND_EXECUTION]: The skill relies on 25 Python-based tools described as "CLI-first."
- While the skill claims these are dependency-free, the use of CLI tools to generate JSON output suggests a broad capability for the agent to execute system commands and perform local environment operations during strategic simulations and board meetings.
Audit Metadata