Lines 88-128json
88 "docs/target-gallery.md",
89 "docs/target-registry.md",
90 "docs/tool-call-receipts.md",
91 "examples/insecure-mcp-server",
92 "scripts/postinstall.mjs",
96 "build": "tsc -p tsconfig.json",
97 "cli": "tsx src/cli.ts",
98 "dashboard:build": "tsx scripts/build-dashboard.ts",
99 "metrics:collect": "tsx scripts/metrics-dashboard.ts collect",
100 "metrics:build": "tsx scripts/metrics-dashboard.ts build",
101 "metrics:refresh": "tsx scripts/metrics-dashboard.ts refresh",
102 "metrics:open": "tsx scripts/metrics-dashboard.ts open",
103 "metrics:serve": "tsx scripts/metrics-dashboard.ts serve",
104 "integration:real": "tsx scripts/run-real-server-matrix.ts",
105 "safety-index": "tsx scripts/run-safety-index.ts",
107 "prepack": "npm run build",
108 "postinstall": "node scripts/postinstall.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L108 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L108 109 "proof:refresh": "tsx scripts/refresh-proof-artifacts.ts",
110 "release:prep": "node scripts/release.mjs",
111 "certification:pr-body": "tsx scripts/print-certification-pr-body.ts",
112 "typecheck": "tsc --noEmit -p tsconfig.json && npm --prefix api install && npm --prefix api run typecheck",
113 "test": "vitest run",
114 "test:coverage": "vitest run --coverage",
115 "validate:artifacts": "tsx scripts/validate-artifacts.ts",
116 "verify:packed-install": "node scripts/verify-packed-install.mjs",
117 "smoke": "npm run cli -- run --target tests/fixtures/sample-target-config.json && npm run cli -- diff tests/fixtures/sample-run-a.json tests/fixtures/sample-run-b.json",
118 "telemetry:export": "tsx scripts/export-telemetry-d1.ts",
119 "telemetry:intelligence": "tsx scripts/telemetry-company-intelligence.ts --input telemetry-exports/events-flat-full.json --out-dir reports",
120 "telemetry:external": "tsx scripts/telemetry-company-intelligence.ts --input telemetry-exports/events-flat-full.json --out-dir reports"
125 "model-context-protocol",