@clear-capabilities/agentic-security-scanner 0.74.1 → 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
- 97fe089eba7aeb54d4637635763a794def10ae8396551093e21787bf81e3f7a9 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.74.1",
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",