omh-visual-qa
Pass
Audited by Gen Agent Trust Hub on Sep 25, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process and analyze external rendered content including screenshots, terminal UI frames, and browser interaction traces. This ingested data could contain hidden instructions or malicious patterns intended to manipulate the agent's QA verdict.
- Ingestion points:
SKILL.mdspecifies that the agent should analyze "render/capture evidence", "TUI frames", and "browser screenshots". - Boundary markers: The skill requires an "exact capture-to-target lineage" and uses a "visual-verdict-contract.md" to structure outputs.
- Capability inventory: The agent generates verdicts (
PASS,REVISE,BLOCK) and records runtime events using theomhcommand-line tool. - Sanitization: The skill explicitly instructs to "redact credentials/PII from captures", though it lacks specific mechanisms to sanitize instructions embedded within the visual content itself.
- [COMMAND_EXECUTION]: The skill utilizes an internal execution harness to track its runtime state.
- Evidence:
SKILL.mdcontains the shell commandomh runtime record --skill visual-qa --harness visual-qa --status startedused for internal telemetry and state management.
Audit Metadata