Back to skill
v1.0.0

SlipBot Instapaper Importer

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

Analysis

This instruction-only skill appears benign: it parses pasted Instapaper exports and creates slipbox notes only after user confirmation.

GuidanceBefore installing or using it, confirm that you want pasted Instapaper notes stored in your slipbox, and review the precheck output before approving the import.

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
SeverityInfoConfidenceHighStatusNote
SKILL.md
Precheck → show user: article title, note count, ask for confirmation
4. On confirmation → for each note, invoke slipbot

The skill delegates note creation to slipbot after an explicit confirmation step; this is disclosed and central to the importer purpose.

User impactIf approved, the agent can create multiple slipbox entries from the extracted notes.
RecommendationReview the precheck output and confirm only if the note count and article title match what you intended to 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
SeverityInfoConfidenceHighStatusNote
SKILL.md
Each user note becomes a separate slipbox entry

The imported text is persisted into the user's slipbox, which may be reused by later slipbox workflows; this persistence is expected for the skill.

User impactNotes pasted into the importer may remain in the slipbox and influence future note-taking or retrieval workflows.
RecommendationDo not import private or sensitive notes unless you are comfortable having them stored in the slipbox.