Readwise & Reader API

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is benign. The `SKILL.md` provides clear instructions for using the Readwise API via the `scripts/readwise.sh` script, without any prompt injection attempts or instructions for the agent to deviate from its purpose. The `readwise.sh` script correctly uses `curl` to interact with the legitimate `readwise.io` API endpoints, requiring only the `READWISE_TOKEN` environment variable for authentication. JSON payloads are safely constructed using `jq --arg` to prevent injection, and there is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation.