PkgRadar

Package evidence

@oscharko-dev/[email protected]

Large Javascript Payload: 2595747 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.

Weekly downloads
126
Versions published
4
First published
May 2026
Publisher
oscharko-dev

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":["@oscharko-dev/[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":["@oscharko-dev/[email protected]"],"fail_on":"review"}'
Publisheroscharko-dev
Artifact bytes6,525,871
Previous version0.1.0-beta.2
Published2026-05-26T22:01:17.102Z
SHA-2565d28ca8f5b839587a2a7e9c28d0cb45fae84da7bb39869fa36d5fdf46f23fb06

Why flagged

What the scanner saw

Large Javascript Payload: 2595747 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
30Score
0.1.0-beta.3Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.cjs2595747 bytes10
mediumLarge Javascript Payloadpackage/dist/cli.js2588617 bytes10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.cjs2595747 bytes10
mediumLarge Javascript Payloadpackage/dist/cli.js2588617 bytes10
lowCredential file accesspackage/dist/workbench/.next/server/chunks/245.jsmatched ".azure"5
lowCredential file accesspackage/dist/workbench/.next/static/chunks/815-a01a119bdeef8934.jsmatched ".azure"5

Manifest

Package metadata

Scripts49
  • buildpnpm run workspaces:build && pnpm run build:workbench && pnpm run build:package
  • build:packagetsup && node scripts/prepare-workbench-package.mjs
  • build:workbenchpnpm --dir apps/workbench build
  • check:attwattw --pack
  • check:depcruisedepcruise --config .dependency-cruiser.cjs packages src
  • check:installable-packagenode scripts/check-installable-package.mjs
  • check:license-policynode scripts/check-license-policy.mjs
  • check:lockfile-hostsnode scripts/check-lockfile-hosts.mjs
  • check:no-telemetrynode scripts/check-no-telemetry.mjs
  • check:npm-sbom-smokenode scripts/npm-sbom-smoke.mjs
  • check:package-shapenode scripts/check-package-shape.mjs
  • check:paritynode --import tsx scripts/check-parity.mjs
  • check:publintpublint
  • check:reproducible-buildnode scripts/verify-reproducible-build.mjs
  • check:sandbox-paritynode --import tsx scripts/check-sandbox-parity.mjs
  • check:sbom-paritynode scripts/check-sbom-parity.mjs
  • check:scorecard-thresholdnode scripts/check-scorecard-threshold.mjs
  • check:supply-chain-iocsnode scripts/check-supply-chain-iocs.mjs
  • clitsx packages/cli/src/cli.ts
  • docstypedoc
  • docs:apitypedoc
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint src
  • local:startnode scripts/start-local.mjs
  • local:start:mocknode scripts/start-local.mjs --mock
  • local:start:prodnode scripts/start-local.mjs --mode=prod
  • local:stopnode scripts/stop-local.mjs
  • parity:extractnode --import tsx scripts/extract-parity-fixtures.mjs
  • preparegit config core.hooksPath .githooks
  • …and 19 more.
Dependencies6
  • @opentelemetry/api^1.9.1
  • lucide-react^1.16.0
  • next^15.1.4
  • react^19.0.0
  • react-dom^19.0.0
  • zod^4.4.2