audit-tools 0.45.0 → 0.46.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/README.md +15 -2
- package/dist/audit/cli/charterExtractionPrompt.d.ts.map +1 -1
- package/dist/audit/cli/charterExtractionPrompt.js +11 -1
- package/dist/audit/cli/charterExtractionPrompt.js.map +1 -1
- package/dist/audit/cli/cleanupCommand.d.ts +25 -0
- package/dist/audit/cli/cleanupCommand.d.ts.map +1 -1
- package/dist/audit/cli/cleanupCommand.js +69 -0
- package/dist/audit/cli/cleanupCommand.js.map +1 -1
- package/dist/audit/cli/dispatch/hostHandoff.d.ts.map +1 -1
- package/dist/audit/cli/dispatch/hostHandoff.js +52 -76
- package/dist/audit/cli/dispatch/hostHandoff.js.map +1 -1
- package/dist/audit/cli/dispatch/packetFilter.d.ts +1 -1
- package/dist/audit/cli/fanoutLanes.d.ts.map +1 -1
- package/dist/audit/cli/fanoutLanes.js +6 -1
- package/dist/audit/cli/fanoutLanes.js.map +1 -1
- package/dist/audit/cli/laneSubmissions.d.ts +13 -0
- package/dist/audit/cli/laneSubmissions.d.ts.map +1 -1
- package/dist/audit/cli/laneSubmissions.js +38 -27
- package/dist/audit/cli/laneSubmissions.js.map +1 -1
- package/dist/audit/cli/nextStepCommand.d.ts.map +1 -1
- package/dist/audit/cli/nextStepCommand.js +8 -6
- package/dist/audit/cli/nextStepCommand.js.map +1 -1
- package/dist/audit/cli/nextStepHelpers.d.ts +3 -2
- package/dist/audit/cli/nextStepHelpers.d.ts.map +1 -1
- package/dist/audit/cli/nextStepHelpers.js +37 -35
- package/dist/audit/cli/nextStepHelpers.js.map +1 -1
- package/dist/audit/cli/reviewRun.d.ts +1 -1
- package/dist/audit/cli/reviewRun.d.ts.map +1 -1
- package/dist/audit/cli/reviewRun.js +2 -9
- package/dist/audit/cli/reviewRun.js.map +1 -1
- package/dist/audit/cli/sampleRunCommand.d.ts.map +1 -1
- package/dist/audit/cli/sampleRunCommand.js +12 -1
- package/dist/audit/cli/sampleRunCommand.js.map +1 -1
- package/dist/audit/cli/semanticReviewStep.d.ts.map +1 -1
- package/dist/audit/cli/semanticReviewStep.js +9 -1
- package/dist/audit/cli/semanticReviewStep.js.map +1 -1
- package/dist/audit/cli/steps.d.ts +6 -6
- package/dist/audit/contracts/workerSchemas.d.ts +36 -26
- package/dist/audit/contracts/workerSchemas.d.ts.map +1 -1
- package/dist/audit/contracts/workerSchemas.js +11 -1
- package/dist/audit/contracts/workerSchemas.js.map +1 -1
- package/dist/audit/contracts/wrapperResponse.d.ts +52 -28
- package/dist/audit/contracts/wrapperResponse.d.ts.map +1 -1
- package/dist/audit/contracts/wrapperResponse.js +8 -5
- package/dist/audit/contracts/wrapperResponse.js.map +1 -1
- package/dist/audit/decompose/sources.d.ts.map +1 -1
- package/dist/audit/decompose/sources.js +21 -5
- package/dist/audit/decompose/sources.js.map +1 -1
- package/dist/audit/extractors/analyzers/registry.d.ts +8 -5
- package/dist/audit/extractors/analyzers/registry.d.ts.map +1 -1
- package/dist/audit/extractors/analyzers/registry.js +28 -7
- package/dist/audit/extractors/analyzers/registry.js.map +1 -1
- package/dist/audit/extractors/designAssessment.js +1 -1
- package/dist/audit/extractors/gitHistory.d.ts +1 -1
- package/dist/audit/extractors/gitHistory.js +1 -1
- package/dist/audit/extractors/graph.d.ts +1 -1
- package/dist/audit/extractors/graph.js +1 -1
- package/dist/audit/extractors/risk.d.ts +1 -1
- package/dist/audit/extractors/risk.js +1 -1
- package/dist/audit/io/artifacts.d.ts.map +1 -1
- package/dist/audit/io/artifacts.js +5 -5
- package/dist/audit/io/artifacts.js.map +1 -1
- package/dist/audit/orchestrator/acquisitionExecutor.d.ts +11 -6
- package/dist/audit/orchestrator/acquisitionExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/acquisitionExecutor.js +1 -1
- package/dist/audit/orchestrator/acquisitionExecutor.js.map +1 -1
- package/dist/audit/orchestrator/advance.d.ts +14 -10
- package/dist/audit/orchestrator/advance.d.ts.map +1 -1
- package/dist/audit/orchestrator/advance.js +49 -24
- package/dist/audit/orchestrator/advance.js.map +1 -1
- package/dist/audit/orchestrator/advanceTypes.d.ts +14 -0
- package/dist/audit/orchestrator/advanceTypes.d.ts.map +1 -1
- package/dist/audit/orchestrator/autoFixExecutor.d.ts +20 -1
- package/dist/audit/orchestrator/autoFixExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/autoFixExecutor.js +77 -15
- package/dist/audit/orchestrator/autoFixExecutor.js.map +1 -1
- package/dist/audit/orchestrator/dependencyMap.js +1 -1
- package/dist/audit/orchestrator/dependencyMap.js.map +1 -1
- package/dist/audit/orchestrator/executorRunners.d.ts.map +1 -1
- package/dist/audit/orchestrator/executorRunners.js +18 -4
- package/dist/audit/orchestrator/executorRunners.js.map +1 -1
- package/dist/audit/orchestrator/executors.d.ts +54 -0
- package/dist/audit/orchestrator/executors.d.ts.map +1 -1
- package/dist/audit/orchestrator/executors.js +352 -0
- package/dist/audit/orchestrator/executors.js.map +1 -1
- package/dist/audit/orchestrator/hostInputPause.d.ts +20 -11
- package/dist/audit/orchestrator/hostInputPause.d.ts.map +1 -1
- package/dist/audit/orchestrator/hostInputPause.js +17 -11
- package/dist/audit/orchestrator/hostInputPause.js.map +1 -1
- package/dist/audit/orchestrator/localCommands.d.ts +24 -1
- package/dist/audit/orchestrator/localCommands.d.ts.map +1 -1
- package/dist/audit/orchestrator/localCommands.js +44 -9
- package/dist/audit/orchestrator/localCommands.js.map +1 -1
- package/dist/audit/orchestrator/nextStep.d.ts +13 -0
- package/dist/audit/orchestrator/nextStep.d.ts.map +1 -1
- package/dist/audit/orchestrator/nextStep.js +13 -0
- package/dist/audit/orchestrator/nextStep.js.map +1 -1
- package/dist/audit/orchestrator/requeueCommand.d.ts +1 -1
- package/dist/audit/orchestrator/runtimeCommand.d.ts +32 -1
- package/dist/audit/orchestrator/runtimeCommand.d.ts.map +1 -1
- package/dist/audit/orchestrator/runtimeCommand.js +90 -3
- package/dist/audit/orchestrator/runtimeCommand.js.map +1 -1
- package/dist/audit/orchestrator/structureExecutors.js +1 -1
- package/dist/audit/orchestrator/structureExecutors.js.map +1 -1
- package/dist/audit/orchestrator/syntaxResolutionExecutor.d.ts +11 -1
- package/dist/audit/orchestrator/syntaxResolutionExecutor.d.ts.map +1 -1
- package/dist/audit/orchestrator/syntaxResolutionExecutor.js +25 -9
- package/dist/audit/orchestrator/syntaxResolutionExecutor.js.map +1 -1
- package/dist/audit/supervisor/operatorHandoff.d.ts +0 -1
- package/dist/audit/supervisor/operatorHandoff.d.ts.map +1 -1
- package/dist/audit/supervisor/operatorHandoff.js +2 -1
- package/dist/audit/supervisor/operatorHandoff.js.map +1 -1
- package/dist/audit/types.d.ts +18 -18
- package/dist/remediate/contractPipeline/derive.d.ts.map +1 -1
- package/dist/remediate/contractPipeline/derive.js +1 -0
- package/dist/remediate/contractPipeline/derive.js.map +1 -1
- package/dist/remediate/contractPipeline/semanticProjection.d.ts +5 -4
- package/dist/remediate/contractPipeline/semanticProjection.d.ts.map +1 -1
- package/dist/remediate/contractPipeline/semanticProjection.js +34 -19
- package/dist/remediate/contractPipeline/semanticProjection.js.map +1 -1
- package/dist/remediate/index.d.ts.map +1 -1
- package/dist/remediate/index.js +3 -2
- package/dist/remediate/index.js.map +1 -1
- package/dist/remediate/phases/close.d.ts +37 -2
- package/dist/remediate/phases/close.d.ts.map +1 -1
- package/dist/remediate/phases/close.js +100 -31
- package/dist/remediate/phases/close.js.map +1 -1
- package/dist/remediate/phases/closeVerifyAnalyzerLeads.js +2 -2
- package/dist/remediate/phases/closeVerifyAnalyzerLeads.js.map +1 -1
- package/dist/remediate/phases/triage.d.ts.map +1 -1
- package/dist/remediate/phases/triage.js +61 -19
- package/dist/remediate/phases/triage.js.map +1 -1
- package/dist/remediate/steps/contractPipeline.d.ts +13 -0
- package/dist/remediate/steps/contractPipeline.d.ts.map +1 -1
- package/dist/remediate/steps/contractPipeline.js +82 -3
- package/dist/remediate/steps/contractPipeline.js.map +1 -1
- package/dist/remediate/steps/dispatch/hostHandoff.d.ts +1 -1
- package/dist/remediate/steps/dispatch/hostHandoff.d.ts.map +1 -1
- package/dist/remediate/steps/dispatch/hostHandoff.js +297 -139
- package/dist/remediate/steps/dispatch/hostHandoff.js.map +1 -1
- package/dist/remediate/steps/nextStep.d.ts.map +1 -1
- package/dist/remediate/steps/nextStep.js +37 -7
- package/dist/remediate/steps/nextStep.js.map +1 -1
- package/dist/remediate/types/options.d.ts +1 -1
- package/dist/shared/analyzers/acquisitionEngine.d.ts +61 -28
- package/dist/shared/analyzers/acquisitionEngine.d.ts.map +1 -1
- package/dist/shared/analyzers/acquisitionEngine.js +83 -24
- package/dist/shared/analyzers/acquisitionEngine.js.map +1 -1
- package/dist/shared/analyzers/binaryAcquisition.d.ts +8 -2
- package/dist/shared/analyzers/binaryAcquisition.d.ts.map +1 -1
- package/dist/shared/analyzers/binaryAcquisition.js +4 -4
- package/dist/shared/analyzers/binaryAcquisition.js.map +1 -1
- package/dist/shared/constitutionalDocPaths.d.ts.map +1 -1
- package/dist/shared/constitutionalDocPaths.js +7 -0
- package/dist/shared/constitutionalDocPaths.js.map +1 -1
- package/dist/shared/engine/obligationEngine.d.ts +44 -3
- package/dist/shared/engine/obligationEngine.d.ts.map +1 -1
- package/dist/shared/engine/obligationEngine.js +53 -7
- package/dist/shared/engine/obligationEngine.js.map +1 -1
- package/dist/shared/findings/dedupe.d.ts.map +1 -1
- package/dist/shared/findings/dedupe.js +8 -0
- package/dist/shared/findings/dedupe.js.map +1 -1
- package/dist/shared/friction/frictionRecord.d.ts +42 -2
- package/dist/shared/friction/frictionRecord.d.ts.map +1 -1
- package/dist/shared/friction/frictionRecord.js +111 -3
- package/dist/shared/friction/frictionRecord.js.map +1 -1
- package/dist/shared/friction/triage.d.ts +15 -0
- package/dist/shared/friction/triage.d.ts.map +1 -1
- package/dist/shared/friction/triage.js +33 -2
- package/dist/shared/friction/triage.js.map +1 -1
- package/dist/shared/index.d.ts +13 -9
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/index.js +14 -7
- package/dist/shared/index.js.map +1 -1
- package/dist/shared/io/fileLock.d.ts.map +1 -1
- package/dist/shared/io/fileLock.js +22 -3
- package/dist/shared/io/fileLock.js.map +1 -1
- package/dist/shared/io/frictionCapture.d.ts +73 -19
- package/dist/shared/io/frictionCapture.d.ts.map +1 -1
- package/dist/shared/io/frictionCapture.js +21 -30
- package/dist/shared/io/frictionCapture.js.map +1 -1
- package/dist/shared/io/lockedJsonStore.d.ts +24 -3
- package/dist/shared/io/lockedJsonStore.d.ts.map +1 -1
- package/dist/shared/io/lockedJsonStore.js +35 -7
- package/dist/shared/io/lockedJsonStore.js.map +1 -1
- package/dist/shared/io/stepContractWriter.d.ts +3 -3
- package/dist/shared/io/stepContractWriter.d.ts.map +1 -1
- package/dist/shared/io/stepContractWriter.js +97 -13
- package/dist/shared/io/stepContractWriter.js.map +1 -1
- package/dist/shared/submission/expectedSubmissions.d.ts +18 -0
- package/dist/shared/submission/expectedSubmissions.d.ts.map +1 -1
- package/dist/shared/submission/expectedSubmissions.js +17 -0
- package/dist/shared/submission/expectedSubmissions.js.map +1 -1
- package/dist/shared/submission/handRecovery.d.ts.map +1 -1
- package/dist/shared/submission/handRecovery.js +9 -11
- package/dist/shared/submission/handRecovery.js.map +1 -1
- package/dist/shared/submission/hostHandoffCore.d.ts +155 -0
- package/dist/shared/submission/hostHandoffCore.d.ts.map +1 -0
- package/dist/shared/submission/hostHandoffCore.js +210 -0
- package/dist/shared/submission/hostHandoffCore.js.map +1 -0
- package/dist/shared/submission/submissionLedger.d.ts +5 -1
- package/dist/shared/submission/submissionLedger.d.ts.map +1 -1
- package/dist/shared/submission/submissionLedger.js +33 -3
- package/dist/shared/submission/submissionLedger.js.map +1 -1
- package/dist/shared/tooling/commandShape.d.ts +29 -0
- package/dist/shared/tooling/commandShape.d.ts.map +1 -1
- package/dist/shared/tooling/commandShape.js +82 -10
- package/dist/shared/tooling/commandShape.js.map +1 -1
- package/dist/shared/tooling/exec.d.ts +32 -0
- package/dist/shared/tooling/exec.d.ts.map +1 -1
- package/dist/shared/tooling/exec.js +189 -0
- package/dist/shared/tooling/exec.js.map +1 -1
- package/docs/audit-pkg/contracts.md +2 -1
- package/docs/audit-pkg/operator-guide.md +5 -2
- package/docs/audit-pkg/product.md +22 -6
- package/package.json +10 -6
- package/schemas/audit-code-v1alpha1.schema.json +297 -0
- package/schemas/audit_result.schema.json +4 -0
- package/schemas/audit_results.schema.json +4 -0
- package/scripts/shared/install-host-assets.mjs +8 -5
- package/skills/audit-code/SKILL.md +4 -2
- package/skills/audit-code/audit-code.prompt.md +5 -2
- package/skills/audit-code/opencode-command-template.txt +1 -1
- package/wrapper/audit-code-wrapper-lib.mjs +81 -16
- package/wrapper/installer-verb-help.mjs +14 -4
- package/docs/audit-pkg/development.md +0 -113
- package/docs/audit-pkg/release.md +0 -140
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
# Release
|
|
2
|
-
|
|
3
|
-
The maintainer land-and-publish flow — release gate, publication, version bumps —
|
|
4
|
-
is owned by the ship skill (`.claude/skills/ship/SKILL.md`), including the
|
|
5
|
-
generated gate-step list. `npm run release:patch` bumps + tags;
|
|
6
|
-
`npm run release:patch:publish` runs the full flow (`release:minor` /
|
|
7
|
-
`release:major` variants likewise). Routine CI exercises the
|
|
8
|
-
Node majors matrixed in `.github/workflows/*.yml` (the matrix there is
|
|
9
|
-
self-describing).
|
|
10
|
-
|
|
11
|
-
This page keeps what the skill does not carry: manual host validation, manual
|
|
12
|
-
workflow dispatch, trusted-publisher configuration, and troubleshooting.
|
|
13
|
-
|
|
14
|
-
## Host validation — the manual half of the release gate
|
|
15
|
-
|
|
16
|
-
The automated half of multi-host validation lives in `npm run verify:hosts`
|
|
17
|
-
(wired into `verify:release`): it deploys every host surface into an isolated
|
|
18
|
-
temp `$HOME` and re-runs each host's own `verify()` handler from the same
|
|
19
|
-
`INSTALL_HOST_DEFINITIONS` table the postinstall deploy uses. That gate catches
|
|
20
|
-
*our* drift — a missing, unparseable, or canonical-body-diverged asset — before
|
|
21
|
-
publish.
|
|
22
|
-
|
|
23
|
-
This checklist covers only what CI **cannot** reach: actually invoking
|
|
24
|
-
`/audit-code` inside a GUI host and confirming a host handoff round-trips. A GUI
|
|
25
|
-
host can change its asset format or command-rendering out from under us; the
|
|
26
|
-
no-drift guard does not see that, so a human runs these rows at release. A failed
|
|
27
|
-
row becomes a backlog item.
|
|
28
|
-
|
|
29
|
-
Concrete semantic execution is outside the package boundary, so release
|
|
30
|
-
validation covers workload emission and result ingestion rather than a matrix
|
|
31
|
-
of execution backends.
|
|
32
|
-
|
|
33
|
-
### How to run a row
|
|
34
|
-
|
|
35
|
-
For each GUI host below:
|
|
36
|
-
|
|
37
|
-
1. **Install** — from a clean repo, run `npm install -g audit-tools` (or the
|
|
38
|
-
local equivalent) so postinstall deploys the host surface, then open the
|
|
39
|
-
repository in the host.
|
|
40
|
-
2. **Command appears** — confirm the host registers/offers `/audit-code` (slash
|
|
41
|
-
command, skill, or agent, per the host's setup kind).
|
|
42
|
-
3. **One live handoff** — invoke `/audit-code` and let it run one bounded audit
|
|
43
|
-
step (a single `audit-code next-step` round-trip). If semantic work is
|
|
44
|
-
reached, complete one emitted host work item.
|
|
45
|
-
4. **Result lands** — confirm the step's result artifact is written under
|
|
46
|
-
`.audit-tools/audit/` (e.g. `steps/current-step.json` advances and the
|
|
47
|
-
expected artifact for that step appears).
|
|
48
|
-
|
|
49
|
-
Mark each cell pass / fail; record the release version and date **in the release's own
|
|
50
|
-
notes or a `docs/reviews/` record — never by committing a filled copy of the grids below.**
|
|
51
|
-
They are a timeless template, like `docs/end-of-sprint-report-template.md`.
|
|
52
|
-
|
|
53
|
-
### Checklist (one row per GUI host)
|
|
54
|
-
|
|
55
|
-
| Host | Surface deployed | 1. Install + open | 2. `/audit-code` visible | 3. One live handoff | 4. Result lands under `.audit-tools/audit/` |
|
|
56
|
-
|---|---|---|---|---|---|
|
|
57
|
-
| Antigravity | `.agent/skills/audit-code/SKILL.md` skill, `.gemini/commands/audit-code.toml` slash command, planning guide, AGENTS instructions | ☐ | ☐ | ☐ | ☐ |
|
|
58
|
-
| OpenCode | global `/audit-code` command (npm-installed) + generated `opencode.json` project permissions | ☐ | ☐ | ☐ | ☐ |
|
|
59
|
-
| VS Code | generated prompt file + custom agent + Copilot instructions (`INSTALL_HOST_DEFINITIONS.vscode`, `setup_kind: 'prompt+agent'`) | ☐ | ☐ | ☐ | ☐ |
|
|
60
|
-
|
|
61
|
-
Notes / failures (file each as a backlog item):
|
|
62
|
-
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
### remediate-code checklist (one row per GUI host)
|
|
66
|
-
|
|
67
|
-
`remediate-code` has its own automated half — `npm run verify:remediate-hosts`
|
|
68
|
-
(`scripts/remediate/verify-hosts.mjs`, wired into `verify:release`), the mirror of
|
|
69
|
-
the audit gate: it deploys every remediate host surface into an isolated temp
|
|
70
|
-
`$HOME` and re-runs each host's `verify()` handler from the same
|
|
71
|
-
`INSTALL_HOST_DEFINITIONS` table. As with audit, that gate catches *our* drift but
|
|
72
|
-
cannot invoke `/remediate-code` inside a live GUI host — a human runs the rows
|
|
73
|
-
below at release, using the same GUI-host set.
|
|
74
|
-
|
|
75
|
-
| Host | Surface deployed | 1. Install + open | 2. `/remediate-code` visible | 3. One live handoff | 4. Result lands under `.audit-tools/remediation/` |
|
|
76
|
-
|---|---|---|---|---|---|
|
|
77
|
-
| Antigravity | `.agent/skills/remediate-code/SKILL.md` skill, `.gemini/commands/remediate-code.toml` slash command, planning guide, AGENTS instructions | ☐ | ☐ | ☐ | ☐ |
|
|
78
|
-
| OpenCode | global `/remediate-code` command (npm-installed) + generated `opencode.json` project permissions | ☐ | ☐ | ☐ | ☐ |
|
|
79
|
-
| VS Code | generated prompt file + custom agent + Copilot instructions (`INSTALL_HOST_DEFINITIONS.vscode`, `setup_kind: 'prompt+agent'`) | ☐ | ☐ | ☐ | ☐ |
|
|
80
|
-
|
|
81
|
-
Notes / failures (file each as a backlog item):
|
|
82
|
-
|
|
83
|
-
-
|
|
84
|
-
|
|
85
|
-
## Manual workflow dispatch
|
|
86
|
-
|
|
87
|
-
Use GitHub Actions `workflow_dispatch` to exercise or run the publish workflow.
|
|
88
|
-
|
|
89
|
-
Dry run:
|
|
90
|
-
|
|
91
|
-
- `dry_run=true`
|
|
92
|
-
- `publish_tag=auto`
|
|
93
|
-
|
|
94
|
-
Live publish:
|
|
95
|
-
|
|
96
|
-
- `dry_run=false`
|
|
97
|
-
- `publish_tag=auto` unless intentionally overriding the dist-tag
|
|
98
|
-
|
|
99
|
-
`publish_tag=auto` resolves stable versions to `latest` and prerelease versions
|
|
100
|
-
to `next`.
|
|
101
|
-
|
|
102
|
-
Publishing a GitHub Release triggers the same workflow.
|
|
103
|
-
|
|
104
|
-
## Trusted publisher setup
|
|
105
|
-
|
|
106
|
-
npm Trusted Publishing is configured for this repository. If repository,
|
|
107
|
-
workflow, or ownership details change, keep the npm trusted publisher entry
|
|
108
|
-
aligned with:
|
|
109
|
-
|
|
110
|
-
- owner or organization: `OhOkThisIsFine`
|
|
111
|
-
- repository: `audit-tools`
|
|
112
|
-
- workflow filename: `publish-package.yml`
|
|
113
|
-
|
|
114
|
-
## Troubleshooting
|
|
115
|
-
|
|
116
|
-
If a GitHub Actions run fails:
|
|
117
|
-
|
|
118
|
-
1. download the uploaded `*-npm-logs` artifact
|
|
119
|
-
2. rerun `npm ci` and `npm run verify:release` locally from the same commit
|
|
120
|
-
3. for publish failures, rerun `publish-package.yml` with `dry_run=true`
|
|
121
|
-
4. confirm npm Trusted Publishing still targets `publish-package.yml`
|
|
122
|
-
|
|
123
|
-
For live child-process output while debugging the packaged/linked smokes:
|
|
124
|
-
|
|
125
|
-
```bash
|
|
126
|
-
AUDIT_CODE_VERBOSE=1 npm run smoke:packaged-audit-code
|
|
127
|
-
AUDIT_CODE_VERBOSE=1 npm run smoke:linked-audit-code
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
The packaged smoke path strips inherited `npm_config_*`, `NODE_AUTH_TOKEN`, and
|
|
131
|
-
`NPM_TOKEN` values before nested npm operations so dry runs and smoke installs
|
|
132
|
-
do not accidentally inherit publish credentials or suppress tarball generation.
|
|
133
|
-
|
|
134
|
-
Post-publish checks:
|
|
135
|
-
|
|
136
|
-
```bash
|
|
137
|
-
npm view audit-tools version
|
|
138
|
-
npm view audit-tools dist-tags --json
|
|
139
|
-
npm audit signatures
|
|
140
|
-
```
|