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
- 1,543Niche · −30% score
- Versions published
- 10
- First published
- May 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@skaile/[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":["@skaile/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "cUrl "
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 32 · status changed
Evidence
Static findings
33 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/chunk-EAJKY27M.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/cli/index.js | matched "cUrl " | 12 |
| medium | Credential file access | package/dist/chunk-EAJKY27M.js | matched ".AWS" | 10 |
| medium | Credential file access | package/dist/bridge/drivers/omp.js | matched ".ssh" | 10 |
Show all 33 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/chunk-EAJKY27M.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/dist/cli/index.js | matched "cUrl " | 12 |
| medium | Credential file access | package/dist/chunk-EAJKY27M.js | matched ".AWS" | 10 |
| medium | Credential file access | package/dist/bridge/drivers/omp.js | matched ".ssh" | 10 |
| low | Obfuscation | package/dist/chunk-24UIWON4.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-42OQF7UU.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-4NDWKA64.js | matched "\\u2500" | 3 |
| low | Obfuscation | package/dist/chunk-6FNCZYJY.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-6MB7CRME.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-CGYEHQOX.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-DDVKNST3.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-DIKFRNCS.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-DQWREFRQ.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-EAJKY27M.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-GKIA2PU5.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-GZWJGNNN.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-IPUYL6TD.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-LV2HPH3C.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-R7FOF242.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-S2OVTCAL.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-TDSRLMDB.js | matched "\\u2705" | 3 |
| low | Obfuscation | package/dist/chunk-UTKGPNLV.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-VAJB2UJ5.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-W75ASXH4.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-YHXBQLXX.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/chunk-Z5PO7ZVP.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/bridge/drivers/claude-sdk.js | matched "Buffer.from(base64" | 3 |
| low | Obfuscation | package/dist/bridge/drivers/echo.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/cli/index.js | matched "\\u2192" | 3 |
| low | Obfuscation | package/dist/tui/index.js | matched "\\u2191" | 3 |
| low | Obfuscation | package/dist/workspace-plugin/adapters/mcp.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/workspace-plugin/adapters/omp.js | matched "\\u2014" | 3 |
| low | Obfuscation | package/dist/setup-WZFCLQ2J.js | matched "\\u2014" | 3 |
Manifest
Package metadata
Scripts13
buildbun run build:js && bun run build:dtsbuild:binarybun run _scripts/build-binary.tsbuild:dtstsc --project tsconfig.build.json --emitDeclarationOnly --noEmit falsebuild:jstsupcheckbun run format && bun run lintcheck:cjsbun run _scripts/check-cjs-require.tsformatbiome format --write .gen:entriesbun run _scripts/gen-tsup-entries.tsgen:manifestbun run _scripts/gen-workspaces-manifest.ts > _scripts/workspaces-exports.jsonlintbiome lint --fix --unsafe .testbun x --bun vitest runtest:nodenode ./node_modules/.bin/vitest run --config vitest.node.config.tstypechecktsc --project tsconfig.build.json --noEmit
Dependencies20
@clack/prompts^1.4.0@libsql/client^0.17.3@modelcontextprotocol/sdk^1.27.1@octokit/rest22.0.1@trpc/client^11.10.0chokidar^5.0.0commander^14.0.0drizzle-orm^0.45.2js-yaml^4.1.0marked15marked-terminal^7.3.0mime^4.0.0picocolors^1.1.1picomatch^4.0.0semver^7.8.1smol-toml^1.3.4ulid^3.0.2ws^8.21.0yaml^2.7.0zod^4.4.0