@clear-capabilities/agentic-security-scanner 0.75.0 → 0.76.1

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.
@@ -1 +1 @@
1
- 9b8c48466f12498ebcb4bcd80d6975a6c11be18efeb7ff944c6851dd0b2a5a4c agentic-security.mjs
1
+ 8002b7a58c593ff04ac361db8f58e23940c4daaf494b2c51e319f6d4c2fa27a5 agentic-security.mjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clear-capabilities/agentic-security-scanner",
3
- "version": "0.75.0",
3
+ "version": "0.76.1",
4
4
  "description": "Scanner engine for the agentic-security Claude Code plugin \u2014 SAST, SCA (function-level reachability + CISA KEV), secrets, IaC, prompt-injection, MCP/agent-tool audit, auth/authZ deep analysis, attack chains, PoC generation, business logic, toxic-combinations scoring, SBOM, SARIF ingest, pipeline integrity, compliance attestation, and more.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -30,7 +30,7 @@
30
30
  "CHANGELOG.md"
31
31
  ],
32
32
  "engines": {
33
- "node": ">=22.0.0"
33
+ "node": ">=24.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/core": "^7.24.0",