searching-internet-with-jina-ai

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
  • Indirect Prompt Injection (LOW): The skill is designed to ingest untrusted data from external web sources (via Jina AI's search and reader endpoints). This creates a surface for indirect prompt injection if the fetched content contains malicious instructions intended for the agent.
  • Ingestion points: Data is ingested through curl commands targeting s.jina.ai and r.jina.ai as described in SKILL.md.
  • Boundary markers: No specific boundary markers or instructions to ignore embedded commands in the fetched content are present.
  • Capability inventory: The skill uses curl to perform network requests and process the resulting text/markdown.
  • Sanitization: There is no evidence of content sanitization or validation of the fetched data.
  • Data Exfiltration / Network Operations (LOW): The skill performs network operations using curl to domains outside the whitelist (s.jina.ai, r.jina.ai). While these are legitimate services, they represent external data transmission.
  • Command Execution (SAFE): Use of curl is documented for data retrieval only. No instances of piping output to a shell (e.g., curl | bash) or executing downloaded scripts were found.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:41 PM