Socket
Socket
Sign inDemoInstall

shepherd-plugin-nsfw

Package Overview
Dependencies
171
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    shepherd-plugin-nsfw

This is a nsfw plugin for the [shepherd](https://github.com/shepherd-media-classifier/shepherd) content moderation framework. It implements the [shepherd-plugin-interfaces](https://www.npmjs.com/package/shepherd-plugin-interfaces).


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

shepherd-plugin-nsfw

This is a nsfw plugin for the shepherd content moderation framework. It implements the shepherd-plugin-interfaces.

You can use this as-is with shepherd, and it will create a positive filter for a strict adult content blacklist.

  • Expect false positives. The aim of this plugin is to have zero adult content get through.
  • This is a work in progress. Bug reports appreciated :-) just open a github issue.

installation

N.B. Do not install this package from npm yourself

First set up shepherd as per instructions (not covered here), then simply add "shepherd-plugin-nsfw" to the shepherd.config.json file. It should look something like this:

{
	"plugins": [ 
		"shepherd-plugin-nsfw"
	],
	"lowmem": false
}

Check the shepherd README for further details and updates regarding this installation configuration procedure.

Keywords

FAQs

Last updated on 22 Sep 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc