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 monitoringNo 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"}'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
Status history (2 events)
- available → available · risk low · score 0 · status available -> available, risk high -> low, score 30 -> 0
- new → available · 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 -schangelog-majorbuild-changelog --majorchangelog-minorbuild-changelog --minorchangelog-patchbuild-changelog --patchcoverbabel-istanbul cover dist/test/index.js --report=text --report=cobertura --report=htmlfast-testnode dist/test/index.jsjenkins-installunpm installjenkins-jshintnpm run lint -- --o=jshint.xml --f=checkstylejenkins-testnpm run jenkins-jshint && (mkdir -p test && npm run cover | tee test/test.js.tap)linteslint srcprecommitnpm run lint -sprefast-testnpm run prepublishprepublishnpm run buildtestnpm run lint && npm run fast-testview-covernpm run cover -- --report=html && opn ./coverage/index.html
Dependencies6
deasync^0.1.4deepcopy^0.5.0extend^3.0.0ip^1.1.0request^2.67.0semver^5.5.0