PkgRadar

Package evidence

[email protected]

Known Indicator Filename: package/dist/helper/stealth.js

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
2
First published
Jun 2026
Publisher
kalebtec-studio

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":["[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":["[email protected]"],"fail_on":"high"}'
Artifact bytes821,773
Previous version0.7.0
Published2026-06-16T15:30:49.625Z
SHA-2569f81d48b9c611928d68162d374be27ec5be37018975ce5a6e18506e1e9e2af77

Why flagged

What the scanner saw

Known Indicator Filename: package/dist/helper/stealth.js

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highKnown Indicator Filenamepackage/dist/helper/stealth.jspackage/dist/helper/stealth.js45
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"kalebtec-studio","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10

Manifest

Package metadata

Scripts25
  • audit:prodpnpm audit --prod --audit-level=high
  • bench:networktsx scripts/bench-network-envelope.ts
  • browxaitsx src/cli.ts
  • buildtsc -p tsconfig.build.json && chmod +x dist/cli.js && pnpm --filter './packages/plugins/*' build
  • depcheckdepcheck
  • depcruisedepcruise --config .dependency-cruiser.cjs src
  • devtsc -p tsconfig.json --watch
  • docs:buildpnpm --filter @browxai/website build
  • docs:devpnpm --filter @browxai/website dev
  • docs:previewpnpm --filter @browxai/website preview
  • formatprettier --write .
  • format:checkprettier --check .
  • gen:sdk-typestsx scripts/gen-sdk-tool-types.ts
  • install-browserplaywright-core install chromium
  • jscpd:checkjscpd --config .jscpd.json
  • licenses:checklicense-checker-rseidelsohn --production --onlyAllow 'MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;0BSD;Unlicense;CC0-1.0'
  • licenses:noticeslicense-checker-rseidelsohn --production --markdown
  • linteslint .
  • lint:fixeslint . --fix
  • preparegit config core.hooksPath .githooks || true
  • prepublishOnlynode scripts/audit-package-contents.mjs && pnpm typecheck && pnpm test && pnpm build
  • sbomcyclonedx-npm --output-format JSON --output-file sbom.cdx.json
  • testvitest run
  • test:keystonevitest run --config vitest.keystone.config.ts
  • typechecktsc -p tsconfig.json --noEmit
Dependencies3
  • @modelcontextprotocol/sdk^1.29.0
  • playwright-core^1.48.0
  • zod^3.23.0