PkgRadar

Package evidence

@loredotlink/[email protected]

New Account With Lifecycle Hook: package first published 1 day(s) ago, 7 total version(s), has lifecycle hook

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
215
Versions published
7
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 bytes762,996
Previous version0.1.185
Published2026-06-19T21:15:37.284Z
SHA-25682b5f2c6419e97c174274415662f41955a269342bb2d13bfab4c711f7fea4223

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 1 day(s) ago, 7 total version(s), has lifecycle hook

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 7 total version(s), has lifecycle hook10
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"novelica","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 7 total version(s), has lifecycle hook10
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"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.js2582980 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