PkgRadar

Package evidence

@rutter/[email protected]

Credential File Packaged: package/.env

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
3
First published
Oct 2023
Publisher
ipriven-rutter

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@rutter/[email protected]"],"fail_on":"high"}'

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":["@rutter/[email protected]"],"fail_on":"high"}'
Artifact bytes122,881
Previous version2.19.5
Published2023-10-05T15:50:18.194Z
SHA-256d7a00c1a4749e091598d783d720f924b01ccd15c12516d6279e33a2d11918c00

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

high
Last checked
highRisk
43Score
2.19.6Version
Status history (1 event)
  1. newavailable · risk high · score 43 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
mediumRemote Dependency Specpackage.jsondevDependencies.ejs-cli="github:SGrondin/ejs-cli#master"8

Manifest

Package metadata

Scripts2
  • testmocha test
  • test-all./scripts/test_all.sh