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.

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.