PkgRadar

Package evidence

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

Versions published
5
First published
Jun 2023
Publisher
panyuqi

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":["@antv/[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":["@antv/[email protected]"],"fail_on":"review"}'
Publisherpanyuqi
Artifact bytes7,620
Previous version1.0.0
Published2023-06-26T06:12:08.199Z
SHA-256d14fdacb1814460b4252c39d6911080e2f02f5f89b0ba11a1d0bbe87cfe5fad2

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/get-registry.jsmatched ".npmrc"10
mediumCredential file accesspackage/lib/set-npmrc-auth.jsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/get-registry.jsmatched ".npmrc"10
mediumCredential file accesspackage/lib/set-npmrc-auth.jsmatched ".npmrc"10
lowCredential file accesspackage/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts6
  • codecovcodecov -f coverage/coverage-final.json
  • lintxo
  • pretestnpm run lint
  • semantic-releasesemantic-release
  • testnyc ava -v
  • test:cinyc ava -v
Dependencies12
  • aggregate-error^3.0.0
  • execa^5.0.0
  • fs-extra^10.0.0
  • lodash^4.17.15
  • nerf-dart^1.0.0
  • normalize-url^6.0.0
  • npm^8.3.0
  • rc^1.2.8
  • read-pkg^5.0.0
  • registry-auth-token^4.0.0
  • semver^7.1.2
  • tempy^1.0.0