PkgRadar

Package evidence

@roblourens/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
6
Versions published
2
First published
May 2026
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 promoting

Mixed 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":["@roblourens/[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":["@roblourens/[email protected]"],"fail_on":"review"}'
Artifact bytes225,716
Previous version0.1.0
Published2026-05-26T17:18:57.961Z
SHA-256fb8e3fb06e3b09fadba434ce4b7ce1e9316826afaf007e52f332f3f90d5d60c4

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

review
Last checked
reviewRisk
1Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts12
  • buildtsup
  • checknpm run typecheck && npm run lint && npm test && npm run build && npm run check:pack
  • check:packDAP_CLI_RUN_PACKAGING=1 vitest run --no-file-parallelism tests/packaging/
  • generate:dap-commandsnode --experimental-strip-types src/generator/dapCommandRegistryGenerator.ts
  • linteslint src tests scripts *.config.ts
  • prepublishOnlynpm run check
  • setup-adaptersnode --experimental-transform-types scripts/setup-adapters.ts
  • testvitest run
  • test:smokeDAP_CLI_RUN_BROWSER_SMOKES=1 DAP_CLI_RUN_CHROME_PLAYWRIGHT_HANDOFF=1 vitest run tests/integration/jsDebugAdapter.test.ts tests/integration/playwrightInterop.test.ts
  • test:smoke:chromeDAP_CLI_RUN_BROWSER_SMOKES=1 vitest run tests/integration/jsDebugAdapter.test.ts
  • test:smoke:handoffDAP_CLI_RUN_CHROME_PLAYWRIGHT_HANDOFF=1 vitest run tests/integration/playwrightInterop.test.ts
  • typechecktsc --noEmit
Dependencies8
  • @vscode/debugprotocol^1.68.0
  • commander^14.0.1
  • jsonc-parser^3.3.1
  • proper-lockfile^4.1.2
  • tar^7.5.15
  • undici^7.26.0
  • yauzl^3.3.1
  • zod^4.1.12