PkgRadar

Package evidence

@sogni-ai/[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.

Weekly downloads
895
Versions published
252Mature · −50% score
First published
Nov 2024
Publisher
lytvynenkosv

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@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 bytes603,530
Previous version5.1.0-alpha.6
Published2026-06-12T16:26:35.854Z
SHA-256ea426659a3f264269e7328612d563a60617a585e61000d6e40bd6e4328127080

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • 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:subscription-apinpm run build && node scripts/check-subscription-api.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