Snapdesign Rednote Clean
Analysis
This instruction-only skill appears aligned with generating RedNote HTML cards, but users should know it sends content to OpenRouter and asks for an OpenRouter API key.
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.
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.
"slug": "rednote-card-generator", "version": "1.0.1", "publishedAt": 0
The included metadata does not match the registry-provided slug/version shown for the evaluated package. With no code files this is not evidence of malicious behavior, but it is a provenance/packaging inconsistency.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`openrouterApiKey` | Yes | A valid OpenRouter API key (Bearer token).
The skill requires a user-supplied OpenRouter credential. This is expected for calling OpenRouter, but it is still a sensitive token with potential billing/account impact.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
POST https://openrouter.ai/api/v1/chat/completions ... "messages": [ { "role": "system", "content": "<SYSTEM_PROMPT>" }, { "role": "user", "content": "<USER_PROMPT>" } ]The artifact discloses that the user’s content is sent to an external LLM provider through OpenRouter. This is purpose-aligned, but it crosses a third-party data boundary.
