PkgRadar

Package evidence

@decocms/[email protected]

Credential file access: matched "npm_token"

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
571
Versions published
381
First published
Dec 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@decocms/[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":["@decocms/[email protected]"],"fail_on":"review"}'
Artifact bytes9,586,950
Previous version2.155.0
Published2026-03-10T03:42:27.836Z
SHA-256bd060ab1f38b5e7335c744590fc951fb0e4bec76c6f3cd6477602a3dcff830ce

Why flagged

What the scanner saw

Credential file access: matched "npm_token"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
2.155.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/client/assets/env-vars-editor-zp5WLXFv.jsmatched "npm_token"5
lowLarge Javascript Payloadpackage/dist/server/cli.js7429716 bytes0
lowObfuscation Densitypackage/dist/client/assets/estree-CwOGYdhi.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/server/migrate.js6819252 bytes0
lowLarge Javascript Payloadpackage/dist/server/server.js7356307 bytes0
lowObfuscation Densitypackage/dist/client/assets/standalone-DS4gw9AE.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts14
  • better-auth:migratebunx --bun @better-auth/cli migrate -y --config src/auth/index.ts
  • build:clientbun --bun vite build
  • build:serverbun run scripts/bundle-server-script.ts --dist ./dist/server
  • checktsc --noEmit
  • db:migratebun run ./dist/server/migrate.js
  • devbun run migrate && concurrently "bun run dev:client" "bun run dev:server"
  • dev:clientbun --bun vite dev
  • dev:serverNODE_ENV=development bun --env-file=.env --hot run src/index.ts
  • migratebun run src/database/migrate.ts
  • prepublishOnlybun run build:client && bun run build:server
  • startbun run ./dist/server/server.js
  • testbun test
  • test:e2eplaywright test
  • test:e2e:uiplaywright test --ui
Dependencies10
  • @clickhouse/client^1.8.1
  • @electric-sql/pglite^0.3.15
  • @jitl/quickjs-wasmfile-release-sync^0.31.0
  • @modelcontextprotocol/ext-apps^1.1.2
  • @opentelemetry/core^2.6.0
  • dompurify^3.3.1
  • kysely^0.28.8
  • kysely-pglite^0.6.1
  • nats^2.29.3
  • quickjs-emscripten-core^0.31.0
Optional dependencies1
  • chdb^1.6.0