Jina Reader

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward Jina Reader/Search integration, with the main user consideration that requested URLs, search queries, and any optional Jina API key are sent to Jina AI.

This skill is reasonable to install if you want Jina-powered webpage reading and search. Before using it, understand that requested URLs and searches go to Jina AI, and only set JINA_API_KEY if you need authenticated access or higher limits.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If you provide a Jina API key, the skill can use that key when calling Jina's Reader or Search API.

Why it was flagged

The skill supports a service credential for higher limits or search access. This is expected for the Jina integration, but users should recognize that the key grants access to their Jina account quota.

Skill content
Store as `JINA_API_KEY` in `.env`. Get a free key at: https://jina.ai/api-dashboard
Recommendation

Use a dedicated Jina key if possible, keep it out of shared logs or prompts, and revoke it from the Jina dashboard if it is exposed.

What this means

Jina AI may receive the URLs you ask to read, the search queries you submit, and any optional API key used for the request.

Why it was flagged

The skill's core function sends requested URLs or search queries to an external provider, Jina AI. This is disclosed and purpose-aligned, but it is still an external data flow users should understand.

Skill content
Fetch the markdown content of any webpage using Jina AI's Reader API (r.jina.ai), or search the web using Jina AI's Search API (s.jina.ai).
Recommendation

Avoid using this skill for private intranet URLs, confidential documents, or sensitive search queries unless you are comfortable sending that information to Jina AI.