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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 95 · status changed
Evidence
Static findings
11 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Decode Then Exec | package/dist/skills/github.js | base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern. | 45 |
| high | Credential file access | package/dist/skills/github.js | matched "GITHUB_TOKEN" | 30 |
Show all 11 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Decode Then Exec | package/dist/skills/github.js | base64 / atob / fromCharCode decode paired with eval / new Function in the same file — canonical obfuscated-loader pattern. | 45 |
| high | Credential file access | package/dist/skills/github.js | matched "GITHUB_TOKEN" | 30 |
| low | Credential file access | package/dist/cli/check.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/config-file.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/config.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/credentials.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/marketplace.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/mcp-catalog.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/new.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/output.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/cli/setup.js | matched "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.mjscheck:schema-driftnode scripts/write-public-schema.mjs && git diff --exit-code -- ../../spec/public/schemas/workflow.json ../../spec/public/schemas/skill.jsontestvitest run --exclude 'src/__tests__/integration/**' --exclude 'dist/**'test:integrationvitest run --config vitest.integration.config.tstypechecktsc --noEmit
Dependencies6
@anthropic-ai/claude-agent-sdk^0.2.114@clack/prompts^1.2.0chalk^5commander^13yaml^2zod^3.25.76