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
- 65Mature · −50% score
- First published
- Dec 2022
- Publisher
- linonetwo012
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":["[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":["[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
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/js/init.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/src/init.ts | matched ".npmrc" | 10 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/js/init.js | matched ".npmrc" | 10 |
| medium | Credential file access | package/src/init.ts | matched ".npmrc" | 10 |
| low | Large Javascript Payload | package/dist/index.js | 15005574 bytes | 0 |
Manifest
Package metadata
Scripts17
buildmodern build && node scripts/fix-dist-relative-js-extension.cjsbumpmodern bumpchangemodern changechange-statusmodern change-statuschecktsc --noEmit && pnpm lint && pnpm testdevmodern devgen-release-notemodern gen-release-notelintpnpm exec eslint "src/**/*.{js,ts}" "tests/**/*.ts" "scripts/**/*.{js,cjs}" "*.{js,mjs,ts}" --no-error-on-unmatched-patternnewmodern newpremodern prepreparepnpm build && husky installprepublishOnlypnpm buildreleasemodern releaseresetrimraf ./**/node_modulestestpnpm exec jest --passWithNoTeststest:e2epnpm exec jest -c jest.e2e.config.mjs --runInBandupgrademodern upgrade
Dependencies26
@tailwindcss/postcss^4.2.2autoprefixer^10.4.27browserslist^4.28.2chalk^5.6.2chokidar^5.0.0clean-css^5.3.3cli-progress^3.12.0commander^14.0.3esbuild^0.28.0esbuild-plugin-browserslist^2.0.0esbuild-style-plugin^1.6.3esbuild-svelte^0.9.4get-port-please^3.2.0html-minifier-terser^7.2.0ignore^7.0.5inquirer^13.4.1less^4.6.4lodash^4.18.1postcss-import^16.1.1sass^1.99.0sha256^0.2.0simple-git^3.36.0stylus^0.64.0tailwindcss^4.2.2uglify-js^3.19.3ws^8.20.0
Optional dependencies1
svelte-preprocess^6.0.3