Nsfw Detector Pro

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is coherently described as an NSFW content detector, but users should notice that it references an unreviewed npm package and may cache or log sensitive moderation results.

This looks like a purpose-aligned NSFW detection skill, not a malicious one. Before installing or using the referenced npm package, verify the package source and review its code/dependencies. If you use it on user images, videos, or text, decide how long cached results and violation logs should be retained and who can access them.

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.

What this means

Installing the referenced package would run code that was not included in this review.

Why it was flagged

The skill references installing an external npm package even though the provided artifact set contains no install spec or code for review.

Skill content
npm install @raghulpasupathi/nsfw-detector-pro
Recommendation

Only install the npm package if you trust its publisher and have reviewed its package contents, dependencies, and install scripts.

What this means

Moderation results involving explicit or private content may persist after analysis.

Why it was flagged

The configuration indicates detection results may be cached for a day, which can retain information about sensitive images, videos, or text.

Skill content
"cacheResults": true, "cacheTTL": 86400
Recommendation

Confirm where cached results are stored, whether source content is retained, and how cache/log retention can be disabled or shortened.

What this means

Users or platform members could have explicit-content flags stored in logs or audit trails.

Why it was flagged

The best-practices section recommends logging violations, which may create persistent records of sensitive content classifications and user moderation events.

Skill content
Log all violations for audit trail
Recommendation

Use clear retention limits, access controls, and appeal/review processes for any violation logs.