PkgRadar

Package evidence

@cinerino/[email protected]

Known Indicator Filename: package/lib/bundle.js

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@cinerino/[email protected]"],"fail_on":"high"}'

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":["@cinerino/[email protected]"],"fail_on":"high"}'
Publisherilovegadd
Artifact bytes420,120
Previous version16.0.0
Published2026-05-20T22:35:25.928Z
SHA-2569805c526d57477013d9027b8a90a932fd5e3efce241cadcaa878466c7862287e

Why flagged

What the scanner saw

Known Indicator Filename: package/lib/bundle.js

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

Availability ledger

available

high
Last checked
highRisk
51Score
16.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 51 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Known Indicator Filename — package/lib/bundle.js

2 members · evidence strength 60
Publisher / release actor burststale

ilovegadd

5 members · evidence strength 71

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/lib/bundle.jspackage/lib/bundle.js45
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/lib/bundle.jspackage/lib/bundle.js45
lowObfuscationpackage/lib/bundle.jsmatched "\\x00"3
lowObfuscationpackage/lib/auth/oAuth2client.jsmatched "Buffer.from(segments[0], 'base64"3

Manifest

Package metadata

Scripts19
  • buildnpm run build:node && npm run build:browser
  • build:browseresbuild ./bundle.js --bundle --minify --sourcemap --outfile=./lib/bundle.js --platform=browser
  • build:browser:browserifybrowserify ./bundle.js -o ./lib/bundle.js
  • build:exampletsc --watch --project tsconfig.example.json --declaration false
  • build:nodetsc
  • build:watchtsc && concurrently "tsc -w" "npm run esbuild:watch"
  • check:allnpm run clean && npm run build && npm test
  • cleanrimraf ./lib "npm-debug.log*" ./docs ./coverage ./.nyc_output ./example/dst
  • coveragevitest run --coverage
  • esbuild:watchesbuild ./bundle.js --bundle --outfile=./lib/bundle.js --platform=browser --watch
  • eslinteslint src/**/*.ts example/src/**/*.ts
  • examplecopyfiles ./lib/bundle.js ./example/browser && http-server ./example/browser
  • playgroundcopyfiles ./lib/bundle.js ./example/playground/public && node ./example/playground/app.js
  • postversiongit push origin --tags
  • prepublishOnlynpm run clean && npm run build
  • preversionnpm run check:all
  • testnpm run eslint && npm run coverage
  • versiongit add -A
  • watchifywatchify ./bundle.js -o ./lib/bundle.js
Dependencies5
  • @chevre/factory8.2.0-alpha.1
  • debug4.4.3
  • http-status2.1.0
  • idtoken-verifier2.2.4
  • qs6.12.1