PkgRadar

Package evidence

@oscharko-dev/[email protected]

Large Javascript Payload: 2577835 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
3
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 bytes5,254,800
Previous version0.1.0-beta.1
Published2026-05-26T10:54:38.017Z
SHA-2569c712f54aeba719eec3f7c79acdd57ac3701c8b4908e966335bebd6513ff25cb

Why flagged

What the scanner saw

Large Javascript Payload: 2577835 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.cjs2577835 bytes10
mediumLarge Javascript Payloadpackage/dist/cli.js2571048 bytes10

Manifest

Package metadata

Scripts47
  • buildpnpm run workspaces:build && pnpm run build:package
  • build:packagetsup
  • check:attwattw --pack
  • check:depcruisedepcruise --config .dependency-cruiser.cjs packages src
  • 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
  • release:checknode scripts/release-readiness.mjs
  • sbom:cyclonedxnode scripts/generate-cyclonedx.mjs --ignore-npm-errors
  • …and 17 more.
Dependencies15
  • @oscharko-dev/ti-agentic-harnessworkspace:*
  • @oscharko-dev/ti-cliworkspace:*
  • @oscharko-dev/ti-contractsworkspace:*
  • @oscharko-dev/ti-core-engineworkspace:*
  • @oscharko-dev/ti-evalworkspace:*
  • @oscharko-dev/ti-evidenceworkspace:*
  • @oscharko-dev/ti-integrationsworkspace:*
  • @oscharko-dev/ti-model-gatewayworkspace:*
  • @oscharko-dev/ti-multi-sourceworkspace:*
  • @oscharko-dev/ti-production-runnerworkspace:*
  • @oscharko-dev/ti-qualityworkspace:*
  • @oscharko-dev/ti-reviewworkspace:*
  • @oscharko-dev/ti-securityworkspace:*
  • @oscharko-dev/ti-tenantworkspace:*
  • zod^4.4.2