goal
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill includes defensive instructions to prevent the agent from treating user-supplied objectives as high-priority or override instructions. It explicitly states that the objective is user-provided data and should be treated as a task to pursue rather than as authoritative instructions.
- [INDIRECT_PROMPT_INJECTION]: The skill defines a surface where untrusted user input is ingested via the
--objectiveflag. The analysis identifies the following security posture: - Ingestion points: The
okou goal createcommand inSKILL.mdaccepts arbitrary strings from users. - Boundary markers: The instructions explicitly warn the agent to treat the input as data, not instructions, though no technical delimiters are mandated for the CLI command itself.
- Capability inventory: The skill uses the
okouCLI for state management but relies on the agent's general toolset to perform tasks toward the goal. - Sanitization: There is no explicit sanitization, but the skill mandates a completion audit against authoritative evidence (files, command output) to prevent malicious redirection.
- [COMMAND_EXECUTION]: The skill utilizes a vendor-provided CLI tool
okoufor task lifecycle management. These commands are localized to goal management and do not involve privileged operations or arbitrary shell execution outside of the specified vendor tools.
Audit Metadata