PkgRadar

Package evidence

@walkeros/[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
102Established · −30% score
First published
Nov 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":["@walkeros/[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":["@walkeros/[email protected]"],"fail_on":"review"}'
Artifact bytes1,007,219
Previous version4.2.1-next-1781594053720
Published2026-06-17T08:05:45.712Z
SHA-25664a6784e46ea9638968dc1ecffb20737799c5969dc831041b33cdcbbfc8528c3

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
3Score
4.2.1-next-1781682752679Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts15
  • buildtsup
  • cleanrm -rf .turbo && rm -rf dist && rm -rf coverage && rm -rf .temp && rm -rf .tmp
  • devtsx src/index.ts
  • docker:buildbash scripts/build-docker.sh
  • docker:build:flowbash scripts/build-flow.sh
  • docker:publishbash scripts/publish-docker.sh
  • docker:testbash scripts/test-docker.sh
  • generate:typesopenapi-typescript ${OPENAPI_SPEC:-./openapi/spec.json} -o src/types/api.gen.d.ts && prettier --write src/types/api.gen.d.ts ./openapi/spec.json
  • generate:types:localOPENAPI_SPEC=${WALKEROS_APP_URL:-http://localhost:3000}/api/openapi.json npm run generate:types
  • linteslint "src/**/*.ts*"
  • startnode dist/index.js
  • testjest --colors --testPathIgnorePatterns '__tests__/e2e/'
  • test:debugjest --colors --detectOpenHandles --testPathIgnorePatterns '__tests__/e2e/'
  • test:integrationjest --colors --testPathPatterns='__tests__/e2e/'
  • typechecktsc --noEmit
Dependencies23
  • @vercel/nft^1.10.2
  • @walkeros/collector4.2.1-next-1781682752679
  • @walkeros/core4.2.1-next-1781682752679
  • @walkeros/server-core4.2.1-next-1781682752679
  • @walkeros/server-destination-api4.2.1-next-1781682752679
  • @walkeros/transformer-validate4.2.1-next-1781682752679
  • ajv^8.17.1
  • chalk^5.6.2
  • ci-info^4.4.0
  • commander^15.0.0
  • cors^2.8.5
  • esbuild^0.28.0
  • express^5.2.1
  • fs-extra^11.3.2
  • jsdom^29.1.1
  • open^11.0.0
  • openapi-fetch^0.17.0
  • p-limit^7.3.0
  • pacote^21.0.4
  • picomatch^4.0.4
  • semver^7.7.4
  • tar^7.4.0
  • zod^4.0