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.
- 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
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@ivuorinen/[email protected]"],"fail_on":"high"}'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":["@ivuorinen/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched "NPM_TOKEN"
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 high · score 120 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/pr-lint.yml | matched "NPM_TOKEN" | 30 |
| high | Credential file access | package/.github/workflows/pr.yml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/.github/workflows/publish.yml | matched "NPM_TOKEN" | 30 |
| high | Credential file access | package/.github/workflows/sync-labels.yml | matched "GITHUB_TOKEN" | 30 |
Manifest
Package metadata
Scripts8
commitlint./node_modules/.bin/commitlint --from HEAD~1 --to HEAD --verboseeslint:fix./node_modules/.bin/eslint '**/*.{js,tsx,ts,mjs,cjs}' --fixeslint:report./node_modules/.bin/eslint '**/*.{js,tsx,ts,mjs,cjs}'fix./node_modules/.bin/run-s prettier:fix eslint:fix markdownlint:fixmarkdownlint:fix./node_modules/.bin/markdownlint '**/*.md' --fixmarkdownlint:report./node_modules/.bin/markdownlint '**/*.md'prettier:fix./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --writeprettier:report./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --check
Dependencies7
@ivuorinen/browserslist-config^1.0.22@ivuorinen/commitlint-config^1.0.14@ivuorinen/eslint-config^1.0.17@ivuorinen/markdownlint-config^1.0.23@ivuorinen/prettier-config^1.0.14@ivuorinen/semantic-release-config^1.1.20@ivuorinen/stylelint-config^1.0.18