PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherhavlli
Artifact bytes89,182
Previous versionnone
Published2026-05-23T11:55:08.318Z
SHA-256550492b840160803488355201213b5443723fbfdb19c01b8340af6583195bc1f

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

high
Last checked
highRisk
45Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

havlli

2 members · evidence strength 53

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/scripts/create-site.mjsmatched ".npmrc"30
mediumObfuscation Densitypackage/pnpm-lock.yamlhigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/scripts/create-site.mjsmatched ".npmrc"30
mediumObfuscation Densitypackage/pnpm-lock.yamlhigh encoded/escaped-token density12
lowObfuscationpackage/scripts/generate-content.mjsmatched "\\u0300"3

Manifest

Package metadata

Scripts15
  • buildvite build
  • check:generatednode scripts/check-generated.mjs
  • create-sitenode scripts/create-site.mjs
  • devvite dev
  • docs:checknode scripts/check-docs.mjs
  • formatprettier --write .
  • generatenode scripts/generate-content.mjs
  • lintprettier --check . && eslint .
  • pack:checkpnpm pack --dry-run
  • package:checknode scripts/check-package.mjs
  • previewvite preview
  • release:checkpnpm package:check && pnpm test && pnpm test:smoke && pnpm lint && pnpm docs:check && pnpm check:generated && pnpm build && pnpm pack:check
  • release:dry-runpnpm release:check && pnpm pack --pack-destination package
  • testnode --test tests/create-site.test.mjs tests/generate-content.test.mjs tests/render-content.test.mjs
  • test:smokenode --test tests/package-smoke.test.mjs
Dependencies10
  • @fortawesome/fontawesome-free^7.2.0
  • dom-serializer^3.1.1
  • domutils^4.0.2
  • github-slugger^2.0.0
  • gray-matter^4.0.3
  • highlight.js^11.11.1
  • htmlparser2^12.0.0
  • marked^18.0.4
  • marked-highlight^2.2.4
  • sanitize-html^2.17.4