@clear-capabilities/agentic-security-scanner 0.84.1 → 0.86.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/dist/agentic-security.mjs +1 -1
- package/dist/agentic-security.mjs.sha256 +1 -1
- package/package.json +1 -1
- package/src/posture/.agentic-security/dpia.md +26 -0
- package/src/posture/.agentic-security/pqc-migration-plan.json +65 -0
- package/src/posture/.agentic-security/pqc-migration-plan.md +30 -0
- package/src/posture/.agentic-security/sbom-history/7d45b5e03804aac084b4a2b4dc8c6f10107d2005.json +6 -0
- package/src/posture/.agentic-security/threat-model.json +2038 -0
- package/src/posture/.agentic-security/threat-model.md +73 -0
- package/src/posture/auditor-walkthrough.js +1 -1
- package/src/posture/pr-augment.js +1 -1
- package/src/posture/router.js +4 -4
- package/src/report/.agentic-security/sbom-history/7d45b5e03804aac084b4a2b4dc8c6f10107d2005.json +6 -0
- package/src/report/.agentic-security/threat-model.json +7 -0
- package/src/report/.agentic-security/threat-model.md +22 -0
- package/src/report/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3bcd69ed73117d5a5954acfd240bd0f870ade6ca6fab6ce6ff255fbc3ce340aa agentic-security.mjs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clear-capabilities/agentic-security-scanner",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.86.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",
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Data Protection Impact Assessment (DPIA)
|
|
2
|
+
|
|
3
|
+
Generated by agentic-security scanner on 2026-05-30.
|
|
4
|
+
|
|
5
|
+
This is an automated DPIA scaffold derived from static analysis.
|
|
6
|
+
It must be reviewed and completed by a privacy officer before use.
|
|
7
|
+
|
|
8
|
+
## Data classes identified
|
|
9
|
+
|
|
10
|
+
## Privacy-related findings
|
|
11
|
+
|
|
12
|
+
| Severity | File:Line | Class → Sink | Description |
|
|
13
|
+
|---|---|---|---|
|
|
14
|
+
|
|
15
|
+
## Regulatory framework mapping
|
|
16
|
+
|
|
17
|
+
- **GDPR Art. 35** — DPIA required when processing is likely to result in high risk to data subjects.
|
|
18
|
+
- **CCPA §1798.130** — Notice + access rights for collected personal information.
|
|
19
|
+
|
|
20
|
+
## Reviewer checklist
|
|
21
|
+
|
|
22
|
+
- [ ] Confirm each PII field's collection has a documented lawful basis
|
|
23
|
+
- [ ] Confirm retention period for each class is documented
|
|
24
|
+
- [ ] Confirm DSAR (data subject access request) workflow exists
|
|
25
|
+
- [ ] Confirm encryption at rest + in transit for each class
|
|
26
|
+
- [ ] Confirm logging of PII access for audit (where applicable)
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-05-30T05:08:00.813Z",
|
|
3
|
+
"summary": {
|
|
4
|
+
"total": 1,
|
|
5
|
+
"hndlCritical": 0,
|
|
6
|
+
"standard": 1,
|
|
7
|
+
"filesAffected": 1,
|
|
8
|
+
"primitivesNeeded": [
|
|
9
|
+
"ML-DSA-65"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"milestones": [
|
|
13
|
+
{
|
|
14
|
+
"id": "M1",
|
|
15
|
+
"title": "Inventory & policy",
|
|
16
|
+
"target": "90 days",
|
|
17
|
+
"owner": "security",
|
|
18
|
+
"items": [
|
|
19
|
+
"Confirm scanner findings against design docs",
|
|
20
|
+
"Adopt PQC migration policy (CNSA 2.0 / NIST IR 8547 alignment)",
|
|
21
|
+
"Establish KMS support for hybrid keys"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"id": "M2",
|
|
26
|
+
"title": "HNDL-critical paths to PQ-hybrid",
|
|
27
|
+
"target": "180 days",
|
|
28
|
+
"owner": "platform",
|
|
29
|
+
"items": []
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "M3",
|
|
33
|
+
"title": "Standard signing/KEX migration",
|
|
34
|
+
"target": "12 months",
|
|
35
|
+
"owner": "platform",
|
|
36
|
+
"items": [
|
|
37
|
+
{
|
|
38
|
+
"finding": "pqc-ed25519:rule-pack-signing.js:187",
|
|
39
|
+
"file": "rule-pack-signing.js",
|
|
40
|
+
"line": 187,
|
|
41
|
+
"replacement": "ML-DSA-65"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "M4",
|
|
47
|
+
"title": "Deprecate classical primitives",
|
|
48
|
+
"target": "24 months",
|
|
49
|
+
"owner": "security",
|
|
50
|
+
"items": [
|
|
51
|
+
"Remove dual-stack libraries once peers are PQ-capable",
|
|
52
|
+
"Rotate root CA / long-lived signing keys to ML-DSA"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"perFile": {
|
|
57
|
+
"rule-pack-signing.js": {
|
|
58
|
+
"count": 1,
|
|
59
|
+
"subfamilies": [
|
|
60
|
+
"pqc-ed25519"
|
|
61
|
+
],
|
|
62
|
+
"hndlCritical": false
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Post-quantum cryptography migration plan
|
|
2
|
+
|
|
3
|
+
Generated 2026-05-30.
|
|
4
|
+
|
|
5
|
+
**1** pre-quantum primitive sites across **1** files.
|
|
6
|
+
HNDL-critical: **0** | Standard: **1**
|
|
7
|
+
|
|
8
|
+
## Recommended PQ primitives
|
|
9
|
+
- ML-DSA-65
|
|
10
|
+
|
|
11
|
+
## M1 — Inventory & policy (target 90 days, owner security)
|
|
12
|
+
- Confirm scanner findings against design docs
|
|
13
|
+
- Adopt PQC migration policy (CNSA 2.0 / NIST IR 8547 alignment)
|
|
14
|
+
- Establish KMS support for hybrid keys
|
|
15
|
+
|
|
16
|
+
## M2 — HNDL-critical paths to PQ-hybrid (target 180 days, owner platform)
|
|
17
|
+
|
|
18
|
+
## M3 — Standard signing/KEX migration (target 12 months, owner platform)
|
|
19
|
+
- `rule-pack-signing.js:187` → ML-DSA-65
|
|
20
|
+
|
|
21
|
+
## M4 — Deprecate classical primitives (target 24 months, owner security)
|
|
22
|
+
- Remove dual-stack libraries once peers are PQ-capable
|
|
23
|
+
- Rotate root CA / long-lived signing keys to ML-DSA
|
|
24
|
+
|
|
25
|
+
## References
|
|
26
|
+
- NIST FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), FIPS 205 (SLH-DSA)
|
|
27
|
+
- NIST IR 8547 — Transition to Post-Quantum Cryptographic Standards
|
|
28
|
+
- CNSA 2.0 — Commercial National Security Algorithm Suite, Sept 2022
|
|
29
|
+
- RFC 9794 — X25519MLKEM768 hybrid key exchange for TLS 1.3
|
|
30
|
+
- Open Quantum Safe project (liboqs, oqs-provider for OpenSSL 3)
|