PkgRadar

Package evidence

@payloadcms/[email protected]

Credential file access: matched ".npmrc"

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
70Established · −30% score
First published
Nov 2025
Publisher
elliotpayload

Effective trust discount applied: 30% (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":["@payloadcms/[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":["@payloadcms/[email protected]"],"fail_on":"review"}'
Publisherelliotpayload
Artifact bytes191,566
Previous version0.0.1-alpha.68
Published2026-06-11T17:10:03.400Z
SHA-256ca1cc99e4b6eabb9333c985bf336b9dc12e803c1ab864713bca3d70be39d5111

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
0.0.1-alpha.69Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/utils/lambda-config.jsmatched ".npmrc"10

Manifest

Package metadata

Scripts20
  • buildpnpm build:swc && pnpm build:types && pnpm copyfiles
  • build:swcswc ./src -d ./dist --config-file .swcrc --strip-leading-paths
  • build:typestsc --project tsconfig.build.json
  • cleanrimraf -g "{dist,*.tsbuildinfo,package}"
  • copyfilescopyfiles -u 1 "src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,md}" "src/**/.env.example" dist/
  • debug:clear-tokenstsx scripts/clear-tokens.ts
  • debug:expire-tokentsx scripts/expire-token.ts
  • debug:get-project-tokentsx scripts/get-project-token.ts
  • debug:jwkstsx scripts/test-jwks-validation.ts
  • debug:refresh-tokentsx scripts/refresh-token.ts
  • debug:tokenstsx scripts/debug-tokens.ts
  • debug:write-tokentsx scripts/write-token.ts
  • generate:typestsx scripts/generate-types.ts
  • linteslint .
  • lint:fixeslint . --fix
  • startpnpm build && node ./bin/cli.js
  • testTEST_UNIT=true vitest run
  • test:intTEST_INT=true vitest run --config vitest.config.int.ts
  • test:int:watchTEST_INT=true vitest --config vitest.config.int.ts
  • test:watchTEST_UNIT=true vitest
Dependencies18
  • @clack/prompts^0.11.0
  • @figma/rest-api-spec^0.34.0
  • @sindresorhus/slugify^3.0.0
  • archiver7.0.1
  • arg^5.0.2
  • conf^13.1.0
  • cross-spawn7.0.6
  • env-paths^3.0.0
  • figures^6.1.0
  • jose6.0.12
  • jsonwebtoken9.0.3
  • open^10.2.0
  • openapi-fetch0.15.0
  • picocolors1.1.1
  • tar^7.5.13
  • terminal-link^5.0.0
  • ts-morph^21.0.1
  • uuid^10.0.0