Skip to content

Releases: glincker/glin-profanity

v3.4.0

21 Apr 03:13
c839a86

Choose a tag to compare

🚀 Stable Release v3.4.0

📦 Installation

JavaScript/TypeScript:

npm install glin-profanity@stable

Python:

pip install glin-profanity

🔄 Changes

📋 Package Information

  • npm tag: stable
  • PyPI classifier: Development Status :: 5 - Production/Stable
  • Cross-platform: Identical APIs for JavaScript and Python

🔗 Links


🤖 This release was automatically generated

v3.3.0

31 Jan 22:09

Choose a tag to compare

🚀 Stable Release v3.3.0

📦 Installation

JavaScript/TypeScript:

npm install glin-profanity@stable

Python:

pip install glin-profanity

🔄 Changes

  • feat(ci): benchmark shootout as PR gate (#124)
  • feat(py): port PII + secrets + Vault scanners for JS API parity (#126)
  • feat(mcp): add scan_secrets, scan_pii, redact_pii, restore_pii tools (total: 24) (#125)
  • feat(py): port prompt-injection scanner + Scanner Protocol (#122)
  • feat(mcp): expose check_prompt_injection tool (total: 20) (#121)
  • feat(scanners): add prompt-injection scanner + unified Scanner interface (#120)
  • feat: reposition as open-source AI guardrail, add competitor benchmark + HF Space (#119)
  • docs(openclaw): enhance README with banner, SEO, and marketing content
  • fix(ci): build glin-profanity dependency before MCP package

📋 Package Information

  • npm tag: stable
  • PyPI classifier: Development Status :: 5 - Production/Stable
  • Cross-platform: Identical APIs for JavaScript and Python

🔗 Links


🤖 This release was automatically generated

v3.2.2

31 Jan 21:30

Choose a tag to compare

🚀 Stable Release v3.2.2

📦 Installation

JavaScript/TypeScript:

npm install glin-profanity@stable

Python:

pip install glin-profanity

🔄 Changes

  • docs: truth-sync README, MCP tool count, scanner imports, CHANGELOG (#135)
  • feat(vscode): scaffold VS Code extension for in-editor guardrail scanning (#131)
  • feat(hf-space): redesign as multi-scanner AI guardrail demo (#130)
  • feat(scanners): add scan_all composite + clean up Python exports (#133)
  • feat(ci): benchmark shootout as PR gate (#124)
  • feat(py): port PII + secrets + Vault scanners for JS API parity (#126)
  • feat(mcp): add scan_secrets, scan_pii, redact_pii, restore_pii tools (total: 24) (#125)
  • feat(py): port prompt-injection scanner + Scanner Protocol (#122)
  • feat(mcp): expose check_prompt_injection tool (total: 20) (#121)
  • feat(scanners): add prompt-injection scanner + unified Scanner interface (#120)

📋 Package Information

  • npm tag: stable
  • PyPI classifier: Development Status :: 5 - Production/Stable
  • Cross-platform: Identical APIs for JavaScript and Python

🔗 Links


🤖 This release was automatically generated

v3.2.0

31 Jan 05:19
cff5383

Choose a tag to compare

🚀 Stable Release v3.2.0

📦 Installation

JavaScript/TypeScript:

npm install glin-profanity@stable

Python:

pip install glin-profanity

🔄 Changes

  • feat: add openclaw-profanity, glin-profanity-mcp, and multi-modal support
  • fix: remove force-include causing duplicate filenames in wheel
  • fix: rename Norwegian.json to lowercase for case-sensitive builds

📋 Package Information

  • npm tag: stable
  • PyPI classifier: Development Status :: 5 - Production/Stable
  • Cross-platform: Identical APIs for JavaScript and Python

🔗 Links


🤖 This release was automatically generated

openclaw-profanity v1.0.3

31 Jan 22:02

Choose a tag to compare

🦞 OpenClaw Profanity Plugin v1.0.3

Content moderation plugin for OpenClaw (formerly Moltbot/Clawdbot).

📦 Installation

# Via npm
npm install openclaw-profanity

# Via OpenClaw CLI
openclaw plugins install openclaw-profanity

✨ Features

  • 4 Integration Methods: Skills, Plugin API, Hooks, MCP
  • 24 Languages: Full multilingual profanity detection
  • Platform Support: WhatsApp, Telegram, Discord, Slack, iMessage
  • Leetspeak Detection: Catches obfuscated profanity
  • Context-Aware: Understands appropriate word usage

🔗 Links


🤖 This release was automatically generated

openclaw-profanity v1.0.1

31 Jan 20:53

Choose a tag to compare

🦞 OpenClaw Profanity Plugin v1.0.1

Content moderation plugin for OpenClaw (formerly Moltbot/Clawdbot).

📦 Installation

# Via npm
npm install openclaw-profanity

# Via OpenClaw CLI
openclaw plugins install openclaw-profanity

✨ Features

  • 4 Integration Methods: Skills, Plugin API, Hooks, MCP
  • 24 Languages: Full multilingual profanity detection
  • Platform Support: WhatsApp, Telegram, Discord, Slack, iMessage
  • Leetspeak Detection: Catches obfuscated profanity
  • Context-Aware: Understands appropriate word usage

🔗 Links


🤖 This release was automatically generated

glin-profanity-mcp v1.0.3

31 Jan 22:24

Choose a tag to compare

🤖 Glin Profanity MCP Server v1.0.3

MCP (Model Context Protocol) server for AI assistants like Claude, Cursor, and Windsurf.

📦 Installation

npm install -g glin-profanity-mcp

⚡ Quick Setup

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "glin-profanity": {
      "command": "npx",
      "args": ["-y", "glin-profanity-mcp"]
    }
  }
}

✨ Features

  • 12 Tools: Check, censor, analyze, batch process profanity
  • 24 Languages: Full multilingual support
  • Streaming HTTP: Real-time content moderation
  • Context-Aware: Domain-specific whitelists
  • AI-Optimized: Designed for LLM tool use

🔗 Links


🤖 This release was automatically generated

glin-profanity-mcp v1.0.2

31 Jan 21:09

Choose a tag to compare

🤖 Glin Profanity MCP Server v1.0.2

MCP (Model Context Protocol) server for AI assistants like Claude, Cursor, and Windsurf.

📦 Installation

npm install -g glin-profanity-mcp

⚡ Quick Setup

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "glin-profanity": {
      "command": "npx",
      "args": ["-y", "glin-profanity-mcp"]
    }
  }
}

✨ Features

  • 12 Tools: Check, censor, analyze, batch process profanity
  • 24 Languages: Full multilingual support
  • Streaming HTTP: Real-time content moderation
  • Context-Aware: Domain-specific whitelists
  • AI-Optimized: Designed for LLM tool use

🔗 Links


🤖 This release was automatically generated

glin-profanity-mcp v1.0.1

31 Jan 20:53

Choose a tag to compare

🤖 Glin Profanity MCP Server v1.0.1

MCP (Model Context Protocol) server for AI assistants like Claude, Cursor, and Windsurf.

📦 Installation

npm install -g glin-profanity-mcp

⚡ Quick Setup

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "glin-profanity": {
      "command": "npx",
      "args": ["-y", "glin-profanity-mcp"]
    }
  }
}

✨ Features

  • 12 Tools: Check, censor, analyze, batch process profanity
  • 24 Languages: Full multilingual support
  • Streaming HTTP: Real-time content moderation
  • Context-Aware: Domain-specific whitelists
  • AI-Optimized: Designed for LLM tool use

🔗 Links


🤖 This release was automatically generated

v3.1.5

30 Dec 05:58

Choose a tag to compare

🚀 Stable Release v3.1.5

📦 Installation

JavaScript/TypeScript:

npm install glin-profanity@stable

Python:

pip install glin-profanity

🔄 Changes

  • fix: dynamic versioning and update tool count to 19
  • feat: add openclaw-profanity, glin-profanity-mcp, and multi-modal support
  • fix: remove force-include causing duplicate filenames in wheel
  • fix: rename Norwegian.json to lowercase for case-sensitive builds

📋 Package Information

  • npm tag: stable
  • PyPI classifier: Development Status :: 5 - Production/Stable
  • Cross-platform: Identical APIs for JavaScript and Python

🔗 Links


🤖 This release was automatically generated