@codyswann/lisa 2.310.1 → 2.310.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/dist/cli/doctor-readiness-supply-chain-constants.d.ts +12 -0
- package/dist/cli/doctor-readiness-supply-chain-constants.d.ts.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain-constants.js +12 -0
- package/dist/cli/doctor-readiness-supply-chain-constants.js.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain-python-assess.d.ts +8 -0
- package/dist/cli/doctor-readiness-supply-chain-python-assess.d.ts.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain-python-assess.js +137 -0
- package/dist/cli/doctor-readiness-supply-chain-python-assess.js.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain-python.d.ts +38 -0
- package/dist/cli/doctor-readiness-supply-chain-python.d.ts.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain-python.js +210 -0
- package/dist/cli/doctor-readiness-supply-chain-python.js.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain-ruby-assess.d.ts +8 -0
- package/dist/cli/doctor-readiness-supply-chain-ruby-assess.d.ts.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain-ruby-assess.js +128 -0
- package/dist/cli/doctor-readiness-supply-chain-ruby-assess.js.map +1 -0
- package/dist/cli/doctor-readiness-supply-chain.d.ts +1 -2
- package/dist/cli/doctor-readiness-supply-chain.d.ts.map +1 -1
- package/dist/cli/doctor-readiness-supply-chain.js +8 -94
- package/dist/cli/doctor-readiness-supply-chain.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +5 -0
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
|
@@ -30,15 +30,12 @@
|
|
|
30
30
|
import { informationalFindings } from "./doctor-readiness-shared.js";
|
|
31
31
|
import { auditExceptionViolations } from "./doctor-readiness-audit-allowlist.js";
|
|
32
32
|
import { collectSpecs, findAuditGate, findLockfile, findLockfileInstallGate, readManifest, } from "./doctor-readiness-supply-chain-scan.js";
|
|
33
|
-
import {
|
|
33
|
+
import { assessRubyDependenciesSupplyChainDimension } from "./doctor-readiness-supply-chain-ruby-assess.js";
|
|
34
|
+
import { assessPythonDependenciesSupplyChainDimension } from "./doctor-readiness-supply-chain-python-assess.js";
|
|
35
|
+
import { DEPENDENCIES_SUPPLY_CHAIN_DIMENSION_ID, MAX_EVIDENCE_LINES, SUPPLY_CHAIN_BLOCKER_ID, } from "./doctor-readiness-supply-chain-constants.js";
|
|
34
36
|
import { dependencyConfidenceObservations, dependencyConfidenceViolations, installTimeExecutionViolations, } from "./doctor-readiness-supply-chain-evidence.js";
|
|
35
37
|
import { resolveWorkspaceMembers, } from "./doctor-readiness-workspaces.js";
|
|
36
|
-
|
|
37
|
-
export const DEPENDENCIES_SUPPLY_CHAIN_DIMENSION_ID = "dependencies-supply-chain";
|
|
38
|
-
/** The ship blocker for an owned surface with no confidence model. */
|
|
39
|
-
const SUPPLY_CHAIN_BLOCKER_ID = "B5";
|
|
40
|
-
/** Most evidence lines carried into a single finding, to keep it readable. */
|
|
41
|
-
const MAX_EVIDENCE_LINES = 12;
|
|
38
|
+
export { DEPENDENCIES_SUPPLY_CHAIN_DIMENSION_ID } from "./doctor-readiness-supply-chain-constants.js";
|
|
42
39
|
/**
|
|
43
40
|
* Assess a repository's dependency confidence model.
|
|
44
41
|
* @param root - Repository root
|
|
@@ -119,93 +116,6 @@ function supplyChainFinding(violations) {
|
|
|
119
116
|
],
|
|
120
117
|
};
|
|
121
118
|
}
|
|
122
|
-
/**
|
|
123
|
-
* Build B5 evidence lines for a Ruby/Bundler project.
|
|
124
|
-
* @param specs - Gem declarations under assessment
|
|
125
|
-
* @param lockfile - Bundler lockfile path, if committed
|
|
126
|
-
* @param auditGate - Ruby dependency audit gate path, if declared
|
|
127
|
-
* @returns Evidence lines for Ruby dependency-confidence violations
|
|
128
|
-
*/
|
|
129
|
-
function rubySupplyChainViolations(specs, lockfile, auditGate) {
|
|
130
|
-
if (specs.length === 0) {
|
|
131
|
-
return [];
|
|
132
|
-
}
|
|
133
|
-
return [
|
|
134
|
-
...(lockfile === null
|
|
135
|
-
? [
|
|
136
|
-
`\`Gemfile\` declares ${specs.length} gem dependency spec(s) but ` +
|
|
137
|
-
"no `Gemfile.lock` is committed — two Bundler installs can " +
|
|
138
|
-
"resolve to different gem versions, so what was validated is not " +
|
|
139
|
-
"provably what gets installed",
|
|
140
|
-
]
|
|
141
|
-
: []),
|
|
142
|
-
...specs
|
|
143
|
-
.filter(spec => spec.spec === null)
|
|
144
|
-
.map(spec => `\`Gemfile\` gem \`${spec.name}\` names no version constraint, so ` +
|
|
145
|
-
"Bundler may resolve whatever satisfies the repository today rather " +
|
|
146
|
-
"than a version any run intentionally chose"),
|
|
147
|
-
...(auditGate === null
|
|
148
|
-
? [
|
|
149
|
-
"no Ruby dependency-audit gate was found anywhere — no `bundle " +
|
|
150
|
-
"audit`/`bundler-audit` step in `.github/workflows/*.yml`, none " +
|
|
151
|
-
"in a git hook, and no `dependabot.yml` bundler entry or " +
|
|
152
|
-
"`renovate.json` — so a newly disclosed advisory in this gem tree " +
|
|
153
|
-
"would never be noticed by anything",
|
|
154
|
-
]
|
|
155
|
-
: []),
|
|
156
|
-
];
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* Assess Ruby/Bundler dependencies when no JavaScript manifest exists.
|
|
160
|
-
* @param root - Repository root to assess
|
|
161
|
-
* @returns The B5 record, or null when no Ruby manifest exists
|
|
162
|
-
*/
|
|
163
|
-
async function assessRubyDependenciesSupplyChainDimension(root) {
|
|
164
|
-
const ruby = await readRubyManifest(root);
|
|
165
|
-
if (ruby.kind === "absent") {
|
|
166
|
-
return null;
|
|
167
|
-
}
|
|
168
|
-
if (ruby.kind === "unassessable") {
|
|
169
|
-
return skipRecord(ruby.reason);
|
|
170
|
-
}
|
|
171
|
-
if (ruby.specs.length === 0) {
|
|
172
|
-
return skipRecord("`Gemfile` was found but declares no gem dependencies, so this " +
|
|
173
|
-
"repository owns no Ruby third-party surface a confidence model could " +
|
|
174
|
-
"cover; supply-chain confidence is not established either way");
|
|
175
|
-
}
|
|
176
|
-
const lockfile = await findRubyLockfile(root);
|
|
177
|
-
const auditGate = await findRubyAuditGate(root);
|
|
178
|
-
const violations = rubySupplyChainViolations(ruby.specs, lockfile, auditGate);
|
|
179
|
-
const observations = [
|
|
180
|
-
...(lockfile === null ? [] : [`Ruby lockfile in use: \`${lockfile}\`.`]),
|
|
181
|
-
...(auditGate === null
|
|
182
|
-
? []
|
|
183
|
-
: [`Ruby dependency-audit gate declared in \`${auditGate}\`.`]),
|
|
184
|
-
];
|
|
185
|
-
if (violations.length > 0) {
|
|
186
|
-
return {
|
|
187
|
-
id: DEPENDENCIES_SUPPLY_CHAIN_DIMENSION_ID,
|
|
188
|
-
status: "FAIL",
|
|
189
|
-
findings: [
|
|
190
|
-
supplyChainFinding(violations),
|
|
191
|
-
...informationalFindings(observations),
|
|
192
|
-
],
|
|
193
|
-
};
|
|
194
|
-
}
|
|
195
|
-
return {
|
|
196
|
-
id: DEPENDENCIES_SUPPLY_CHAIN_DIMENSION_ID,
|
|
197
|
-
status: "PASS",
|
|
198
|
-
findings: [
|
|
199
|
-
{
|
|
200
|
-
evidence: `Inspected ${ruby.specs.length} gem dependency spec(s) in ` +
|
|
201
|
-
"`Gemfile`: each gem names a constraint, `Gemfile.lock` is " +
|
|
202
|
-
"committed, and a Ruby dependency-audit gate is declared.",
|
|
203
|
-
checked: [SUPPLY_CHAIN_BLOCKER_ID],
|
|
204
|
-
},
|
|
205
|
-
...informationalFindings(observations),
|
|
206
|
-
],
|
|
207
|
-
};
|
|
208
|
-
}
|
|
209
119
|
/**
|
|
210
120
|
* Count workspace manifests that contributed dependency specs.
|
|
211
121
|
* @param specs - The dependency specs under assessment
|
|
@@ -268,6 +178,10 @@ export async function assessDependenciesSupplyChainDimension(root) {
|
|
|
268
178
|
if (rubyRecord !== null) {
|
|
269
179
|
return rubyRecord;
|
|
270
180
|
}
|
|
181
|
+
const pythonRecord = await assessPythonDependenciesSupplyChainDimension(root);
|
|
182
|
+
if (pythonRecord !== null) {
|
|
183
|
+
return pythonRecord;
|
|
184
|
+
}
|
|
271
185
|
return skipRecord(outcome.reason);
|
|
272
186
|
}
|
|
273
187
|
const workspaces = await resolveWorkspaceMembers(root, outcome.manifest);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-readiness-supply-chain.js","sourceRoot":"","sources":["../../src/cli/doctor-readiness-supply-chain.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EACL,YAAY,EAEZ,aAAa,EACb,YAAY,EACZ,uBAAuB,EACvB,YAAY,GACb,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"doctor-readiness-supply-chain.js","sourceRoot":"","sources":["../../src/cli/doctor-readiness-supply-chain.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAkjEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAkjEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAq3MjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|
|
@@ -6400,7 +6400,11 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6400
6400
|
"src/cli/doctor-readiness-report-redaction.ts": true,
|
|
6401
6401
|
"src/cli/doctor-readiness-reusable-callers.ts": true,
|
|
6402
6402
|
"src/cli/doctor-readiness-shared.ts": true,
|
|
6403
|
+
"src/cli/doctor-readiness-supply-chain-constants.ts": true,
|
|
6403
6404
|
"src/cli/doctor-readiness-supply-chain-evidence.ts": true,
|
|
6405
|
+
"src/cli/doctor-readiness-supply-chain-python-assess.ts": true,
|
|
6406
|
+
"src/cli/doctor-readiness-supply-chain-python.ts": true,
|
|
6407
|
+
"src/cli/doctor-readiness-supply-chain-ruby-assess.ts": true,
|
|
6404
6408
|
"src/cli/doctor-readiness-supply-chain-ruby.ts": true,
|
|
6405
6409
|
"src/cli/doctor-readiness-supply-chain-scan.ts": true,
|
|
6406
6410
|
"src/cli/doctor-readiness-supply-chain.ts": true,
|
|
@@ -6795,6 +6799,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6795
6799
|
"tests/unit/cli/doctor-readiness-supply-chain-install-gate.test.ts": true,
|
|
6796
6800
|
"tests/unit/cli/doctor-readiness-supply-chain-install-scripts.test.ts": true,
|
|
6797
6801
|
"tests/unit/cli/doctor-readiness-supply-chain-precision.test.ts": true,
|
|
6802
|
+
"tests/unit/cli/doctor-readiness-supply-chain-python.test.ts": true,
|
|
6798
6803
|
"tests/unit/cli/doctor-readiness-supply-chain-ruby.test.ts": true,
|
|
6799
6804
|
"tests/unit/cli/doctor-readiness-supply-chain-workspaces.test.ts": true,
|
|
6800
6805
|
"tests/unit/cli/doctor-readiness-supply-chain.test.ts": true,
|