PkgRadar

Package evidence

@sweny-ai/[email protected]

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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
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 bytes233,481
Previous version0.1.101
Published2026-05-18T17:49:24.752Z
SHA-256911ee96a7291ff8279995667f941480de83c52ac075134dda1fe8787f4362149

Why flagged

What the scanner saw

Js Decode Then Exec: base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/skills/github.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highCredential file accesspackage/dist/skills/github.jsmatched "GITHUB_TOKEN"30
Show all 11 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Decode Then Execpackage/dist/skills/github.jsbase64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern.45
highCredential file accesspackage/dist/skills/github.jsmatched "GITHUB_TOKEN"30
lowCredential file accesspackage/dist/cli/check.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/config-file.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/config.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/credentials.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/marketplace.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/mcp-catalog.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/new.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/output.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/setup.jsmatched "GITHUB_TOKEN"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