PkgRadar

Package evidence

@topogram/[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
808
Versions published
89
First published
May 2026
Publisher
yrubetta

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":["@topogram/[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":["@topogram/[email protected]"],"fail_on":"review"}'
Publisheryrubetta
Artifact bytes1,033,167
Previous version0.3.121
Published2026-05-31T19:04:03.159Z
SHA-25624ae256d572a27b74885295283e5139bbccdee6987abdd47334a50e0dccb107d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/npm-safety.jsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/src/npm-safety.jsmatched ".npmrc"10
lowCredential file accesspackage/src/cli/commands/doctor.jsmatched ".npmrc"5
lowCredential file accesspackage/src/new-project/template-resolution.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts16
  • checknpm test
  • check:fixturenpm run fixture:check
  • copynode ./src/cli.js copy
  • fixture:checknode ./src/cli.js check ./tests/fixtures/workspaces/app-basic
  • fixture:check:jsonnode ./src/cli.js check ./tests/fixtures/workspaces/app-basic --json
  • fixture:generatenode ./src/cli.js generate ./tests/fixtures/workspaces/app-basic --out ./.tmp/app-basic
  • generate:appnpm run fixture:generate
  • generate:app-bundlenpm run fixture:generate
  • parsenode ./src/cli.js ./tests/fixtures/workspaces/app-basic
  • parse:jsonnode ./src/cli.js ./tests/fixtures/workspaces/app-basic --json
  • resolvenode ./src/cli.js ./tests/fixtures/workspaces/app-basic --resolve
  • testnpm run test:active
  • test:activenpm run test:types && node --test ./tests/active/*.test.js
  • test:typestsc -p ./tsconfig.check.json
  • validatenode ./src/cli.js validate ./tests/fixtures/workspaces/app-basic
  • validate:badnode ./src/cli.js validate ./tests/fixtures/invalid/missing-reference