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
- 281
- Versions published
- 70Established · −30% score
- First published
- Sep 2025
- 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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
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 5 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli.js | matched "raw.githubusercontent.com" | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli.js | matched "raw.githubusercontent.com" | 12 |
| low | Credential file access | package/dist/cli.js | matched ".aws/" | 5 |
| low | Obfuscation Density | package/dist/cli.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts14
buildrm -rf dist && bun build src/index.ts --outdir dist --format esm --minify --target bun --packages=bundle && bun build src/cli.ts --outdir dist --format esm --minify --target bun --packages=bundle && echo '#!/usr/bin/env bun' | cat - dist/cli.js > dist/cli.tmp && mv dist/cli.tmp dist/cli.jsdevbun run build && bun scripts/build-dev.tsgenerate:apiswagger-typescript-api generate -p https://controller.simplecloud.app/swagger/doc.json -o src/lib/generated -n simplecloud-api.ts --sort-types --single-http-client --clean-outputlintbiome check .lint:fixbiome check . --writelocal:linkbun run build && npm linklocal:packbun run build && mkdir -p temp && npm pack --pack-destination=./temp && mv ./temp/simplecloud-*.tgz ./temp/simplecloud.tgzlocal:setupbun run build && echo 'alias scl="bun '$(pwd)'/dist/cli.js"' >> ~/.zshrc && echo 'Local alias added! Run: source ~/.zshrc'local:unlinknpm unlink -gprepublishOnlybun run buildtestbun testtest:clibun run build && bun dist/cli.js --helptest:javabun test tests/java-installer.test.tstest:java:dockerbun run scripts/test-java-install-docker.ts
Dependencies11
@clack/prompts^1.0.0-alpha.6@effect/platform-bun0.86.0@opentui/solid^0.1.60better-auth^1.4.6chalk^5.6.2effect^3.19.12open^11.0.0solid-js^1.9.10table^6.9.0yaml^2.7.0yargs^18.0.0