PkgRadar

Package evidence

[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
1
First published
May 2026
Publisher
tushar_ag08

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishertushar_ag08
Artifact bytes58,919
Previous versionnone
Published2026-05-28T10:42:08.416Z
SHA-2566c75327d9b56351449f9d6acf9ee1ef8f408ce1c5e6c5517f2a1f4b953ee0e73

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/repo.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/status.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/commands/sync.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/commands/repo.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/commands/status.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/commands/sync.tsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts4
  • buildtsc --build
  • cleanrm -rf dist *.tsbuildinfo
  • devtsx --tsconfig ../../tsconfig.dev.json src/index.ts
  • typechecktsc --noEmit
Dependencies15
  • @intentsync/ai-engine0.1.0
  • @intentsync/analysis0.1.0
  • @intentsync/core0.1.0
  • @intentsync/db0.1.0
  • @intentsync/embeddings0.1.0
  • @intentsync/github-sync0.1.0
  • @intentsync/graph0.1.0
  • @intentsync/ingestion0.1.0
  • @intentsync/logger0.1.0
  • @intentsync/queue0.1.0
  • @intentsync/repository-provider0.1.0
  • @intentsync/retrieval0.1.0
  • bullmq^5.8.5
  • chalk^5.3.0
  • commander^12.1.0