jina
Enables web reading and searching using Jina AI APIs for fetching clean markdown and conducting deep multi-step research.
Install this skill
Security score
The jina skill was audited on Feb 16, 2026 and we found 34 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 68 | curl -s "https://r.jina.ai/https://example.com" \ |
Curl to non-GitHub URL
| 73 | curl -s "https://r.jina.ai/https://example.com" \ |
Curl to non-GitHub URL
| 116 | curl -s "https://r.jina.ai/https://example.com/article" \ |
Curl to non-GitHub URL
| 123 | curl -s "https://r.jina.ai/https://example.com" \ |
Curl to non-GitHub URL
| 128 | curl -s "https://r.jina.ai/https://example.com/paper.pdf" \ |
Curl to non-GitHub URL
| 133 | curl -s "https://r.jina.ai/https://spa-app.com" \ |
Curl to non-GitHub URL
| 149 | curl -s "https://s.jina.ai/your+search+query" \ |
Curl to non-GitHub URL
| 154 | curl -s "https://s.jina.ai/your+search+query" \ |
Curl to non-GitHub URL
| 178 | curl -s "https://s.jina.ai/OpenAI+GPT-5?site=reddit.com" \ |
Curl to non-GitHub URL
| 183 | curl -s "https://s.jina.ai/latest+AI+news?type=news&num=5" \ |
Curl to non-GitHub URL
| 188 | curl -s "https://s.jina.ai/machine+learning+survey?filetype=pdf&num=5" \ |
Curl to non-GitHub URL
| 199 | curl -s "https://deepsearch.jina.ai/v1/chat/completions" \ |
External URL reference
| 25 | **Get your API key:** https://jina.ai/ → Dashboard → API Keys |
External URL reference
| 33 | | **Reader API** | `https://r.jina.ai/{url}` | Sends URL content request to Jina for conversion to markdown | |
External URL reference
| 34 | | **Search API** | `https://s.jina.ai/{query}` | Sends search query to Jina for web search results | |
External URL reference
| 35 | | **DeepSearch API** | `https://deepsearch.jina.ai/v1/chat/completions` | Sends research question to Jina for multi-step research | |
External URL reference
| 52 | | **Reader** | `https://r.jina.ai/{url}` | Convert any URL → clean markdown | |
External URL reference
| 53 | | **Search** | `https://s.jina.ai/{query}` | Web search with LLM-friendly results | |
External URL reference
| 54 | | **DeepSearch** | `https://deepsearch.jina.ai/v1/chat/completions` | Multi-step research agent | |
External URL reference
| 68 | curl -s "https://r.jina.ai/https://example.com" \ |
External URL reference
| 73 | curl -s "https://r.jina.ai/https://example.com" \ |
External URL reference
| 116 | curl -s "https://r.jina.ai/https://example.com/article" \ |
External URL reference
| 123 | curl -s "https://r.jina.ai/https://example.com" \ |
External URL reference
| 128 | curl -s "https://r.jina.ai/https://example.com/paper.pdf" \ |
External URL reference
| 133 | curl -s "https://r.jina.ai/https://spa-app.com" \ |
External URL reference
| 149 | curl -s "https://s.jina.ai/your+search+query" \ |
External URL reference
| 154 | curl -s "https://s.jina.ai/your+search+query" \ |
External URL reference
| 178 | curl -s "https://s.jina.ai/OpenAI+GPT-5?site=reddit.com" \ |
External URL reference
| 183 | curl -s "https://s.jina.ai/latest+AI+news?type=news&num=5" \ |
External URL reference
| 188 | curl -s "https://s.jina.ai/machine+learning+survey?filetype=pdf&num=5" \ |
External URL reference
| 199 | curl -s "https://deepsearch.jina.ai/v1/chat/completions" \ |
External URL reference
| 233 | - Reader: https://jina.ai/reader |
External URL reference
| 234 | - Search: https://s.jina.ai/docs |
External URL reference
| 235 | - OpenAPI specs: https://r.jina.ai/openapi.json | https://s.jina.ai/openapi.json |