PkgRadar

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 promoting

Mixed 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"}'
Publisherandezdev
Artifact bytes29,138
Previous version1.0.0
Published2026-06-06T20:48:18.312Z
SHA-2562e356c81fff74768c8d55f501f5259e15a9e04bf150719bfa6934be3abbf4916

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

review
Last checked
reviewRisk
5Score
1.0.1Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/publish-lifecycle.mjs"5

Manifest

Package metadata

Scripts22
  • agents:sync-cursornode scripts/sync-cursor-from-agents.mjs
  • buildturbo run build
  • build:apptsup --config tsup.config.ts
  • build:typespnpm --filter @agent-detective/types build
  • cleanturbo run clean
  • devtsx watch src/index.ts
  • docs:configtsx scripts/generate-app-config-doc.ts
  • docs:config:checkpnpm docs:config && git diff --exit-code docs/reference/generated/app-config.md
  • docs:pluginstsx scripts/generate-plugin-config-docs.ts
  • docs:plugins:checkpnpm docs:plugins && git diff --exit-code docs/reference/generated/plugin-options.md
  • docs:sitepnpm --filter agent-detective-docs build
  • docs:site:devpnpm --filter agent-detective-docs dev
  • docs:site:landingpnpm --filter agent-detective-docs build && pnpm --filter agent-detective-landing build && node scripts/merge-landing-into-docs-dist.mjs
  • docs:site:syncnode scripts/sync-starlight-content.mjs
  • jira:webhook-smokenode scripts/jira-webhook-smoke.mjs
  • landing:devpnpm --filter agent-detective-landing dev
  • lintturbo run lint && node scripts/check-package-root-imports.mjs && node scripts/check-plugin-cross-imports.mjs && node scripts/check-docs-internal-links.mjs
  • postinstallnode scripts/publish-lifecycle.mjs
  • startnode dist/index.js
  • testturbo 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.5
  • fastify^5.8.5
  • fastify-type-provider-zod^6.1.0
  • jira.js^5.3.1
  • openapi-types^12.1.3
  • zod^4.4.3