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
- 3,953Niche · −30% score
- Versions published
- 1,267Mature · −50% score
- First published
- Jun 2019
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (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":["@limetech/[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":["@limetech/[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 14 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/dist/cjs/index-BgFEL6FF.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/esm/index-t4DgGbWS.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/cjs/limel-file-viewer.cjs.entry.js | high encoded/escaped-token density | 12 |
| medium | Obfuscation Density | package/dist/esm/limel-file-viewer.entry.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts19
api:updatenpm run build && node scripts/fix-tsdoc-tags.cjs && api-extractor run --local --verboseapi:verify(shx test -f src/components.d.ts || (npm run build && npm run build)) && node scripts/fix-tsdoc-tags.cjs && api-extractor runbuildcross-env-shell NODE_ENV=prod SASS_PATH=node_modules "stencil build --config stencil.config.dist.ts"devcross-env-shell SASS_PATH=node_modules "stencil build --dev --docs"docs:buildcross-env-shell NODE_ENV=prod SASS_PATH=node_modules "stencil build --docs --config stencil.config.docs.ts"docs:context7node generate-context7-docs.cjsdocs:publishnode publish-docs.cjsgeneratestencil generatelinteslint --max-warnings=0 && prettier -c --ignore-path .gitignore **/*.scsslint:fixeslint --max-warnings=0 --fix && prettier --write --ignore-path .gitignore **/*.scssstartnpm run watchtestnpx playwright install chromium && stencil-testtest:e2enpx playwright install chromium && stencil-test --project e2etest:specstencil-test --project spectest:watchnpx playwright install chromium && stencil-test --watchtest:watch:e2enpx playwright install chromium && stencil-test --watch --project e2etest:watch:specstencil-test --watch --project specwatchcross-env-shell SASS_PATH=node_modules "stencil build --dev --watch --docs --serve"watch:prodshx rm -rf www/ && cross-env-shell SASS_PATH=node_modules "stencil build --watch"
Dependencies2
diff^8.0.3sortablejs^1.15.6