Back to skill
v1.0.0

SlipBot Kindle Importer

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:35 AM.

Analysis

This instruction-only importer is purpose-aligned and asks for confirmation before writing, but it will persist the user's Kindle notes into a slipbox via Slipbot.

GuidanceThis skill looks safe for its stated purpose. Before installing or using it, make sure Slipbot is the destination you expect, review the precheck summary, and only confirm imports for Kindle exports whose notes you want stored persistently.

Findings (2)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
Precheck → show user: book title, author, note count, ask for confirmation
4. On confirmation → for each note, invoke slipbot

The skill invokes another tool/skill to create entries, but it requires a user-facing precheck and confirmation first, which makes this purpose-aligned and bounded.

User impactAfter confirmation, multiple notes may be created in the user's slipbox.
RecommendationReview the displayed title, author, and note count before confirming the import.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Parse Kindle notebook exports (HTML) and create slipbox entries for user's notes. ... Let slipbot handle: filename, tags, links, graph update

The imported notes become persistent slipbox content and may affect later note links or graph context; this is expected for the importer but worth noticing.

User impactPersonal reading notes from the file may become persistent knowledge-base content.
RecommendationImport only files and notes you intend to keep in the slipbox, and review or delete unwanted entries afterward if needed.