PkgRadar

Package evidence

@economist/[email protected]

Remote Payload: matched "curl "

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 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":["@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"}'
Artifact bytes30,987
Previous version1.0.3
Published2016-05-19T11:20:46.752Z
SHA-256dea699fe52dd7185b19c4c59577adfb4b560bf5b5a4a3c453d909ebba43e34a7

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

review
Last checked
reviewRisk
17Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/assets/build.shmatched "curl "12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/assets/build.shmatched "curl "12
lowCredential file accesspackage/assets/build.shmatched ".ssh/"5

Manifest

Package metadata

Scripts12
  • accessnpm-run-all --parallel access:*
  • access:publicnpm access public $npm_package_name
  • access:sudonpm access grant read-write economist:read-write-all $npm_package_name
  • buildnpm i && npm t && npm run pages && npm run semantic-release
  • linteslint $npm_package_directories_src
  • pagesecho stub for build.sh
  • postpublishnpm run access
  • prepublishbabel $npm_package_directories_src -d $npm_package_directories_lib
  • semantic-releasesemantic-release pre || exit 0; npm publish && semantic-release post
  • testnpm run lint
  • testbuildnpm run build && chmod +x $npm_package_directories_lib/index.js
  • watchnpm run prepublish -- -w
Dependencies24
  • babel-runtime^6.6.1
  • lodash.camelcase^4.1.0
  • lodash.capitalize^4.1.1
  • lodash.compose^2.4.1
  • lodash.defaultsdeep^4.3.3
  • lodash.get^4.1.2
  • lodash.kebabcase^4.0.0
  • lodash.uniq^4.2.0
  • lodash.without^4.1.2
  • packagesmith^1.1.2
  • packagesmith.formats.json^1.0.1
  • packagesmith.formats.multiline^1.0.1
  • packagesmith.formats.yaml^1.0.0
  • packagesmith.questions.description^1.0.1
  • packagesmith.questions.name^1.0.1
  • parse-packagejson-name^1.0.0
  • provision-editorconfig^1.0.1
  • provision-eslint^2.0.1
  • provision-git^1.1.0
  • provision-gitignore^1.0.2
  • provision-npm-babel^1.1.4
  • provision-npm-semantic-release^2.0.2
  • provision-stylelint^3.0.0
  • sort-package-json^1.4.0