PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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
100
Versions published
2
First published
Jun 2026
Publisher
osntak

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherosntak
Artifact bytes8,732,091
Previous version0.1.0
Published2026-06-15T12:12:06.527Z
SHA-2566cad85c7fbbfca3ae28a587396a5aecb2e6ff3d135624fc3f7b8e8c1fc6fa53f

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":1,"publisher":"osntak","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"osntak","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"osntak","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10
lowObfuscation Densitypackage/dist/doctor.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/mcp.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/web.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • buildnode scripts/build-dist.mjs
  • build:mcpbnode scripts/build-mcpb.mjs
  • devnode --no-warnings --experimental-sqlite --watch --import tsx apps/web/src/index.ts
  • doctornode --no-warnings --experimental-sqlite --import tsx scripts/doctor.ts
  • initnode --no-warnings --import tsx scripts/init.ts
  • mcpnode --no-warnings --experimental-sqlite --import tsx apps/mcp/src/index.ts
  • migratenode --no-warnings --experimental-sqlite --import tsx scripts/migrate.ts
  • prepacknode scripts/build-dist.mjs
  • seednode --no-warnings --experimental-sqlite --import tsx scripts/seed.ts
  • shotsnode --no-warnings --experimental-sqlite --import tsx scripts/shots.ts
  • shots:seednode --no-warnings --experimental-sqlite --import tsx scripts/shots-seed.ts
  • startnode --no-warnings --experimental-sqlite --import tsx apps/web/src/index.ts
  • testnode --no-warnings scripts/run.mjs scripts/test.ts "TEST_VERDICT PASS"
  • test:uinode --no-warnings scripts/run.mjs scripts/ui-smoke.ts "UI_VERDICT PASS"
  • typechecktsc --noEmit
Dependencies3
  • @modelcontextprotocol/sdk^1.12.0
  • tsx^4.19.2
  • zod^3.24.1