PkgRadar

Package evidence

@vynodea/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"oct4p1e","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"semver"},"version_anomaly":false}

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
3
First published
Jun 2026
Publisher
oct4p1e

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":["@vynodea/[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":["@vynodea/[email protected]"],"fail_on":"review"}'
Publisheroct4p1e
Artifact bytes441,426
Previous version0.1.1
Published2026-06-12T09:51:28.847Z
SHA-256a25b9fea5442bc2e6364dc0e9b923f88e01c8a44f383a28c6c75fae789b16b90

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"oct4p1e","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"semver"},"version_anomaly":false}

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.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"oct4p1e","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"semver"},"version_anomaly":false}10

Manifest

Package metadata

Scripts3
  • buildtsc -p tsconfig.json && mkdir -p web && cp ../web/index.html ../web/styles.css web/ && cp -r ../web/dist web/
  • cleanrm -rf dist web 2>/dev/null; rm -f *.tsbuildinfo 2>/dev/null; true
  • typechecktsc -p tsconfig.json --noEmit
Dependencies8
  • @modelcontextprotocol/sdk^1.29.0
  • @vynodea/shared0.1.1
  • execa^9.6.1
  • jose^6.2.3
  • oidc-provider^9.8.3
  • playwright^1.59.1
  • zod^3.25.2
  • zod-to-json-schema^3.25.0