Back to skill

Security audit

Raindrop CLI

Security checks for vulnerabilities and agentic risk

Overview

This skill describes a straightforward Raindrop.io bookmark CLI using a personal token, with no hidden execution, persistence, or deceptive behavior found.

Before installing, only provide a Raindrop.io token you are comfortable using for bookmark automation, keep the env file private, and use update/remove commands carefully because they affect your Raindrop.io account data. The reviewed artifact does not include the referenced CLI script, so functionality and runtime safeguards such as confirmations could not be verified from package code.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Sudo/Root Execution

Medium
Category
Privilege Escalation
Content
## Auth

Set `RAINDROP_TOKEN` in a local env file (recommended: `~/.config/openclaw/gateway.env`, chmod 600).

## Safety defaults
Confidence
80% confidence
Finding
Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.

Missing User Warnings

Low
Confidence
89% confidence
Finding
This markdown file documents a `raindrop remove <id>` command, which can delete user data, but it does not include any warning that the action is destructive or irreversible. Under the markdown-specific warning criteria, user-data-affecting behavior should be disclosed in the skill description.

Static analysis

No suspicious patterns detected.