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
- 4
- First published
- May 2026
- Publisher
- paalamugan
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":["@paalstack/[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":["@paalstack/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Obfuscation Density: high encoded/escaped-token density
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 50 · status changed
Evidence
Static findings
24 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/FormatIntlProvider/FormatIntlProvider.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/Toast/components/HeadlessToast.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/FormatIntlProvider/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/NextThemeProvider/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ThemeProvider/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/Toast/components/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/Toast/index.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/NextThemeProvider/NextThemeProvider.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ThemeProvider/ThemeProvider.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/ToastProvider.cjs | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/FormatIntlProvider/FormatIntlProvider.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/Toast/components/HeadlessToast.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/FormatIntlProvider/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/NextThemeProvider/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ThemeProvider/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/Toast/components/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/Toast/index.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/NextThemeProvider/NextThemeProvider.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ThemeProvider/ThemeProvider.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/ToastProvider/ToastProvider.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts10
buildnpm run type-check && npm run lint && npm run clean && npm run tsupcleanrimraf distformatprettier --write "src/**/*.{ts,tsx,md,mdx}" --cacheformat:checkprettier --check "src/**/*.{ts,tsx,md,mdx}" --cachelinteslint ./src --ext ts,tsx --config ../../.eslintrc.cjs --report-unused-disable-directives --max-warnings 0 --cachelint:fixnpm run lint -- --fixtestjest --passWithNoTeststsuptsuptsup:watchtsup --watchtype-checktsc --noEmit
Dependencies3
next-themes^0.4.6react-router^7.9.1sonner^2.0.7