PkgRadar

Package evidence

@sogni-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":["@sogni-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":["@sogni-ai/[email protected]"],"fail_on":"review"}'
Publisherlytvynenkosv
Artifact bytes558,639
Previous version5.0.0-alpha.14
Published2026-05-24T08:10:42.882Z
SHA-256025fbd9c352c5310c660eb6791f3bda8048888254eebd41ac6df49d5f5d19fc3

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/index.tsmatched "cUrl "12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/index.tsmatched "cUrl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run codegen && husky"4
lowObfuscationpackage/dist-esm/lib/base64.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/lib/base64.jsmatched "fromCharCode"3
lowObfuscationpackage/dist-esm/lib/mediaValidation.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/lib/mediaValidation.jsmatched "fromCharCode"3
lowObfuscationpackage/src/lib/base64.tsmatched "fromCharCode"3
lowObfuscationpackage/src/lib/mediaValidation.tsmatched "fromCharCode"3

Manifest

Package metadata

Scripts14
  • buildnpm run clean && npm run codegen && tsc --project tsconfig.json && tsc --project tsconfig.esm.json && node scripts/write-dist-esm-package-json.mjs
  • cleanrimraf ./dist ./dist-esm
  • codegennode scripts/generate-hosted-tools-manifest.mjs && node scripts/generate-version.mjs
  • docsrimraf ./docs && npx typedoc
  • postdocsnode -p "'sdk-docs.sogni.ai'" > docs/CNAME
  • preparenpm run codegen && husky
  • prepublishOnlynpm run build
  • prettierprettier --check ./src
  • prettier:fixprettier --write ./src
  • releasesemantic-release
  • test:chat-routingnpm run build && node scripts/check-chat-model-routing.cjs
  • test:workflow-template-envelopenpm run build && node scripts/check-workflow-template-envelope.cjs
  • watchnpm run clean && npm run codegen && tsc --watch --project tsconfig.json
  • watch:esmnpm run codegen && tsc --watch --project tsconfig.esm.json
Dependencies11
  • @lukeed/uuid^2.0.1
  • @sogni-ai/sogni-protocol1.0.0-alpha.6
  • @types/js-cookie^3.0.6
  • @types/lodash^4.17.23
  • @types/ws^8.5.13
  • ethers^6.16.0
  • isomorphic-ws^5.0.0
  • js-cookie^3.0.5
  • jwt-decode^4.0.0
  • lodash^4.18.1
  • ws^8.18.0