Book Review Skill

ReviewAudited by ClawScan on May 10, 2026.

Overview

The runnable code appears local-only, but the included README/package documentation still describes DeepSeek/API-key and personal note-library access, so users should review the mismatch before installing.

The supplied source and dist files look like a local template-only implementation, but the documentation is inconsistent. Do not provide a DeepSeek API key or note-library paths based on the README unless the publisher clarifies the intended behavior and updates the metadata to match.

Findings (3)

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

A user may trust that no data leaves the device while other included documentation says the skill uses an external AI provider.

Why it was flagged

This contradicts the safe-version positioning in SKILL.md and the source comments that claim no external API calls and local-template processing only, making the privacy claims unreliable.

Skill content
✅ **AI Generation**: Generate in-depth expanded reviews based on DeepSeek API
Recommendation

The publisher should remove or correct stale DeepSeek/API documentation, or accurately declare any external provider use before users install or configure the skill.

What this means

Users could unnecessarily create or expose a service credential for a version of the skill that does not appear to need it.

Why it was flagged

The README instructs users to provide an API key even though the registry requirements and safe-version SKILL.md declare no credentials, and the included code does not read this variable.

Skill content
export DEEPSEEK_API_KEY=sk-your-api-key
Recommendation

Do not provide API keys for this skill unless the publisher updates the metadata and code review clearly shows why they are required.

ConcernMedium Confidence
ASI06: Memory and Context Poisoning
What this means

Users may be led to point the skill at private notes or cache reading data despite the reviewed runtime not needing filesystem access.

Why it was flagged

The README describes broad personal note-library paths and a cache directory without clear exclusions, retention, or approval boundaries, while the safe-version code claims no filesystem access.

Skill content
export BOOK_REVIEW_NOTE_PATHS=~/Documents/Notes,~/Obsidian ... BOOK_REVIEW_CACHE_DIR=~/.cache/book-review
Recommendation

Avoid configuring note paths or cache locations for this skill until the publisher reconciles the documentation and clearly scopes any local indexing behavior.