PkgRadar

Package evidence

@theaiinc/[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
Jul 2025
Publisher
stevetrantheaiinc

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":["@theaiinc/[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":["@theaiinc/[email protected]"],"fail_on":"review"}'
Artifact bytes15,479
Previous versionnone
Published2025-07-19T04:09:53.732Z
SHA-2568145b075a86ce5886836f761672e8bffca69fb25bc0549a4d68b6601f5e025fe

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildtsc -p ./tsconfig.json
  • devnodemon --exec "node --loader ts-node/esm src/orchestration-controller.ts"
  • docker:builddocker build -t yggdrasil-agent ./agent
  • docker:composedocker-compose up -d
  • docker:compose:devdocker-compose -f docker-compose.dev.yml up
  • health:checknode scripts/health-check.js
  • linteslint . --ext .ts
  • load:testnode scripts/load-test.js
  • prepublishOnlynpm run build
  • startnode dist/src/orchestration-controller.js
  • testvitest
  • test:coveragevitest --coverage
Dependencies15
  • async-lock^1.4.0
  • axios^1.6.7
  • compression^1.7.4
  • cors^2.8.5
  • dotenv^17.2.0
  • express^4.19.2
  • helmet^8.1.0
  • nanoid^5.0.6
  • node-cron^3.0.3
  • prom-client^15.1.0
  • redis^4.6.12
  • socket.io^4.7.4
  • uuid^9.0.1
  • winston^3.11.0
  • zod^3.22.4