X to Kindle
Analysis
The skill matches its stated Kindle-sending purpose, but it asks you to persist a Gmail/SMTP app password and use it to send email, which deserves review before installation.
Findings (4)
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.
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.
Send via SMTP to user's Kindle address with subject line as tweet preview.
Sending email is a real external side effect. It is purpose-aligned here, but it should stay limited to explicit user requests and the configured Kindle address.
Extract content via fxtwitter API: https://api.fxtwitter.com/status/<tweet_id>
The skill depends on a third-party API to retrieve tweet content. This is disclosed and purpose-aligned, but it means the tweet ID is sent to that service and the returned content is trusted for the email.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Gmail account with App Password (or other SMTP setup) ... App Password: xxxx xxxx xxxx xxxx
The skill asks for a Gmail/SMTP credential that can send email from the user's account; this is high-impact delegated account authority and is not reflected in the supplied credential metadata.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Store in TOOLS.md: ... ## Email (Gmail SMTP) ... - From: your@gmail.com ... - App Password: xxxx xxxx xxxx xxxx
The instructions place a sensitive email credential in a persistent Markdown configuration file without guidance on protection, redaction, or cleanup.
