PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
7
First published
Apr 2026
Publisher
magnidark

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"}'
Publishermagnidark
Artifact bytes243,964
Previous version3.5.2
Published2026-04-28T17:59:21.654Z
SHA-256beadda7d7f5607c000c20abfee4b36cfa105c70492e59928ddf668afeeafdf10

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/server.jsmatched ".npmrc"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/server.jsmatched ".npmrc"10
lowObfuscation Densitypackage/dist/server.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • buildnode esbuild.config.ts
  • build:sitenpx @tailwindcss/cli -i ./docs/source.css -o ./docs/app.css --minify
  • checknpm run typecheck && npm run lint && npm run test
  • devnode --watch packages/core/src/server.ts
  • formatbiome format --write .
  • lintbiome check .
  • lint:fixbiome check --write .
  • prepublishOnlynpm run check && npm run build
  • sync:codex-marketplacenode scripts/sync-codex-marketplace.mjs
  • sync:codex-pluginnode scripts/sync-codex-plugin.mjs
  • sync:codex-skillnode scripts/sync-codex-skill.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecknpm -w @locus/core run typecheck && npm -w @locus/codex run typecheck && npm -w @locus/cli run typecheck