ceo
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard shell utilities including
git log,grep,wc, andlsto collect repository signals such as commit history and file counts. These are routine read-only operations used for state assessment. - [DATA_EXPOSURE]: The skill contains a hardcoded absolute directory path (
/Users/kameronkales/planfi-app) in the decision workflow arguments. While this exposes the author's local environment structure, it does not represent a malicious exfiltration risk. - [INDIRECT_PROMPT_INJECTION]: The skill ingests content from local project files—specifically
strategy.md,journal.md, andbacklog.md—to inform its decision-making logic. This creates a surface where instructions embedded in those files could influence agent behavior. - Ingestion points:
ceo/strategy.md,ceo/journal.md, andceo/backlog.mdare read and passed to theceo-prioritizeworkflow. - Boundary markers: Absent; the content of these files is interpolated directly into the workflow arguments without explicit delimiters.
- Capability inventory: The skill can execute shell commands, write to the local file system (
ceo/journal.md), and invoke other specialized skills via the Skill tool. - Sanitization: No explicit sanitization or filtering of the ingested file content is performed prior to processing.
Audit Metadata