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
- 653
- Versions published
- 21
- First published
- Apr 2026
- Publisher
- matelink
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":["@bubbolink/[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":["@bubbolink/[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 5 · 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/src-ext/core/attachDenylist.mjs | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts21
buildnpm run build:node && npm run build:browserbuild:browserrollup -c config/rollup.browser-config.mjsbuild:noderollup -c config/rollup.node-config.mjscleangit clean -fdxe node_modulesdocscd docs-slate && bundle exec middleman serverdocs:deploycd docs-slate && ./deploy.shdocs:installcd docs-slate && bundle installlinteslint config/ src/predocsnode docs/prepare-docs.mjspredocs:deploynode docs/prepare-docs.mjsprepublishOnlynpm run clean && npm test && npm run buildprestartrollup --sourcemap -c config/rollup.node-config.mjsprettierprettier --write .preversionnpm test && npm run buildstartnode --enable-source-maps -i -e 'YAML=require("./dist/index.js");const{parse,parseDocument,parseAllDocuments}=YAML'testjest --config config/jest.config.jstest:allnpm test && npm run test:types && npm run test:dist && npm run test:dist:typestest:browserscd playground && npm testtest:distnpm run build:node && jest --config config/jest.config.jstest:dist:typestsc --allowJs --moduleResolution node --noEmit --target es5 dist/index.jstest:typestsc --noEmit && tsc --noEmit -p tests/tsconfig.json