@clear-capabilities/agentic-security-scanner 0.147.5 → 0.148.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.
- package/CHANGELOG.md +144 -0
- package/bin/agentic-security.js +47 -15
- package/dist/agentic-security.mjs +2 -2
- package/dist/agentic-security.mjs.sha256 +1 -1
- package/dist/compliance-frameworks/nist-800-171-r3.json +1269 -0
- package/package.json +3 -3
- package/src/engine.js +37 -4
- package/src/posture/auditor-walkthrough.js +89 -6
- package/src/posture/compliance-frameworks/nist-800-171-r3.json +1269 -0
- package/src/posture/threat-model.js +20 -3
- package/src/sast/python-sinks.js +24 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f6631e892fc735bf6cc220770f8fae86bb9df9a4f7fea0df1e9cb644e3332b3c agentic-security.mjs
|