PkgRadar

Package evidence

@febbyrg/[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.

Weekly downloads
19
Versions published
13Established · −30% score
First published
Sep 2025
Publisher
febbyrg

Effective trust discount applied: 30% (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":["@febbyrg/[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":["@febbyrg/[email protected]"],"fail_on":"review"}'
Publisherfebbyrg
Artifact bytes141,306
Previous version1.0.9
Published2026-04-13T01:07:06.242Z
SHA-256018b773eb3f3fbfc015f016881952a8c580ee9298f18d54757afd3e4f59f8297

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/package.jsonmatched ".npmrc"3

Manifest

Package metadata

Scripts21
  • buildtsc
  • build:watchtsc --watch
  • cleanrm -rf dist
  • linteslint .
  • lint:fixeslint . --fix
  • postversiongit push && git push --tags
  • preparenpm run build
  • prepublishOnlynpm run build && npm test && npm run lint
  • preversionnpm run lint && npm test
  • publish./scripts/publish.sh patch
  • publish:bothnpm run publish:npm && npm run publish:github
  • publish:githubcp .npmrc.github .npmrc && npm publish --access=public
  • publish:major./scripts/publish.sh major
  • publish:minor./scripts/publish.sh minor
  • publish:npmcp .npmrc.npmjs .npmrc && npm publish --access=public
  • testnpx ts-node scripts/test.ts
  • test:allnpm run test && npm run test:screenshot && npm run test:data && npm run test:slice
  • test:datanpx ts-node scripts/test-pdf-data.ts
  • test:screenshotnpx ts-node scripts/test-screenshot.ts
  • test:slicenpx ts-node scripts/test-slice.ts
  • versionnpm run build
Dependencies6
  • change-case^4.1.2
  • md5^2.3.0
  • param-case^3.0.4
  • pdf-lib^1.17.1
  • pdfjs-dist3.2.146
  • uuid^9.0.0
Optional dependencies1
  • canvas^2.11.2