PkgRadar

Package evidence

@niuyuan/[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
2
First published
May 2026
Publisher
niuyuan

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":["@niuyuan/[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":["@niuyuan/[email protected]"],"fail_on":"review"}'
Publisherniuyuan
Artifact bytes20,496
Previous version1.0.0
Published2026-05-27T10:07:39.870Z
SHA-25632d5ef41d9c3668f7eb13c2689da2c4f13867be2af4b4dcba94cd2db05c118c4

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/ai-commit.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/utils/ai-service.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts5
  • buildtsc
  • devts-node src/index.ts
  • preparenpm run build
  • prepublishOnlynpm run build
  • watchtsc -w --preserveWatchOutput
Dependencies7
  • axios^1.6.0
  • chalk^4.1.2
  • commander^11.0.0
  • dayjs^1.11.13
  • inquirer^8.2.5
  • simple-git^3.19.1
  • table^6.9.0