PkgRadar

Package evidence

@qoder-ai/[email protected]

New Account With Lifecycle Hook: package first published 23 day(s) ago, 4 total version(s), has lifecycle hook

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.

Weekly downloads
234
Versions published
4
First published
May 2026
Publisher
qoder-dev

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@qoder-ai/[email protected]"],"fail_on":"high"}'

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":["@qoder-ai/[email protected]"],"fail_on":"high"}'
Publisherqoder-dev
Artifact bytes87,813
Previous version1.0.1
Published2026-05-22T10:59:03.375Z
SHA-2561ea15ebc11ff8235a1fdb13eb4372d898ad8eed749cfb5830c213ae2cf56bf98

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 23 day(s) ago, 4 total version(s), has lifecycle hook

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
5Score
1.0.2Version
Status history (1 event)
  1. newavailable · risk high · score 5 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 23 day(s) ago, 4 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 23 day(s) ago, 4 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts41
  • buildtsc
  • build:obfuscatednpm run bundle
  • bundlenpm run clean && tsc && node scripts/bundle.mjs
  • check:package-versionnode scripts/check-package-version.mjs
  • cleanrm -rf dist
  • demo:chatnpm run build && node examples/interactive-chat-demo/demo.mjs
  • demo:imagenode examples/image-input-demo/demo.mjs
  • demo:inprocess-mcpnpm run build && node examples/inprocess-mcp-demo/demo.mjs
  • demo:mcp-oauthnpm run build && node examples/mcp-oauth-demo/demo.mjs
  • demo:minimalnpm run demo:chat
  • demo:modelsnpm run build && node examples/list-models-demo/demo.mjs
  • hooks:installsh scripts/install-git-hooks.sh
  • postinstallnode scripts/postinstall.cjs
  • prepublishOnlynpm run bundle
  • release:betabash scripts/release-npm.sh beta
  • release:checkbash scripts/release-npm.sh check
  • release:latestbash scripts/release-npm.sh latest
  • release:promotebash scripts/release-npm.sh promote
  • testnpm run test:unit
  • test:integrationnpm run build && node --test tests/integration/**/*.test.mjs
  • test:plugins-loading-control:functionalnpm run build && node --test tests/plugins-loading-control/functional/*.test.mjs
  • test:plugins-loading-control:unitnpm run build && node --test tests/plugins-loading-control/unit/*.test.mjs
  • test:query-authnpm run test:query-auth:unit && npm run test:query-auth:functional
  • test:query-auth:e2enpm run test:query-auth:functional
  • test:query-auth:functionalnpm run build && node --test tests/query-auth/functional/*.test.mjs
  • test:query-auth:unitnpm run build && node --test tests/query-auth/unit/*.test.mjs
  • test:query-input-output:functionalnpm run build && node --test tests/query-input-output/functional/*.test.mjs
  • test:query-input-output:unitnpm run build && node --test tests/query-input-output/unit/*.test.mjs
  • test:query-mcp:functionalnpm run build && node --test tests/query-mcp/functional/*.test.mjs
  • test:query-output-events:functionalnpm run build && node --test tests/query-output-events/functional/*.test.mjs
  • …and 11 more.
Dependencies1
  • @modelcontextprotocol/sdk^1.27.1