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
- 16,267Mainstream · −50% score
- Versions published
- 116Mature · −50% score
- First published
- Aug 2021
- 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":["@npmcli/[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":["@npmcli/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
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 8 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/release/release-manager.js | matched "raw.githubusercontent.com" | 12 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/release/release-manager.js | matched "raw.githubusercontent.com" | 12 |
| low | Credential file access | package/lib/content/index.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/util/parser.js | matched ".npmrc" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="template-oss-apply" | 5 |
Manifest
Package metadata
Scripts12
eslinteslint "**/*.{js,cjs,ts,mjs,jsx,tsx}"lintnpm run eslint && npm run prettier -- --checklint-allnpm run lint --workspaces --include-workspace-root --if-presentlintfixnpm run eslint -- --fix && npm run prettier -- --writepostinstalltemplate-oss-applypostlinttemplate-oss-checkposttestnpm run lintprettierprettier "**/*.{js,cjs,ts,mjs,jsx,tsx,json}"snaptaptemplate-oss-applytemplate-oss-apply --forcetesttaptest-allnpm run test --workspaces --include-workspace-root --if-present
Dependencies26
@actions/core^2.0.0@commitlint/cli^20.1.0@commitlint/config-conventional^20.0.0@isaacs/string-locale-compare^1.1.0@npmcli/arborist^9.1.2@npmcli/git^7.0.0@npmcli/map-workspaces^5.0.0@npmcli/package-json^7.0.0@octokit/rest^22.0.0dedent^1.5.1diff^8.0.2glob^13.0.0handlebars^4.7.7hosted-git-info^9.0.0ini^6.0.0json-parse-even-better-errors^5.0.0just-deep-map-values^1.1.1just-diff^6.0.0just-omit^2.2.0lodash^4.17.21minimatch^10.0.3npm-package-arg^13.0.0proc-log^6.0.0release-please^17.1.1semver^7.3.5yaml^2.1.1