PkgRadar

Package evidence

@p0security/[email protected]

Credential file access: matched "id_rsa"

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
111Mature · −50% score
First published
Mar 2024
Publisher
gergelydanyi

Effective trust discount applied: 50% (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":["@p0security/[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":["@p0security/[email protected]"],"fail_on":"review"}'
Publishergergelydanyi
Artifact bytes316,010
Previous version0.26.14
Published2026-05-08T17:18:22.577Z
SHA-25679cb8184dddf3c41d738ec42ea43bd1a7fffaf516e34f329374e8672bfde6ed9

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/build/dist/common/keys.jsmatched "id_rsa"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/build/dist/common/keys.jsmatched "id_rsa"10
lowCredential file accesspackage/build/dist/commands/aws/files.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/build/dist/plugins/azure/keygen.jsmatched "id_rsa"5
lowCredential file accesspackage/build/dist/commands/kubeconfig.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/build/dist/commands/aws/util.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts15
  • buildtsc --project tsconfig.build.json && cp -r public build/dist/
  • build:debiantsc --project tsconfig.build.json && cp -r public build/dist/ && node esbuild.js
  • build:macostsc --project tsconfig.build.json && cp -r public build/dist/ && node esbuild.js
  • build:windowstsc --project tsconfig.build.json && xcopy public build\dist\ /E /I /Y && node esbuild.js
  • cleanrm -rf build
  • formatyarn prettier --write .
  • lintyarn lint:formatting && yarn lint:code && yarn lint:types
  • lint:codeeslint --max-warnings 0 .
  • lint:formattingprettier --check .
  • lint:typestsc
  • p0node --no-deprecation ./p0
  • preparehusky
  • prepublishOnlynpm run clean && npm run build
  • testyarn test:unit
  • test:unitNODE_ENV=unit vitest run
Dependencies26
  • @opentelemetry/api^1.9.0
  • @opentelemetry/instrumentation^0.202.0
  • @opentelemetry/instrumentation-dns^0.46.0
  • @opentelemetry/instrumentation-net^0.46.1
  • @opentelemetry/instrumentation-undici^0.13.1
  • @opentelemetry/resources^2.0.0
  • @opentelemetry/sdk-node^0.202.0
  • @opentelemetry/sdk-trace-node^2.0.1
  • @rgrove/parse-xml^4.1.0
  • @types/ini^4.1.1
  • cheerio^1.0.0
  • dotenv^16.4.1
  • express^4.18.2
  • firebase^11.8.x
  • ini^4.1.3
  • inquirer^9.2.15
  • lodash^4.17.21
  • open^8.4.0
  • pkce-challenge^5.0.0
  • pluralize^8.0.0
  • semver^7.6.0
  • tmp-promise^3.0.3
  • typescript^4.8.4
  • uuid^11.1.0
  • which^4.0.0
  • yargs^17.6.0