PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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 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":["[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"}'
Artifact bytes1,193,514
Previous version0.0.1-beta.70
Published2026-06-04T08:33:41.653Z
SHA-256cd2268250747bffeec1b1dd2a77ef43686f5867f4d176d714d5eb7761a824530

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

review
Last checked
reviewRisk
5Score
0.0.1-beta.71Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "raw.githubusercontent.com"12
lowCredential file accesspackage/dist/cli.jsmatched ".aws/"5
lowObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density0

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.js
  • devbun run build && bun scripts/build-dev.ts
  • generate: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-output
  • lintbiome check .
  • lint:fixbiome check . --write
  • local:linkbun run build && npm link
  • local:packbun run build && mkdir -p temp && npm pack --pack-destination=./temp && mv ./temp/simplecloud-*.tgz ./temp/simplecloud.tgz
  • local:setupbun run build && echo 'alias scl="bun '$(pwd)'/dist/cli.js"' >> ~/.zshrc && echo 'Local alias added! Run: source ~/.zshrc'
  • local:unlinknpm unlink -g
  • prepublishOnlybun run build
  • testbun test
  • test:clibun run build && bun dist/cli.js --help
  • test:javabun test tests/java-installer.test.ts
  • test: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.60
  • better-auth^1.4.6
  • chalk^5.6.2
  • effect^3.19.12
  • open^11.0.0
  • solid-js^1.9.10
  • table^6.9.0
  • yaml^2.7.0
  • yargs^18.0.0