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
113Mature · −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 bytes361,398
Previous version0.27.1
Published2026-06-09T17:59:09.009Z
SHA-256b362425bf6205b7b2a88d9849f3d980a4be7936f71be3266697e0a25446e0ea2

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/build/dist/common/keys.jsmatched "id_rsa"10
Show all 6 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/file-transfer/index.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
Dependencies29
  • @aws-sdk/client-s3^3.1052.0
  • @aws-sdk/lib-storage^3.1052.0
  • @aws-sdk/s3-request-presigner^3.1052.0
  • @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