Lines 25-65json
25 "prepack": "npm run build",
26 "test": "run-s build format test:dev",
27 "format": "run-s build format:check-fix:*",
28 "format:ci": "run-s build format:check:*",
29 "format:check-fix:lint": "run-e format:check:lint format:fix:lint",
30 "format:check:lint": "eslint --cache --format=codeframe --max-warnings=0 \"{src,scripts,test,.github}/**/*.{js,ts,md,html}\"",
31 "format:fix:lint": "eslint --fix --cache --format=codeframe --max-warnings=0 \"{src,scripts,test,.github}/**/*.{js,ts,md,html}\"",
32 "format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
33 "format:check:prettier": "prettier --check --ignore-path .gitignore --loglevel=warn \"{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}\" \"*.{js,ts,yml,json,html}\" \".*.{js,ts,yml,json,html}\" \"!**/package-lock.json\" \"!package-lock.json\" \"!src/skills/**/*.md\"",
34 "format:fix:prettier": "prettier --write --ignore-path .gitignore --loglevel=warn \"{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}\" \"*.{js,ts,yml,json,html}\" \".*.{js,ts,yml,json,html}\" \"!**/package-lock.json\" \"!package-lock.json\" \"!src/skills/**/*.md\"",
35 "test:dev": "run-s build test:dev:*",
36 "test:ci": "run-s build test:ci:*",
37 "test:dev:vitest": "LOG=0 vitest --exclude '**/integration/**'",
38 "test:ci:vitest": "LOG=0 vitest run --coverage --exclude '**/integration/**'",
39 "test:integration": "vitest run test/integration/",
40 "test:integration:codex": "vitest run test/integration/codex.test.ts",
41 "test:integration:claude": "vitest run test/integration/claude.test.ts",
42 "test:integration:gemini": "vitest run test/integration/gemini.test.ts",
43 "test:integration:skill-invocation": "vitest run test/integration/skill-invocation.test.ts",
44 "check:types": "tsc --noEmit",
45 "postinstall": "node scripts/postinstall.js"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L45 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L45 49 "repository": "netlify/agent-runner-cli",
51 "url": "https://github.com/netlify/agent-runner-cli/issues"
53 "author": "Netlify Inc.",
58 "@commitlint/cli": "^20.0.0",
59 "@commitlint/config-conventional": "^20.0.0",
60 "@eslint/compat": "^2.0.0",
61 "@eslint/js": "^10.0.1",
62 "@netlify/axis": "^1.17.0",
63 "@netlify/eslint-config-node": "^7.0.1",
64 "@types/node": "^24.5.0",
65 "@typescript-eslint/eslint-plugin": "^8.0.0",