PkgRadar

Package evidence

@sembix/[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.

Versions published
33Established · −30% score
First published
Nov 2025
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":["@sembix/[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":["@sembix/[email protected]"],"fail_on":"review"}'
Artifact bytes434,590
Previous version1.12.5
Published2026-05-06T13:09:45.346Z
SHA-25615525bdf27584f16ba400fb672b9ca35624a35dece696d3be77f5d2189d2de63

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
4Score
1.12.6Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/utils/config-file.jsmatched "github_token"5
lowCredential file accesspackage/dist/config.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/configure.jsmatched "github_token"5

Manifest

Package metadata

Scripts14
  • buildtsc
  • devtsx src/index.ts
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationnpm run build && vitest run integration
  • test:integration:watchvitest integration
  • test:uivitest --ui
  • test:unitvitest run --exclude 'src/__tests__/integration/**'
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies10
  • @inquirer/prompts^8.2.0
  • @octokit/rest^22.0.1
  • chalk^5.6.2
  • commander^14.0.3
  • dotenv^17.2.3
  • glob^13.0.6
  • js-yaml^4.1.1
  • libsodium-wrappers^0.8.2
  • ora^9.3.0
  • zod^4.3.6