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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/index.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts15
buildtsupcleanrm -rf .turbo && rm -rf dist && rm -rf coverage && rm -rf .temp && rm -rf .tmpdevtsx src/index.tsdocker:buildbash scripts/build-docker.shdocker:build:flowbash scripts/build-flow.shdocker:publishbash scripts/publish-docker.shdocker:testbash scripts/test-docker.shgenerate:typesopenapi-typescript ${OPENAPI_SPEC:-./openapi/spec.json} -o src/types/api.gen.d.ts && prettier --write src/types/api.gen.d.ts ./openapi/spec.jsongenerate:types:localOPENAPI_SPEC=${WALKEROS_APP_URL:-http://localhost:3000}/api/openapi.json npm run generate:typeslinteslint "src/**/*.ts*"startnode dist/index.jstestjest --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-1781682752679ajv^8.17.1chalk^5.6.2ci-info^4.4.0commander^15.0.0cors^2.8.5esbuild^0.28.0express^5.2.1fs-extra^11.3.2jsdom^29.1.1open^11.0.0openapi-fetch^0.17.0p-limit^7.3.0pacote^21.0.4picomatch^4.0.4semver^7.7.4tar^7.4.0zod^4.0