PkgRadar

Package evidence

@arts1234567/[email protected]

no findings

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
Jun 2026
Publisher
arts1234567

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@arts1234567/[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":["@arts1234567/[email protected]"],"fail_on":"review"}'
Publisherarts1234567
Artifact bytes57,580
Previous versionnone
Published2026-06-08T03:45:49.349Z
SHA-256b3f1a7fd9fe8dd4970df02a2b4d8e0a18ca450ae906f6f4887e059203792bce9

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildtsc
  • devtsc --watch
  • prepublishOnlynpm run build
  • startnode bin/arc.js
  • testnpm run test:smoke && npm run test:tui
  • test:smoketsx test/smoke.ts
  • test:tuitsx test/tui-smoke.ts
  • typechecktsc --noEmit
Dependencies9
  • chalk^5.3.0
  • cli-spinners^2.9.2
  • commander^12.1.0
  • glob^10.4.5
  • ink^5.0.1
  • ink-spinner^5.0.0
  • openai^4.79.0
  • react^18.3.1
  • tiktoken^1.0.21