PkgRadar

Package evidence

@uluops/[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
16
First published
Mar 2026
Publisher
aself101

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":["@uluops/[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":["@uluops/[email protected]"],"fail_on":"review"}'
Publisheraself101
Artifact bytes715,830
Previous version0.9.5
Published2026-06-09T01:30:50.580Z
SHA-2567412d66bb051e41fa359a2888e1ab2781269adec7407242a78b8b9312b272691

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.9.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts6
  • buildtsc -p tsconfig.build.json
  • devtsx src/cli.ts
  • prepublishOnlynpm run build
  • testvitest run
  • test:watchvitest watch
  • typechecktsc -p tsconfig.build.json --noEmit && tsc -p tsconfig.test.json --noEmit
Dependencies5
  • @inquirer/prompts7.10.1
  • @uluops/agent-metrics0.4.0
  • chalk5.6.2
  • commander12.1.0
  • jsonc-parser3.3.1