Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@kkuffour/solid-moderation-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kkuffour/solid-moderation-plugin

Content moderation plugin for Community Solid Server

npmnpm
Version
0.2.3
Version published
Weekly downloads
22
-72.15%
Maintainers
1
Weekly downloads
 
Created
Source

@solid/moderation-plugin

Content moderation plugin for Community Solid Server using SightEngine API.

Installation

npm install @solid/moderation-plugin

Configuration

Set environment variables:

export SIGHTENGINE_API_USER=your_api_user
export SIGHTENGINE_API_SECRET=your_api_secret

Create a configuration file that imports the plugin:

{
  "@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
  "import": [
    "css:config/file.json",
    "@solid/moderation-plugin:config/default.json"
  ]
}

Usage

npx @solid/community-server -c config-with-moderation.json

Features

  • Image moderation (nudity, violence, gore, weapons, etc.)
  • Text moderation (profanity, hate speech, toxic content)
  • Video moderation
  • Configurable thresholds
  • Audit logging
  • Fail-open policy (allows content if API fails)

Configuration Options

See config/default.json for all available options and thresholds.

License

MIT

Keywords

solid

FAQs

Package last updated on 22 Jan 2026

Did you know?

Socket

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