PkgRadar

Package evidence

@snowcone-app/[email protected]

New Account With Lifecycle Hook: package first published 5 day(s) ago, 1 total version(s), has lifecycle hook

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
1
First published
Jun 2026
Publisher
snowcone-team

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":["@snowcone-app/[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":["@snowcone-app/[email protected]"],"fail_on":"high"}'
Publishersnowcone-team
Artifact bytes26,320,076
Previous versionnone
Published2026-06-05T22:52:22.742Z
SHA-256d14d2b3bc6b4f794de102655c03c6630a990db0954480bae4b7ab132b9b588d6

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 5 day(s) ago, 1 total version(s), has lifecycle hook

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 5 day(s) ago, 1 total version(s), has lifecycle hook25
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 5 day(s) ago, 1 total version(s), has lifecycle hook25
lowCredential file accesspackage/deploy.shmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npx puppeteer browsers install chrome"5

Manifest

Package metadata

Scripts13
  • buildnpm run build:consumer && npm run build:ts
  • build:consumercd ../queue-consumer && npm run build:webworker && npm run build:mockups && npm run build && cd ../browser-buddy && npm run copy:static
  • build:tstsc
  • cleanrimraf dist static
  • copy:staticrimraf static && mkdir -p static && cp -r ../queue-consumer/build/* static/
  • devnpm run ensure:static && tsx src/index.ts
  • docker:builddocker build -t snowcone-monorepo-browser-buddy -f ./Dockerfile ../../
  • ensure:static[ -d static ] || npm run build:consumer
  • linteslint src --ext .ts
  • postinstallnpx puppeteer browsers install chrome
  • startnode dist/index.js
  • testvitest
  • typechecktsc --noEmit
Dependencies8
  • @types/express^4.17.21
  • @types/node^22.13.8
  • dotenv^16.4.7
  • express^4.18.3
  • puppeteer^24.3.0
  • sharp^0.34.5
  • ts-node^10.9.2
  • typescript^5.8.2