PkgRadar

Package evidence

@opscompass/[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
42
Versions published
52Mature · −50% score
First published
Sep 2021
Publisher
programmerman

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":["@opscompass/[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":["@opscompass/[email protected]"],"fail_on":"review"}'
Publisherprogrammerman
Artifact bytes86,604
Previous version1.3.2
Published2026-04-20T21:55:04.319Z
SHA-256a7191158bec7a7f9fd1b6cd604e58cd4fabf1d5eb401c99aaeeecb41cb7637a1

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/updates.jsmatched ".npmrc"10

Manifest

Package metadata

Scripts7
  • buildcd ../api;npx tsc; cd -
  • check:pack-contentsnode ./scripts/check-pack-contents.mjs
  • check:publish-environmentnode ./scripts/check-publish-environment.mjs
  • check:restricted-apisnode ./scripts/check-restricted-apis.mjs
  • ensure-current-environmentnode ./scripts/ensure-current-environment.mjs
  • pack:checknpm run ensure-current-environment && npm run check:pack-contents
  • testnpm run ensure-current-environment && npm run check:restricted-apis && node --experimental-vm-modules ./node_modules/jest/bin/jest.js --config ./jest.config.js --runInBand
Dependencies11
  • @opscompass/opscompass-api^1.3.2
  • adm-zip^0.5.16
  • axios^0.28.1
  • better-sqlite312.6.2
  • find-remove^5.0.0
  • fs-extra^10.1.0
  • https-proxy-agent^5.0.1
  • open^8.2.1
  • openpgp6.2.2
  • semver^7.3.7
  • tar^6.1.11