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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 17 · status changed
Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/build/dist/common/keys.js | matched "id_rsa" | 10 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/build/dist/common/keys.js | matched "id_rsa" | 10 |
| low | Credential file access | package/build/dist/commands/aws/files.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/build/dist/plugins/file-transfer/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/build/dist/plugins/azure/keygen.js | matched "id_rsa" | 5 |
| low | Credential file access | package/build/dist/commands/kubeconfig.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/build/dist/commands/aws/util.js | matched "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.jsbuild:macostsc --project tsconfig.build.json && cp -r public build/dist/ && node esbuild.jsbuild:windowstsc --project tsconfig.build.json && xcopy public build\dist\ /E /I /Y && node esbuild.jscleanrm -rf buildformatyarn prettier --write .lintyarn lint:formatting && yarn lint:code && yarn lint:typeslint:codeeslint --max-warnings 0 .lint:formattingprettier --check .lint:typestscp0node --no-deprecation ./p0preparehuskyprepublishOnlynpm run clean && npm run buildtestyarn test:unittest: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.1cheerio^1.0.0dotenv^16.4.1express^4.18.2firebase^11.8.xini^4.1.3inquirer^9.2.15lodash^4.17.21open^8.4.0pkce-challenge^5.0.0pluralize^8.0.0semver^7.6.0tmp-promise^3.0.3typescript^4.8.4uuid^11.1.0which^4.0.0yargs^17.6.0