PkgRadar

Package evidence

@rlemaigre/[email protected]

Remote Payload: matched "github.com/rlemaigre/agent-sandboxes/releases/download"

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
3
First published
Jun 2026
Publisher
rlemaigre

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":["@rlemaigre/[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":["@rlemaigre/[email protected]"],"fail_on":"review"}'
Publisherrlemaigre
Artifact bytes13,703
Previous version0.1.1
Published2026-06-08T05:10:55.299Z
SHA-2563fd3a1b52fe88dabf1ece326b9ddabc0b53f354f094f18bd7896545bf7ed072b

Why flagged

What the scanner saw

Remote Payload: matched "github.com/rlemaigre/agent-sandboxes/releases/download"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
15Score
0.1.3Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/api.jsmatched "github.com/rlemaigre/agent-sandboxes/releases/download"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/api.jsmatched "github.com/rlemaigre/agent-sandboxes/releases/download"12
lowCredential file accesspackage/dist/templates/config.template.yamlmatched ".npmrc"3

Manifest

Package metadata

Scripts4
  • buildtsc && mkdir -p dist/templates && cp src/templates/* dist/templates/
  • build-imagenpx @earendil-works/gondolin build --config sbx-image.json --output ../scratch/sbx-assets && (cd ../scratch/sbx-assets && tar czf ../sbx-assets.tar.gz .) && mv ../scratch/sbx-assets.tar.gz ../
  • prepublishOnlytsc && mkdir -p dist/templates && cp src/templates/* dist/templates/
  • testtsx --test --test-concurrency=1 test/*.test.ts
Dependencies5
  • @earendil-works/gondolin^0.12.0
  • commander^15.0.0
  • js-yaml^4.2.0
  • minimatch^10.2.5
  • tiny-invariant^1.3.3