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
- 1,846Niche · −30% score
- Versions published
- 83Mature · −50% score
- First published
- Feb 2020
- 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":["@gjsify/[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":["@gjsify/[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 18 · status changed
Evidence
Static findings
12 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/commands/flatpak/diff.js | matched "raw.githubusercontent.com" | 12 |
| medium | Credential file access | package/lib/utils/install-backend-native.js | matched ".npmrc" | 10 |
Show all 12 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/lib/commands/flatpak/diff.js | matched "raw.githubusercontent.com" | 12 |
| medium | Credential file access | package/lib/utils/install-backend-native.js | matched ".npmrc" | 10 |
| low | Credential file access | package/lib/commands/login.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/commands/logout.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/commands/pack.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/commands/upgrade.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/commands/whoami.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/utils/auth-npmrc.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/utils/install-backend.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/utils/load-npmrc.js | matched ".npmrc" | 5 |
| low | Credential file access | package/lib/utils/publish-diagnose.js | matched ".npmrc" | 5 |
| low | Large Javascript Payload | package/dist/cli.gjs.mjs | 6404545 bytes | 0 |
Manifest
Package metadata
Scripts9
buildtsc && mkdir -p lib/templates/flatpak && cp -L src/templates/install.mjs.tmpl lib/templates/install.mjs.tmpl && cp src/templates/flatpak/*.tmpl lib/templates/flatpak/ && cp src/templates/oxlintrc.json.tmpl lib/templates/oxlintrc.json.tmpl && cp src/templates/oxfmtrc.tmpl lib/templates/oxfmtrc.tmpl && gjsify run chmodbuild:gjs-bundlenode lib/index.js build src/index.ts --app gjs --outfile dist/cli.gjs.mjs --shebangbuild:test:nodenode lib/index.js build src/test.mts --app node --outfile dist/test.node.mjscheckgjsify tsc --noEmitchmodchmod +x ./lib/index.jsclearrm -rf lib dist tsconfig.tsbuildinfo || exit 0startnode lib/index.jstestgjsify run build:test:node && gjsify run test:nodetest:nodenode dist/test.node.mjs
Dependencies18
@gjsify/buffer^0.4.44@gjsify/create-app^0.4.44@gjsify/node-globals^0.4.44@gjsify/node-polyfills^0.4.44@gjsify/npm-registry^0.4.44@gjsify/resolve-npm^0.4.44@gjsify/rolldown-plugin-gjsify^0.4.44@gjsify/rolldown-plugin-pnp^0.4.44@gjsify/semver^0.4.44@gjsify/tar^0.4.44@gjsify/tsc^0.4.44@gjsify/web-polyfills^0.4.44@gjsify/workspace^0.4.44cosmiconfig^9.0.1get-tsconfig^4.14.0pkg-types^2.3.1rolldown^1.0.3yargs^18.0.0