PkgRadar

Package evidence

@sweny-ai/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
328
Versions published
104
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 bytes254,252
Previous version0.1.102
Published2026-05-28T14:00:35.918Z
SHA-2569bbd7608359d864928731c6b5f308bab942762ab4259adcdb34da51df2e394db

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.103Version
Status history (2 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 125 -> 5
  2. newavailable · risk high · score 125 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
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
  • zod^3.25.76