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
- 22Mature · −50% score
- First published
- May 2022
- Publisher
- kettanaito
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":["@ossjs/[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":["@ossjs/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_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 review · score 37 · status changed
Evidence
Static findings
14 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bin/build/utils/github/create-comment.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/bin/build/utils/github/create-github-release.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/bin/build/utils/github/get-commit-authors.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/bin/build/utils/github/get-github-release.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/bin/build/utils/release-notes/get-release-refs.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/bin/build/commands/show.js | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/utils/github/create-comment.ts | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/utils/github/create-github-release.ts | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/utils/github/get-commit-authors.ts | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/utils/github/get-github-release.ts | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/utils/release-notes/get-release-refs.ts | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/src/commands/show.ts | matched "GITHUB_TOKEN" | 30 |
| medium | Remote Payload | package/bin/build/utils/github/get-commit-authors.js | matched "api.github.com/graphql" | 12 |
| medium | Remote Payload | package/src/utils/github/get-commit-authors.ts | matched "api.github.com/graphql" | 12 |
Manifest
Package metadata
Scripts6
buildtsdowncli./bin/cli.jsdevtsdown -wlintpublintreleasepnpm cli publishtestvitest
Dependencies20
@open-draft/deferred-promise^2.2.0@types/conventional-commits-parser^5.0.1@types/issue-parser^3.0.1@types/node^24.5.2@types/semver^7.5.1@types/yargs^17.0.10ajv^8.17.1conventional-commits-parser^6.2.0get-stream^6.0.1git-log-parser^1.2.0issue-parser^7.0.1outvariant^1.4.3pino^7.10.0pino-pretty^7.6.1publint^0.3.13rc^1.2.8registry-auth-token^5.1.0semver^7.5.4until-async^3.0.2yargs^18.0.0