PkgRadar

Package evidence

@oscharko-dev/[email protected]

Large Javascript Payload: 2794605 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
8
First published
May 2026
Publisher
oscharko-dev

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":["@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 bytes20,728,392
Previous version0.1.0-beta.6
Published2026-06-02T11:54:14.707Z
SHA-2560e70cc9796798f9d01336197f1561d1fe6cf6af9929e2437ced08207c7487d6a

Why flagged

What the scanner saw

Large Javascript Payload: 2794605 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.2.0-beta.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/cli.cjs2794605 bytes0
lowLarge Javascript Payloadpackage/dist/cli.js2785038 bytes0

Manifest

Package metadata

Scripts50
  • 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 20 more.
Dependencies7
  • @opentelemetry/api^1.9.1
  • better-sqlite3^12.10.0
  • lucide-react^1.16.0
  • next^16.2.6
  • react^19.2.6
  • react-dom^19.2.6
  • zod^4.4.3