PkgRadar

Package evidence

@sentinel-ai-solutions/[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
15
First published
May 2026
Publisher
brad9474

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":["@sentinel-ai-solutions/[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":["@sentinel-ai-solutions/[email protected]"],"fail_on":"review"}'
Publisherbrad9474
Artifact bytes2,638,220
Previous version0.36.0
Published2026-05-29T08:24:47.844Z
SHA-256b55c9a6146062488c8ea09045e7b09758dcfc6d3d2729adaa8307b361d7ce07b

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/sub-agents/scout/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/index.mjsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/sub-agents/scout/index.mjsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts5
  • buildtsup
  • devtsup --watch
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies3
  • cheerio^1.2.0
  • zod^3.25.76
  • zod-to-json-schema^3.25.2