omh-jev-action-check
Pass
Audited by Gen Agent Trust Hub on Sep 25, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill transmits potentially sensitive context, including terminal commands, directory paths, and user task descriptions, to an external service (OpenRouter or a Jev-specific host) to perform security analysis.
- Evidence: The procedure in
SKILL.mdand the inputs defined inreferences/preset.md(command,cwd,stated_task) specify data sent off-machine. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data in the form of shell commands and task descriptions which are then interpreted by an external LLM-based tool, creating a surface where malicious instructions could be embedded in the data to be screened.
- Ingestion point: The
commandandstated_taskvariables provided by the user, as described inSKILL.mdandreferences/full-contract.md. - Capability inventory: The skill calls the
omh_jev_asktool to process this input using theaction_check/v1preset. - Boundary markers: The instructions require the agent to notify the user precisely what data is leaving the machine before the request is made.
- Sanitization: Instructions in
references/full-contract.mdmandate the removal of secret-like content if the tool flags it, ensuring credentials are not inadvertently sent to the external service.
Audit Metadata