PkgRadar

Package evidence

@loredotlink/[email protected]

Install-time lifecycle script: postinstall="node scripts/runPostinstallCommand.mjs postinstall:migrate && node scripts/runPostinstallCommand.mjs postinstall:refresh-background-binary"

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
11
First published
Jun 2026
Publisher
novelica

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":["@loredotlink/[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":["@loredotlink/[email protected]"],"fail_on":"review"}'
Publishernovelica
Artifact bytes764,397
Previous version0.1.189
Published2026-06-20T15:48:13.728Z
SHA-256e204455bc1da5f46a6fa6ba3e9decd5d4a7fc58ab959a8b221d2d16e1156163e

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":2,"publisher":"novelica","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"novelica","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":2,"publisher":"novelica","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/runPostinstallCommand.mjs postinstall:migrate && node scripts/runPostinstallCommand.mjs postinstall:refresh-background-binary"5
lowCredential file accesspackage/package.jsonmatched "AWS_ACCESS_KEY"3
lowLarge Javascript Payloadpackage/dist/index.js2587411 bytes0

Manifest

Package metadata

Scripts14
  • bootstrap:dev-authtsx scripts/bootstrapDevAuth.mjs
  • buildnode scripts/build.mjs
  • build:prodnode scripts/build.mjs --prod
  • devnode scripts/runDev.mjs
  • dev:reloadSENTRY_SPOTLIGHT=1 pnpm run postinstall && node scripts/runDev.mjs
  • dev:watchtsx src/index.ts _run_upload --watch
  • gen:scrubber-rulesnode scripts/generateBaselineRules.mjs
  • lintbiome check src
  • postinstallnode scripts/runPostinstallCommand.mjs postinstall:migrate && node scripts/runPostinstallCommand.mjs postinstall:refresh-background-binary
  • startnode dist/index.js
  • testnode scripts/runTests.mjs
  • test:skill-sync:e2eenv NODE_ENV=test S3_BUCKET=test AWS_ACCESS_KEY_ID=test AWS_SECRET_ACCESS_KEY=test tsx --test --experimental-test-isolation=none --import ../api/src/test/setup.ts src/skills/skillSync.e2e.ts
  • tui:storiestsx src/index.ts tui:stories
  • typechecktsc --noEmit
Dependencies6
  • @sentry/node^10.47.0
  • citty^0.2.2
  • ink^6.0.0
  • react^19.0.0
  • yaml2.8.3
  • zod^4.4.3