PkgRadar

Package evidence

@supersec-ai/[email protected]

Remote Payload: matched "cUrl "

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":["@supersec-ai/[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":["@supersec-ai/[email protected]"],"fail_on":"review"}'
Publishereuferro
Artifact bytes276,399
Previous version1.0.8
Published2026-05-24T07:08:37.349Z
SHA-25616bfd6c2136de39ce3ec5ff38ce04e02d547c8f5bb8b213c21157f542c989386

Why flagged

What the scanner saw

Remote Payload: matched "cUrl "

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

Availability ledger

available

review
Last checked
reviewRisk
30Score
1.0.9Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/index.mjsmatched "cUrl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/index.mjsmatched "cUrl "12
lowObfuscationpackage/dist/index.jsmatched "\\x1B"3
lowObfuscationpackage/dist/index.mjsmatched "\\x1B"3

Manifest

Package metadata

Scripts9
  • buildtsup
  • devtsup --watch
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • linteslint src/**/*.ts
  • prepublishOnlynpm run build
  • testjest
  • test:coveragejest --coverage