overseer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- PROMPT_INJECTION (LOW): The skill is susceptible to Indirect Prompt Injection (Category 8) because it processes untrusted text data to manage work state.
- Ingestion points: Data enters the agent's context through
tasks.get(),tasks.nextReady(), andtasks.search()(as documented inreferences/api.md), which retrieve task descriptions and contexts from a local SQLite database or file system. - Boundary markers: The skill documentation and examples (e.g.,
references/workflow.md) do not include explicit boundary markers or instructions to the agent to disregard instructions embedded within thetask.context.ownortask.context.parentfields. - Capability inventory: The skill provides the agent with capabilities to modify the local filesystem (via
.overseer/tasks/path mentioned inreferences/examples.md) and perform Version Control System (VCS) operations like creating bookmarks and committing changes throughtasks.start()andtasks.complete(). - Sanitization: There is no evidence of sanitization or validation of the content stored in task fields before it is presented to the agent for processing.
Audit Metadata