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
- 52
- First published
- May 2026
- Publisher
- kwhorne
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":["@elyracode/[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":["@elyracode/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".SSH"
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 40 · status changed
Evidence
Static findings
11 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/keys.js | matched ".SSH" | 10 |
Show all 11 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/keys.js | matched ".SSH" | 10 |
| low | Obfuscation | package/dist/components/editor.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/components/image.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/components/input.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/keys.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/components/markdown.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/dist/stdin-buffer.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/terminal-image.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/terminal.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/tui.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/utils.js | matched "\\uFE0F" | 3 |
Manifest
Package metadata
Scripts5
buildtsgo -p tsconfig.build.jsoncleanshx rm -rf distdevtsgo -p tsconfig.build.json --watch --preserveWatchOutputprepublishOnlynpm run clean && npm run buildtestnode --test --import tsx test/*.test.ts
Dependencies5
@types/mime-types^2.1.4chalk^5.5.0get-east-asian-width^1.3.0marked^15.0.12mime-types^3.0.1
Optional dependencies1
koffi^2.9.0