goals
Pass
Audited by Gen Agent Trust Hub on May 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill's architecture creates a surface for indirect prompt injection by ingesting and executing instructions from local project data.
- Ingestion points: Data is ingested from
GOALS.md,GOALS.yaml, git logs, and the.agents/directory (specifically retrospectives, council verdicts, and learnings). - Boundary markers: No explicit delimiters or instructions to ignore malicious embedded content are defined for the goal check commands or directive descriptions.
- Capability inventory: The skill executes arbitrary shell commands defined in the 'check' field of goals via the
aoCLI and can perform automated file modifications through its steering and initialization modes. - Sanitization: There is no mention of sanitization or safety validation for the user-defined shell commands before they are invoked by the system.
- [COMMAND_EXECUTION]: The skill uses the
aoCLI tool to execute shell commands for measuring goal satisfaction and performing structural maintenance on project files. - [DATA_EXFILTRATION]: The skill provides an
exportmode that outputs project fitness snapshots and metrics to the agent's output stream, facilitating data sharing with CI/CD and external monitoring tools.
Audit Metadata