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.
Installing the referenced package would run code that was not included in this review.
The skill references installing an external npm package even though the provided artifact set contains no install spec or code for review.
npm install @raghulpasupathi/nsfw-detector-pro
Only install the npm package if you trust its publisher and have reviewed its package contents, dependencies, and install scripts.
Moderation results involving explicit or private content may persist after analysis.
The configuration indicates detection results may be cached for a day, which can retain information about sensitive images, videos, or text.
"cacheResults": true, "cacheTTL": 86400
Confirm where cached results are stored, whether source content is retained, and how cache/log retention can be disabled or shortened.
Users or platform members could have explicit-content flags stored in logs or audit trails.
The best-practices section recommends logging violations, which may create persistent records of sensitive content classifications and user moderation events.
Log all violations for audit trail
Use clear retention limits, access controls, and appeal/review processes for any violation logs.
