Nsfw Detector Pro
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: nsfw-detector-pro Version: 1.0.0 The skill bundle 'nsfw-detector-pro' appears benign. All files, including `_meta.json` and `SKILL.md`, describe a legitimate NSFW detection system. The listed features, configuration, and dependencies are consistent with the stated purpose. There are no indicators of data exfiltration, malicious execution, persistence, or prompt injection attempts designed to subvert the agent's behavior for harmful purposes. The `npm install` command in `SKILL.md` is a standard instruction for a user to install the package, not a malicious command intended for the agent.
Findings (0)
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.
