PkgRadar

Package evidence

@archpublicwebsite/[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.

Weekly downloads
32
Versions published
18
First published
Mar 2026
Publisher
archpublicwebsite

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":["@archpublicwebsite/[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":["@archpublicwebsite/[email protected]"],"fail_on":"review"}'
Artifact bytes37,916
Previous version1.0.31
Published2026-06-10T05:59:29.335Z
SHA-25629941a5abdd79362190f67f9ddfc1423dc1ab9ed1097174d51d1c16774708a7e

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
1.0.32Version
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.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/tools/security/safe-reinstall.shmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./tools/setup/install.mjs"5

Manifest

Package metadata

Scripts10
  • postinstallnode ./tools/setup/install.mjs
  • prepublishOnlynpm pack --dry-run
  • security-scannode ./tools/security/scan.mjs
  • security-testnode ./tools/security/test-patterns.mjs
  • security:global-scanbash ./tools/security/scan-global.sh
  • security:safe-checkbash ./tools/security/safe-reinstall.sh --check-only
  • setupnode ./tools/setup/install.mjs
  • version:majornode ../../scripts/bump-version.mjs major
  • version:minornode ../../scripts/bump-version.mjs minor
  • version:patchnode ../../scripts/bump-version.mjs patch
Dependencies8
  • @antfu/eslint-config^4.12.0
  • @unocss/eslint-config^66.5.3
  • eslint^9.39.4
  • eslint-plugin-format^1.0.1
  • eslint-plugin-perfectionist^4.10.1
  • eslint-plugin-tailwindcss^3.17.3
  • prettier^3.8.3
  • prettier-plugin-tailwindcss^0.6.14