UI Inspiration Library

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is coherent and purpose-aligned, but it will use a Notion token to save, search, and return user-provided UI screenshots, so users should scope that access carefully.

Before installing, use a dedicated least-privilege Notion integration, confirm the exact target database or parent page, avoid archiving sensitive screenshots in shared channels, and periodically review what the library stores and who can access it.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

The agent can create records and attach images in the configured library, so mistakes could clutter or alter that Notion database.

Why it was flagged

The skill is intended to perform Notion write and file-upload operations, which are appropriate for an archive workflow but can change user workspace data.

Skill content
Create the target library record. Upload or attach the original image to that record.
Recommendation

Confirm the target database before archiving, keep the no-overwrite defaults, and review batch uploads before saving many screenshots.

What this means

The token may grant access to Notion content beyond a single database if it is over-scoped.

Why it was flagged

The skill explicitly requires a Notion API credential to access the backing library.

Skill content
"requires": { "env": ["NOTION_API_KEY"] }, "primaryEnv": "NOTION_API_KEY"
Recommendation

Use a dedicated Notion integration token shared only with the intended inspiration-library database or parent page.

What this means

Screenshots, tags, summaries, and source details may remain searchable in Notion after the immediate chat is over.

Why it was flagged

The skill stores screenshots and retrieval metadata persistently so future requests can reuse them.

Skill content
Use a single Notion database as the long-term UI inspiration library.
Recommendation

Avoid archiving confidential product, customer, or internal screenshots unless the Notion database retention and sharing settings are appropriate.

What this means

In shared channels, archived or retrieved images could be visible to everyone in that channel.

Why it was flagged

The skill moves images between chat channels and the Notion library, then responds in the originating channel.

Skill content
Extract or download image attachments using the channel-specific path... Reply in the same channel with a concise archive result.
Recommendation

Use private channels for sensitive images and ensure the channel audience is allowed to see returned references.

What this means

Users have less external context for who maintains the skill or where to verify updates.

Why it was flagged

The registry information provides limited provenance for the skill, although there are no code files or install scripts in the provided artifacts.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the skill instructions and owner identity before installing, especially in workspaces with sensitive Notion data.