Lines 93-133json
93 "test:ui": "vitest --ui",
94 "test:model-matrix": "node scripts/test-model-matrix.js",
95 "test:model-matrix:smoke": "node scripts/test-model-matrix.js --smoke",
96 "test:model-matrix:report": "node scripts/test-model-matrix.js --smoke --report-json=.tmp/model-matrix-report.json",
97 "clean:repo": "node scripts/repo-hygiene.js clean --mode aggressive",
98 "clean:repo:check": "node scripts/repo-hygiene.js check",
99 "pack:check": "npm run build && node scripts/check-pack-budget.mjs",
100 "bench:edit-formats": "node scripts/benchmark-edit-formats.mjs --preset=codex-core",
101 "bench:edit-formats:smoke": "node scripts/benchmark-edit-formats.mjs --smoke --preset=codex-core",
102 "bench:edit-formats:render": "node scripts/benchmark-render-dashboard.mjs",
103 "bench:runtime-path": "npm run build && node scripts/benchmark-runtime-path.mjs",
104 "bench:runtime-path:quick": "node scripts/benchmark-runtime-path.mjs",
105 "test:coverage": "vitest run --coverage --maxWorkers=1",
106 "coverage": "npm run build && vitest run --coverage --maxWorkers=1",
107 "audit:prod": "npm audit --omit=dev --audit-level=high",
108 "audit:all": "npm audit --audit-level=high",
109 "audit:dev:allowlist": "node scripts/audit-dev-allowlist.js",
110 "audit:ci": "npm run audit:prod && npm run audit:dev:allowlist",
111 "vendor:verify": "node scripts/verify-vendor-provenance.mjs",
112 "vendor:update-manifest": "node scripts/update-vendor-provenance.mjs",
113 "postinstall": "node scripts/postinstall.js",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L113 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L113 114 "prepublishOnly": "npm run build",
118 "mcodex": "scripts/mcodex.js",
119 "codex-multi-auth-codex": "scripts/codex.js",
120 "codex-multi-auth-app-launcher": "scripts/codex-app-launcher.js",
121 "codex-multi-auth": "scripts/codex-multi-auth.js"
124 ".codex-plugin/plugin.json",
129 "scripts/codex-app-launcher.js",
130 "scripts/codex-app-router.js",
131 "scripts/codex-bin-resolver.js",
132 "scripts/codex-multi-auth.js",
133 "scripts/codex-routing.js",