agent-security-scanner-mcp 1.4.0 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  A powerful MCP (Model Context Protocol) server for real-time security vulnerability scanning. Integrates with Claude Desktop, Claude Code, OpenCode.ai, Kilo Code, and any MCP-compatible client to automatically detect and fix security issues as you code.
4
4
 
5
- **275+ Semgrep-aligned security rules | 105 auto-fix templates | 100% fix coverage | Package hallucination detection | AI Agent prompt security**
5
+ **275+ Semgrep-aligned security rules | 105 auto-fix templates | 4.3M+ packages indexed | AI Agent prompt security**
6
+
7
+ ## What's New in v1.4.0
8
+
9
+ - **4.3M+ packages indexed** - Massively expanded hallucination detection database
10
+ - **7 ecosystems supported** - npm, PyPI, RubyGems, crates.io, pub.dev, CPAN, raku.land
11
+ - **Python & JavaScript support** - Now detects hallucinated npm and PyPI packages
12
+ - **Ruby & Rust support** - Coverage for RubyGems and crates.io
13
+ - **garak-llm datasets** - Using official package snapshots from Hugging Face
6
14
 
7
15
  ## What's New in v1.3.0
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-security-scanner-mcp",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "MCP server for security scanning, AI agent prompt security & package hallucination detection. Works with Claude Desktop, Claude Code, OpenCode, Kilo Code. Detects SQL injection, XSS, secrets, prompt attacks, and AI-invented packages.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -53,6 +53,7 @@
53
53
  "index.js",
54
54
  "analyzer.py",
55
55
  "rules/**",
56
- "packages/**"
56
+ "packages/**",
57
+ "README.md"
57
58
  ]
58
59
  }