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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/tools/security/safe-reinstall.sh | matched ".npmrc" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node ./tools/setup/install.mjs" | 5 |
Manifest
Package metadata
Scripts10
postinstallnode ./tools/setup/install.mjsprepublishOnlynpm pack --dry-runsecurity-scannode ./tools/security/scan.mjssecurity-testnode ./tools/security/test-patterns.mjssecurity:global-scanbash ./tools/security/scan-global.shsecurity:safe-checkbash ./tools/security/safe-reinstall.sh --check-onlysetupnode ./tools/setup/install.mjsversion:majornode ../../scripts/bump-version.mjs majorversion:minornode ../../scripts/bump-version.mjs minorversion:patchnode ../../scripts/bump-version.mjs patch
Dependencies8
@antfu/eslint-config^4.12.0@unocss/eslint-config^66.5.3eslint^9.39.4eslint-plugin-format^1.0.1eslint-plugin-perfectionist^4.10.1eslint-plugin-tailwindcss^3.17.3prettier^3.8.3prettier-plugin-tailwindcss^0.6.14