PkgRadar

Package evidence

@ultrakit/[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes1,310,513
Previous version0.0.13
Published2026-05-22T22:36:31.890Z
SHA-256e21fc04ed8f25f70a6b6bd866e5547d9ceaec83017bb8f0d98df30bd46cf0230

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
57Score
0.0.14Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

ryanjoserbrosas

2 members · evidence strength 55

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/template/opencode/skill/skill-installer/scripts/github_utils.pymatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/template/opencode/skill/vercel-deploy-claimable/scripts/deploy.shmatched "curl "12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/template/opencode/skill/skill-installer/scripts/github_utils.pymatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/dist/template/opencode/skill/vercel-deploy-claimable/scripts/deploy.shmatched "curl "12
lowObfuscationpackage/dist/index.jsmatched "\\x1B"3
lowObfuscationpackage/dist/template/opencode/opencode.jsonmatched "\\u2014"3
lowObfuscationpackage/dist/template/opencode/skill/screenshot/scripts/take_screenshot.pymatched "\\x89"3
lowObfuscationpackage/dist/template/opencode/plugin/lib/memory-helpers.tsmatched "\\u2696"3
lowObfuscationpackage/dist/template/opencode/plugin/lib/memory-tools.tsmatched "\\uD83D"3

Manifest

Package metadata

Scripts21
  • 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
  • validate:model-policytsx src/validation/model-policy.ts dist/template/opencode/opencode.json
  • 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