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

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
+ 9b8c48466f12498ebcb4bcd80d6975a6c11be18efeb7ff944c6851dd0b2a5a4c agentic-security.mjs
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@clear-capabilities/agentic-security-scanner",
3
- "version": "0.74.0",
3
+ "version": "0.75.0",
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",
7
7
  "bin": {
8
8
  "agentic-security": "dist/agentic-security.mjs",
9
+ "agentic-security-scanner": "dist/agentic-security.mjs",
9
10
  "as": "dist/agentic-security.mjs",
10
11
  "agentic-security-mcp": "bin/agentic-security-mcp.js",
11
12
  "agentic-security-lsp": "bin/agentic-security-lsp.js",