Skip to content

Commit facad16

Browse files
dchiitmallaclaude
andcommitted
chore: release v4.2.0
- feat(compliance): SOC2/GDPR technical evidence collection and multi-framework evaluation (#50) - New `evaluate_compliance` MCP tool - SOC2-Technical (8 controls) and GDPR-Technical (6 controls) frameworks - Generic evidence_checks evaluator with path-based checks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f809483 commit facad16

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ agent-security-scanner-mcp/
9696
└── scripts/ # Build/install scripts
9797
```
9898

99-
### MCP Tools (11 total)
99+
### MCP Tools (13 total)
100100

101101
| Tool | File | Description |
102102
|------|------|-------------|
@@ -111,6 +111,8 @@ agent-security-scanner-mcp/
111111
| `scan_mcp_server` | `src/tools/scan-mcp.js` | MCP server audit |
112112
| `scan_skill` | `src/tools/scan-skill.js` | OpenClaw skill scanning |
113113
| `scanner_health` | `src/plugin-health.js` | Plugin health check |
114+
| `get_compliance_controls` | `src/tools/compliance-controls.js` | Look up compliance controls (AIUC-1, SOC2, GDPR) |
115+
| `evaluate_compliance` | `src/tools/evaluate-compliance.js` | Evaluate project against compliance frameworks |
114116

115117
### CLI Commands
116118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-security-scanner-mcp",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"mcpName": "io.github.sinewaveai/agent-security-scanner-mcp",
55
"description": "Security scanner MCP server for AI coding agents. Prompt injection firewall, package hallucination detection (4.3M+ packages), 1700+ vulnerability rules with AST & taint analysis, LLM-powered semantic code review, auto-fix. For Claude Code, Cursor, Windsurf, Cline, OpenClaw.",
66
"main": "index.js",

0 commit comments

Comments
 (0)