okr
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The orchestrator reads and processes multiple local markdown files (e.g.,
.okr/objective.md,.okr/plan.md) to determine the system state. This creates a surface for indirect prompt injection if the files contain untrusted content. - Ingestion points: Project metadata and action files within the
.okr/directory. - Boundary markers: Not explicitly implemented; content is read directly into the execution context.
- Capability inventory: File reading and dynamic invocation of sub-skill instruction files.
- Sanitization: No sanitization or validation of the ingested markdown content is described.
- [COMMAND_EXECUTION]: The orchestrator dynamically loads and executes the instructions of sub-skills (e.g.,
okr-init,okr-plan) by reading their respectiveSKILL.mdfiles from theskills/directory. While the sub-skills are selected from a predefined list, this pattern relies on the integrity of the local file system.
Audit Metadata