@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.
- package/CHANGELOG.md +31 -0
- package/bin/.agentic-security/findings.json +30 -11
- package/bin/.agentic-security/last-scan.json +30 -11
- package/bin/.agentic-security/last-scan.json.sig +1 -1
- package/bin/.agentic-security/scan-history.json +16 -11
- package/bin/.agentic-security/streak.json +5 -5
- package/bin/agentic-security.js +2 -2
- package/dist/agentic-security.mjs +1 -1
- package/dist/agentic-security.mjs.sha256 +1 -1
- package/package.json +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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.
|
|
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",
|