PkgRadar

Package evidence

@ignored/[email protected]

Large Javascript Payload: 20698171 bytes

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
18Established · −30% score
First published
Dec 2022
Publisher
kanej

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

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":["@ignored/[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":["@ignored/[email protected]"],"fail_on":"review"}'
Publisherkanej
Artifact bytes4,692,560
Previous version0.6.10
Published2023-02-23T11:37:17.207Z
SHA-2569d91f1fc5579631cf3bc7b92a8c741aa2a6b2870478ff474ff4035686ba3f945

Why flagged

What the scanner saw

Large Javascript Payload: 20698171 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.6.11Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/out/index.js20698171 bytes0

Manifest

Package metadata

Scripts12
  • buildtsc -b tsconfig.build.json
  • bundlenode scripts/bundle.js
  • cleanrimraf out .nyc_output coverage *.tsbuildinfo
  • eslinteslint --max-warnings 0 "./src/**/*.ts" "./test/**/*.ts"
  • lintnpm run prettier -- --check && npm run eslint
  • lint:fixnpm run prettier -- --write && npm run eslint -- --fix
  • prebundlenpm run clean
  • prepacknpm run bundle
  • prettierprettier "*.json" "src/**/*.{ts,js,md,json,yml}" "test/**/*.{ts,js,md,json,yml}"
  • testcross-env TS_NODE_FILES=true mocha
  • test:codecovcross-env TS_NODE_FILES=true nyc --reporter=lcov mocha && codecov
  • test:coveragecross-env TS_NODE_FILES=true nyc mocha
Dependencies1
  • @nomicfoundation/solidity-analyzer0.1.0