jina
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill defines several legitimate use cases for the
x jinaCLI tool, such asx jina readerfor web parsing andx jina searchfor web queries. These commands are standard for the tool's intended functionality within the x-cmd ecosystem. - [PROMPT_INJECTION]: The skill represents a surface for indirect prompt injection as it is designed to ingest and process untrusted data from external URLs and local files.
- Ingestion points: External content is brought into the agent's context via the
readerandsearchsubcommands inSKILL.md. - Boundary markers: The instructions do not specify any delimiters or special handling to separate untrusted web content from the agent's core instructions.
- Capability inventory: The agent can execute CLI commands and perform text analysis, but the skill does not grant elevated privileges or allow for arbitrary code execution from the retrieved data.
- Sanitization: No explicit sanitization or filtering of the retrieved web content is implemented in the skill's logic.
Audit Metadata