Package evidence
[email protected]
Install-time lifecycle script: postinstall="node scripts/publish-lifecycle.mjs"
Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Versions published
- 2
- First published
- Jun 2026
- Publisher
- andezdev
Recommended action
Review before promotingMixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"review"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="node scripts/publish-lifecycle.mjs"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node scripts/publish-lifecycle.mjs" | 5 |
Manifest
Package metadata
Scripts22
agents:sync-cursornode scripts/sync-cursor-from-agents.mjsbuildturbo run buildbuild:apptsup --config tsup.config.tsbuild:typespnpm --filter @agent-detective/types buildcleanturbo run cleandevtsx watch src/index.tsdocs:configtsx scripts/generate-app-config-doc.tsdocs:config:checkpnpm docs:config && git diff --exit-code docs/reference/generated/app-config.mddocs:pluginstsx scripts/generate-plugin-config-docs.tsdocs:plugins:checkpnpm docs:plugins && git diff --exit-code docs/reference/generated/plugin-options.mddocs:sitepnpm --filter agent-detective-docs builddocs:site:devpnpm --filter agent-detective-docs devdocs:site:landingpnpm --filter agent-detective-docs build && pnpm --filter agent-detective-landing build && node scripts/merge-landing-into-docs-dist.mjsdocs:site:syncnode scripts/sync-starlight-content.mjsjira:webhook-smokenode scripts/jira-webhook-smoke.mjslanding:devpnpm --filter agent-detective-landing devlintturbo run lint && node scripts/check-package-root-imports.mjs && node scripts/check-plugin-cross-imports.mjs && node scripts/check-docs-internal-links.mjspostinstallnode scripts/publish-lifecycle.mjsstartnode dist/index.jstestturbo run test && tsx --test 'test/**/*.test.ts'test:watchtsx --test --watch 'test/**/*.test.ts'typecheckturbo run typecheck && tsc --noEmit
Dependencies15
@agent-detective/jira-adapter1.0.1@agent-detective/linear-adapter1.0.1@agent-detective/local-repos-plugin1.0.1@agent-detective/observability1.0.1@agent-detective/pr-pipeline1.0.1@agent-detective/process-utils1.0.1@agent-detective/sdk1.0.1@agent-detective/types1.0.1@fastify/swagger^9.7.0@scalar/fastify-api-reference^1.57.5fastify^5.8.5fastify-type-provider-zod^6.1.0jira.js^5.3.1openapi-types^12.1.3zod^4.4.3