PkgRadar

Package evidence

@naturalatlas/[email protected]

no findings

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
1
First published
Apr 2018
Publisher
naturalatlas

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@naturalatlas/[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":["@naturalatlas/[email protected]"],"fail_on":"review"}'
Publishernaturalatlas
Artifact bytes20,675
Previous versionnone
Published2018-04-26T19:52:55.898Z
SHA-2569eed726e4505fe0d10521f91ad1d6842a0a7932af7758512310acfc93731ebf3

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.1.1Version
Status history (2 events)
  1. availableavailable · risk low · score 0 · status available -> available, risk high -> low, score 30 -> 0
  2. newavailable · risk high · score 30 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildrm -rf dist && babel src -d dist --copy-files -s
  • changelog-majorbuild-changelog --major
  • changelog-minorbuild-changelog --minor
  • changelog-patchbuild-changelog --patch
  • coverbabel-istanbul cover dist/test/index.js --report=text --report=cobertura --report=html
  • fast-testnode dist/test/index.js
  • jenkins-installunpm install
  • jenkins-jshintnpm run lint -- --o=jshint.xml --f=checkstyle
  • jenkins-testnpm run jenkins-jshint && (mkdir -p test && npm run cover | tee test/test.js.tap)
  • linteslint src
  • precommitnpm run lint -s
  • prefast-testnpm run prepublish
  • prepublishnpm run build
  • testnpm run lint && npm run fast-test
  • view-covernpm run cover -- --report=html && opn ./coverage/index.html
Dependencies6
  • deasync^0.1.4
  • deepcopy^0.5.0
  • extend^3.0.0
  • ip^1.1.0
  • request^2.67.0
  • semver^5.5.0