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
- 8
- First published
- May 2016
- Publisher
- economist-org-bot
Recommended action
Review before promotingMixed 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":["@economist/[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":["@economist/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "curl "
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 17 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/assets/build.sh | matched "curl " | 12 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/assets/build.sh | matched "curl " | 12 |
| low | Credential file access | package/assets/build.sh | matched ".ssh/" | 5 |
Manifest
Package metadata
Scripts12
accessnpm-run-all --parallel access:*access:publicnpm access public $npm_package_nameaccess:sudonpm access grant read-write economist:read-write-all $npm_package_namebuildnpm i && npm t && npm run pages && npm run semantic-releaselinteslint $npm_package_directories_srcpagesecho stub for build.shpostpublishnpm run accessprepublishbabel $npm_package_directories_src -d $npm_package_directories_libsemantic-releasesemantic-release pre || exit 0; npm publish && semantic-release posttestnpm run linttestbuildnpm run build && chmod +x $npm_package_directories_lib/index.jswatchnpm run prepublish -- -w
Dependencies24
babel-runtime^6.6.1lodash.camelcase^4.1.0lodash.capitalize^4.1.1lodash.compose^2.4.1lodash.defaultsdeep^4.3.3lodash.get^4.1.2lodash.kebabcase^4.0.0lodash.uniq^4.2.0lodash.without^4.1.2packagesmith^1.1.2packagesmith.formats.json^1.0.1packagesmith.formats.multiline^1.0.1packagesmith.formats.yaml^1.0.0packagesmith.questions.description^1.0.1packagesmith.questions.name^1.0.1parse-packagejson-name^1.0.0provision-editorconfig^1.0.1provision-eslint^2.0.1provision-git^1.1.0provision-gitignore^1.0.2provision-npm-babel^1.1.4provision-npm-semantic-release^2.0.2provision-stylelint^3.0.0sort-package-json^1.4.0