PkgRadar

Package evidence

@sweny-ai/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
115
First published
Mar 2026
Publisher
wickdninja

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":["@sweny-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":["@sweny-ai/[email protected]"],"fail_on":"review"}'
Publisherwickdninja
Artifact bytes259,721
Previous version0.1.110
Published2026-06-02T15:57:19.132Z
SHA-2565aa790b312b16117c5aa4c907db9c178f002cf990ddf06eefed83bbb1f784f2a

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

review
Last checked
reviewRisk
35Score
0.1.111Version
Status history (1 event)
  1. newavailable · risk review · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/skills/github.jsmatched "GITHUB_TOKEN"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/skills/github.jsmatched "GITHUB_TOKEN"30
lowCredential file accesspackage/dist/cli/new.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts5
  • buildrm -rf dist && tsc -p tsconfig.build.json && cp src/workflows/*.yml dist/workflows/ && node scripts/build-workflow-browser.mjs && node scripts/write-public-schema.mjs
  • check:schema-driftnode scripts/write-public-schema.mjs && git diff --exit-code -- ../../spec/public/schemas/workflow.json ../../spec/public/schemas/skill.json
  • testvitest run --exclude 'src/__tests__/integration/**' --exclude 'dist/**'
  • test:integrationvitest run --config vitest.integration.config.ts
  • typechecktsc --noEmit
Dependencies6
  • @anthropic-ai/claude-agent-sdk^0.2.114
  • @clack/prompts^1.2.0
  • chalk^5
  • commander^13
  • yaml^2.9.0
  • zod^3.25.76