This skill provides comprehensive instructions for interacting with the Raindrop.io bookmarks service via its REST API using curl and jq. It covers authentication, CRUD operations for collections, raindrops (bookmarks), tags, highlights, filters, import/export, and backups. Use this skill whenever the user asks to work with their bookmarks from Raindrop.io, including reading, creating, updating, deleting, searching, or organising bookmarks and collections.
94
92%
Does it follow best practices?
Impact
100%
1.28xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The skill instructs the agent to read or ask for the user's Raindrop API token (from conversation context or AskUserQuestion) and then use it in Authorization headers/curl requests, which could require the LLM to include secret values verbatim in generated commands.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The skill routinely fetches and parses user-generated and third-party web content via the Raindrop API (e.g., GET /raindrops/{collectionId}, GET /raindrop/{id}/cache, and GET /import/url/parse) and the workflow expects the agent to read and act on that content (search, bulk updates, parsing), so untrusted bookmark/page content could materially influence decisions or tool use.
9f7f750
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.