PkgRadar

Package evidence

@ultrakit/[email protected]

Remote Payload: matched "curl "

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
17
First published
May 2026
Publisher
ryanjoserbrosas

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":["@ultrakit/[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":["@ultrakit/[email protected]"],"fail_on":"review"}'
Artifact bytes1,360,343
Previous version0.0.17
Published2026-05-26T19:03:00.655Z
SHA-25666bc4856e140e08201bf7a6a98fee77f50ee1520d42649f78f9ecaf4a877aafa

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/template/opencode/skill/vercel-deploy-claimable/scripts/deploy.shmatched "curl "12
mediumCredential file accesspackage/dist/template/opencode/skill/skill-installer/scripts/github_utils.pymatched "GITHUB_TOKEN"10

Manifest

Package metadata

Scripts22
  • buildtsdown
  • devtsx src/index.ts
  • formatoxfmt
  • format:checkoxfmt --check
  • link:localnpm link
  • lintoxlint .
  • lint:fixoxlint --fix .
  • prepublishOnlynpm run typecheck && npm run lint && npm run test && npm run build && npm run validate:governance
  • releasebash scripts/publish.sh ${npm_config_bump:-patch}
  • testvitest run
  • test:watchvitest
  • typechecktsgo --noEmit
  • validate:adherence-evaltsx src/validation/adherence-eval.ts
  • validate:ai-sloptsx src/validation/ai-slop.ts --check
  • validate:command-doctsx src/validation/command-doc.ts --check
  • validate:command-doc:alltsx src/validation/command-doc.ts --check --all
  • validate:docs-drifttsx src/validation/docs-drift.ts --check
  • validate:governancenpm run validate:command-doc:all && npm run validate:docs-drift && npm run validate:skill-lint && npm run validate:model-policy && npm run validate:team-spec && npm run validate:ai-slop && npm run validate:adherence-eval && npm run validate:omo-alignment
  • validate:model-policytsx src/validation/model-policy.ts dist/template/opencode/opencode.json
  • validate:omo-alignmenttsx src/validation/omo-alignment.ts --check
  • validate:skill-linttsx src/validation/skill-lint.ts --check
  • validate:team-spectsx src/validation/team-spec.ts --repo-opencode
Dependencies10
  • @ai-sdk/provider^3.0.8
  • @ai-sdk/provider-utils^4.0.15
  • @clack/prompts^0.7.0
  • @opencode-ai/plugin^1.2.6
  • cac^6.7.14
  • cli-table3^0.6.5
  • diff^8.0.3
  • ora^9.3.0
  • picocolors^1.1.1
  • zod^3.25.76