PkgRadar

Package evidence

@realeyes/[email protected]

Remote Dependency Spec: devDependencies.istanbul-combine="github:realeyes/istanbul-combine#f16c12aaaaa8039f61386bb2f34ef0aed5799104"

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.

Weekly downloads
12
Versions published
51Mature · −50% score
First published
Dec 2016
Publisher
szima

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@realeyes/[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":["@realeyes/[email protected]"],"fail_on":"review"}'
Publisherszima
Artifact bytes160,340
Previous version3.3.2-stage.2
Published2022-05-19T11:21:07.639Z
SHA-25610fc547d2b8ed22cd76573b4f62b175c302656cba4a34fbe89c0b74be9cf24d8

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.istanbul-combine="github:realeyes/istanbul-combine#f16c12aaaaa8039f61386bb2f34ef0aed5799104"

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

Availability ledger

available

review
Last checked
reviewRisk
4Score
3.3.2-stage.3Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.istanbul-combine="github:realeyes/istanbul-combine#f16c12aaaaa8039f61386bb2f34ef0aed5799104"8

Manifest

Package metadata

Scripts13
  • allnpm run cleanup && npm run lint && npm run build && npm run copy && npm run copy:example && npm run minify
  • buildbabel index.js | browserify - -d -t [ babelify --presets [ @babel/preset-env ] --global=true ] | exorcist ./dist/Realeyesit.EnvironmentalDetectionAPI.js.map > ./dist/Realeyesit.EnvironmentalDetectionAPI.js
  • check-coveragenpm run check-coverage-unit
  • check-coverage-unitistanbul check dist/coverage/unit/combined/coverage-final.json --statements 80 --functions 80 --branches 80 --lines 80
  • cleanuprimraf dist/*
  • combine-coveragenpm run combine-coverage-unit
  • combine-coverage-unitistanbul-combine -d dist/coverage/unit/combined -p summary -r clover -r html -r json dist/coverage/unit/**/coverage.json
  • copycopyfiles -f node_modules/@realeyes/environment-detector/dist/log.gif dist
  • copy:examplecopyfiles -f example/* dist
  • linteslint .
  • minifyuglifyjs --comments /^!/ dist/Realeyesit.EnvironmentalDetectionAPI.js -c -m --source-map filename='dist/Realeyesit.EnvironmentalDetectionAPI.min.js.map',url='dist/Realeyesit.EnvironmentalDetectionAPI.js.map' --output dist/Realeyesit.EnvironmentalDetectionAPI.min.js
  • testnpm run test-unit
  • test-unitkarma start ./karma.conf.unit.js
Dependencies4
  • @babel/cli^7.2.3
  • @realeyes/environment-detector2.0.23-stage.10
  • babel-plugin-add-header-comment^1.0.3
  • uuid^3.3.2