@clear-capabilities/agentic-security-scanner 0.150.1 → 0.150.2
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 +76 -0
- package/bin/agentic-security.js +73 -10
- package/dist/1122.index.js +16 -16
- package/dist/1208.index.js +23 -0
- package/dist/1301.index.js +3 -3
- package/dist/1379.index.js +3 -3
- package/dist/1444.index.js +3 -3
- package/dist/1660.index.js +1 -1
- package/dist/1700.index.js +5 -5
- package/dist/1905.index.js +12 -12
- package/dist/1920.index.js +10 -10
- package/dist/2238.index.js +4 -4
- package/dist/2271.index.js +3 -3
- package/dist/2432.index.js +8 -8
- package/dist/2659.index.js +1 -1
- package/dist/2826.index.js +2 -2
- package/dist/2830.index.js +3 -3
- package/dist/2923.index.js +1 -1
- package/dist/3001.index.js +4 -4
- package/dist/3117.index.js +4 -4
- package/dist/3180.index.js +9 -9
- package/dist/3276.index.js +1 -1
- package/dist/3415.index.js +1 -1
- package/dist/3499.index.js +1 -1
- package/dist/3518.index.js +4 -4
- package/dist/3736.index.js +7 -7
- package/dist/3839.index.js +4 -4
- package/dist/4113.index.js +441 -418
- package/dist/4265.index.js +4 -4
- package/dist/4384.index.js +8 -3
- package/dist/4399.index.js +29 -3
- package/dist/4547.index.js +2 -2
- package/dist/4863.index.js +6 -6
- package/dist/4970.index.js +2 -2
- package/dist/5051.index.js +15 -15
- package/dist/5144.index.js +4 -4
- package/dist/5333.index.js +8 -8
- package/dist/5343.index.js +2 -2
- package/dist/5350.index.js +6 -6
- package/dist/5561.index.js +1 -1
- package/dist/5637.index.js +10 -5
- package/dist/5724.index.js +21642 -0
- package/dist/5756.index.js +99 -489
- package/dist/5830.index.js +3 -3
- package/dist/6257.index.js +21 -8
- package/dist/6626.index.js +5 -5
- package/dist/6662.index.js +1 -1
- package/dist/6675.index.js +4 -4
- package/dist/6730.index.js +10 -10
- package/dist/6829.index.js +4 -4
- package/dist/6944.index.js +2 -2
- package/dist/6994.index.js +5 -5
- package/dist/7039.index.js +83 -19
- package/dist/7178.index.js +11 -6
- package/dist/7227.index.js +3 -3
- package/dist/7552.index.js +2 -2
- package/dist/7709.index.js +2 -2
- package/dist/7838.index.js +1037 -0
- package/dist/8218.index.js +4 -4
- package/dist/8476.index.js +4 -4
- package/dist/8513.index.js +8 -8
- package/dist/8520.index.js +1 -1
- package/dist/8752.index.js +4 -4
- package/dist/9207.index.js +2 -2
- package/dist/9220.index.js +5 -5
- package/dist/9390.index.js +6 -6
- package/dist/9503.index.js +2 -2
- package/dist/9560.index.js +3221 -0
- package/dist/957.index.js +4 -4
- package/dist/9801.index.js +1 -1
- package/dist/9824.index.js +5 -5
- package/dist/agentic-security.mjs +23 -23
- package/dist/agentic-security.mjs.sha256 +1 -1
- package/package.json +3 -2
- package/src/egress/redact.js +1 -1
- package/src/engine.js +13 -2
- package/src/llm-validator/agent-loop.js +85 -5
- package/src/llm-validator/fix-proposal.js +16 -3
- package/src/llm-validator/model-capabilities.js +26 -1
- package/src/llm-validator/model-probe.js +46 -8
- package/src/llm-validator/ollama-provider.js +26 -1
- package/src/llm-validator/oom-feedback.js +69 -0
- package/src/llm-validator/providers.js +50 -0
- package/src/llm-validator/redact.js +177 -11
- package/src/report/index.js +14 -3
- package/src/sast/java-ast-folding.js +18 -2
package/dist/2432.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 2432;
|
|
|
2
2
|
export const ids = [2432,5561];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 75561:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -433,7 +433,7 @@ function evaluateVerificationEvidence(diff, requiredEvidenceFlowIds) {
|
|
|
433
433
|
|
|
434
434
|
/***/ }),
|
|
435
435
|
|
|
436
|
-
/***/
|
|
436
|
+
/***/ 52432:
|
|
437
437
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
438
438
|
|
|
439
439
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -443,12 +443,12 @@ function evaluateVerificationEvidence(diff, requiredEvidenceFlowIds) {
|
|
|
443
443
|
/* harmony export */ ledgerPaths: () => (/* binding */ ledgerPaths),
|
|
444
444
|
/* harmony export */ readLedgerEvents: () => (/* binding */ readLedgerEvents)
|
|
445
445
|
/* harmony export */ });
|
|
446
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
447
|
-
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
448
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
449
|
-
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
450
|
-
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
451
|
-
/* harmony import */ var _lineage_remediation_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
446
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
447
|
+
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51455);
|
|
448
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(76760);
|
|
449
|
+
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(77598);
|
|
450
|
+
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(31174);
|
|
451
|
+
/* harmony import */ var _lineage_remediation_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(75561);
|
|
452
452
|
// remediation-ledger.js — M5 deliverable #6 (Blast-Radius: Remediation
|
|
453
453
|
// Command Center, FR-507 + AC-31), Task 2 of the sub-project: the IMPURE
|
|
454
454
|
// half. `../lineage/remediation.js` (Task 1) ships the pure RemediationItem
|
package/dist/2659.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 2659;
|
|
|
2
2
|
export const ids = [2659];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 42659:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
package/dist/2826.index.js
CHANGED
|
@@ -2,14 +2,14 @@ export const id = 2826;
|
|
|
2
2
|
export const ids = [2826];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 32826:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ renderPrComment: () => (/* binding */ renderPrComment)
|
|
10
10
|
/* harmony export */ });
|
|
11
11
|
/* unused harmony export _internal */
|
|
12
|
-
/* harmony import */ var _util_untrusted_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
12
|
+
/* harmony import */ var _util_untrusted_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17097);
|
|
13
13
|
// Advisor-tone PR comment renderer (v0.72).
|
|
14
14
|
//
|
|
15
15
|
// Replaces the typical "12 findings detected, see SARIF" wall of text
|
package/dist/2830.index.js
CHANGED
|
@@ -10,9 +10,9 @@ export const modules = {
|
|
|
10
10
|
/* harmony export */ summarizeHarnessPresence: () => (/* binding */ summarizeHarnessPresence)
|
|
11
11
|
/* harmony export */ });
|
|
12
12
|
/* unused harmony export HARNESS_DIRS */
|
|
13
|
-
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15
|
-
/* harmony import */ var node_os__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13
|
+
/* harmony import */ var node_fs_promises__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(51455);
|
|
14
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76760);
|
|
15
|
+
/* harmony import */ var node_os__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(48161);
|
|
16
16
|
// Multi-harness configuration discovery.
|
|
17
17
|
//
|
|
18
18
|
// Finds every agent-harness configuration directory the user has, both at
|
package/dist/2923.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 2923;
|
|
|
2
2
|
export const ids = [2923];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 12923:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
package/dist/3001.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 3001;
|
|
|
2
2
|
export const ids = [3001];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 53001:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -12,9 +12,9 @@ export const modules = {
|
|
|
12
12
|
/* harmony export */ renderCalibrationReportSummary: () => (/* binding */ renderCalibrationReportSummary)
|
|
13
13
|
/* harmony export */ });
|
|
14
14
|
/* unused harmony exports CALIBRATION_FEEDBACK_FILE, loadCalibrationFeedback, _internals */
|
|
15
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
16
|
-
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
17
|
-
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
15
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
16
|
+
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(77598);
|
|
17
|
+
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(31174);
|
|
18
18
|
// FR-806 (assurance-hardening PRD): "Validate model calibration against
|
|
19
19
|
// accepted and realized incidents where customers opt in | Calibration
|
|
20
20
|
// reports are aggregated and privacy-preserving."
|
package/dist/3117.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 3117;
|
|
|
2
2
|
export const ids = [3117];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 93117:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10,9 +10,9 @@ export const modules = {
|
|
|
10
10
|
/* harmony export */ renderBadge: () => (/* binding */ renderBadge)
|
|
11
11
|
/* harmony export */ });
|
|
12
12
|
/* unused harmony exports badgeFromScanRoot, renderSvg, _internal */
|
|
13
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15
|
-
/* harmony import */ var _posture_state_dir_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
14
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76760);
|
|
15
|
+
/* harmony import */ var _posture_state_dir_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(31174);
|
|
16
16
|
// Live SVG badge generator (v0.72).
|
|
17
17
|
//
|
|
18
18
|
// Every repo can drop a badge in its README pulling from the latest scan:
|
package/dist/3180.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 3180;
|
|
|
2
2
|
export const ids = [3180];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 73180:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
|
|
@@ -12,11 +12,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
12
12
|
});
|
|
13
13
|
|
|
14
14
|
// EXTERNAL MODULE: external "node:fs"
|
|
15
|
-
var external_node_fs_ = __webpack_require__(
|
|
15
|
+
var external_node_fs_ = __webpack_require__(73024);
|
|
16
16
|
// EXTERNAL MODULE: external "node:path"
|
|
17
|
-
var external_node_path_ = __webpack_require__(
|
|
17
|
+
var external_node_path_ = __webpack_require__(76760);
|
|
18
18
|
// EXTERNAL MODULE: external "node:url"
|
|
19
|
-
var external_node_url_ = __webpack_require__(
|
|
19
|
+
var external_node_url_ = __webpack_require__(73136);
|
|
20
20
|
;// CONCATENATED MODULE: ./scripts/bundle-frontend.mjs
|
|
21
21
|
// bundle-frontend.mjs — Milestone 4, sub-project Self-contained HTML
|
|
22
22
|
// report. A minimal, hand-rolled ES-module bundler, deliberately NOT a
|
|
@@ -196,9 +196,9 @@ function bundleFrontendModules(entryAbsPath) {
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
// EXTERNAL MODULE: ./src/lineage/export-json.js
|
|
199
|
-
var export_json = __webpack_require__(
|
|
199
|
+
var export_json = __webpack_require__(40859);
|
|
200
200
|
// EXTERNAL MODULE: ./src/shared/frontend-root.js
|
|
201
|
-
var frontend_root = __webpack_require__(
|
|
201
|
+
var frontend_root = __webpack_require__(61185);
|
|
202
202
|
;// CONCATENATED MODULE: ./scripts/generate-html-report.mjs
|
|
203
203
|
// generate-html-report.mjs — Milestone 4, sub-project Self-contained
|
|
204
204
|
// HTML report. Assembles ONE offline-safe HTML document: inline CSS,
|
|
@@ -312,14 +312,14 @@ ${bundledJs}
|
|
|
312
312
|
|
|
313
313
|
/***/ }),
|
|
314
314
|
|
|
315
|
-
/***/
|
|
315
|
+
/***/ 61185:
|
|
316
316
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
317
317
|
|
|
318
318
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
319
319
|
/* harmony export */ D: () => (/* binding */ resolveFrontendRoot)
|
|
320
320
|
/* harmony export */ });
|
|
321
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
322
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
321
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
322
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76760);
|
|
323
323
|
// frontend-root.js — locates the Data Flow Explorer's `frontend/` assets
|
|
324
324
|
// (index.html/src/styles) regardless of whether this code is running:
|
|
325
325
|
// - unbundled, straight out of scanner/src/ or scanner/scripts/ (dev/test —
|
package/dist/3276.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 3276;
|
|
|
2
2
|
export const ids = [3276];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 63276:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
package/dist/3415.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 3415;
|
|
|
2
2
|
export const ids = [3415];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 13415:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
package/dist/3499.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 3499;
|
|
|
2
2
|
export const ids = [3499];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 33499:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
package/dist/3518.index.js
CHANGED
|
@@ -2,16 +2,16 @@ export const id = 3518;
|
|
|
2
2
|
export const ids = [3518];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 83518:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ computeGraphDiff: () => (/* binding */ computeGraphDiff)
|
|
10
10
|
/* harmony export */ });
|
|
11
11
|
/* unused harmony exports WATCHED_FLOW_FIELDS, validateGraphDiff */
|
|
12
|
-
/* harmony import */ var _graph_snapshot_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13
|
-
/* harmony import */ var _ids_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14
|
-
/* harmony import */ var _dataflow_privacy_governance_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
12
|
+
/* harmony import */ var _graph_snapshot_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(30373);
|
|
13
|
+
/* harmony import */ var _ids_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(45034);
|
|
14
|
+
/* harmony import */ var _dataflow_privacy_governance_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(63308);
|
|
15
15
|
// graph-diff.js — M4 deliverable #9 (FR-503 §14, DFG-022), sub-project
|
|
16
16
|
// 8b, Task 1: the GraphDiff extension contract + computeGraphDiff + honest
|
|
17
17
|
// change-cause classification.
|
package/dist/3736.index.js
CHANGED
|
@@ -2,7 +2,7 @@ export const id = 3736;
|
|
|
2
2
|
export const ids = [3736];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 23736:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -14,12 +14,12 @@ export const modules = {
|
|
|
14
14
|
/* harmony export */ signPolicyBundle: () => (/* binding */ signPolicyBundle)
|
|
15
15
|
/* harmony export */ });
|
|
16
16
|
/* unused harmony exports POLICY_BUNDLE_SCHEMA, SCOPES, canonicalPolicyBytes, verifyPolicyBundle, computePolicyDrift */
|
|
17
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18
|
-
/* harmony import */ var node_os__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
19
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
20
|
-
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
21
|
-
/* harmony import */ var _evidence_bundle_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
22
|
-
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
17
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
18
|
+
/* harmony import */ var node_os__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(48161);
|
|
19
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(76760);
|
|
20
|
+
/* harmony import */ var node_crypto__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(77598);
|
|
21
|
+
/* harmony import */ var _evidence_bundle_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(98317);
|
|
22
|
+
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(31174);
|
|
23
23
|
// Signed, portable policy bundles (assurance-hardening PRD FR-1001).
|
|
24
24
|
//
|
|
25
25
|
// "Support signed portable policy bundles with organization, repository, and
|
package/dist/3839.index.js
CHANGED
|
@@ -2,16 +2,16 @@ export const id = 3839;
|
|
|
2
2
|
export const ids = [3839];
|
|
3
3
|
export const modules = {
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 23839:
|
|
6
6
|
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
7
7
|
|
|
8
8
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
/* harmony export */ queryFindingsMemory: () => (/* binding */ queryFindingsMemory)
|
|
10
10
|
/* harmony export */ });
|
|
11
11
|
/* unused harmony export _internals */
|
|
12
|
-
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13
|
-
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14
|
-
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
12
|
+
/* harmony import */ var node_fs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(73024);
|
|
13
|
+
/* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76760);
|
|
14
|
+
/* harmony import */ var _state_dir_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(31174);
|
|
15
15
|
// Findings memory — natural-language Q&A over the institutional knowledge
|
|
16
16
|
// the scanner has accumulated. Backs the MCP query_findings_memory tool.
|
|
17
17
|
//
|