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
- 1,789Niche · −30% score
- Versions published
- 34Mature · −50% score
- First published
- May 2025
- Publisher
- salla.dev
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@salla.sa/[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":["@salla.sa/[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 1 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/package.json | matched ".npmrc" | 3 |
Manifest
Package metadata
Scripts18
buildvite build --mode=productionbuild-storybookstorybook buildci:preinstallecho -n "$CF_PQINA_PINTURA_NPMRC" >> ~/.npmrc && echo '' >> ~/.npmrccoveragevitest run --coveragedevviteformatprettier --write 'src/**/*.{ts,tsx}'format:checkprettier -c .linteslint .lint:fixeslint --fix && pnpm formatlint:stricteslint --max-warnings=0previewvite previewstorybookstorybook dev -p 6006testvitest run --coveragetest:uivitest run --coverage --uitypechecktsc --noEmit --incremental falsewatchnpm run build && concurrently "npm run watch:dev" "npm run preview"watch-testsvitest watchwatch:devvite build --watch --mode=development --minify=false --sourcemap=inline
Dependencies21
@salla.sa/admin-ui-react^1.80.7@salla.sa/bridge-sdk~0.1.0-beta-242@salla.sa/ui-merchant-configlatest@salla.sa/ui-merchant-styles0.x@salla.sa/ui-merchant-utils0.x@tanstack/react-query^5.90.12@types/moment^2.13.0axios^1.15.2eslint-config-prettier^10.1.8eslint-plugin-import^2.32.0eslint-plugin-react^7.37.5eslint-plugin-spellcheck^0.0.20i18next^25.7.3lodash^4.17.21moment^2.30.1moment-timezone^0.5.48react^18.3.1react-dom^18.3.1react-i18next^15.7.4typescript-eslint^8.50.1vite-plugin-moment-timezone^0.0.4