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
- 73
- Versions published
- 7
- First published
- May 2021
- Publisher
- kyranjamie
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@stacks/[email protected]"],"fail_on":"high"}'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":["@stacks/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential File Packaged: package/demo/demo-app/.env
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 high · score 35 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential File Packaged | package/demo/demo-app/.env | package/demo/demo-app/.env | 35 |
Manifest
Package metadata
Scripts15
buildtsc -p tsconfig.jsonbuild-allyarn clean && yarn build && yarn esbuild-node && yarn esbuild-browsercleanrm -rf dist build packageclits-node src/cli.tsdev:publishtsc-watch --onSuccess "yalc publish"docstypedoc --entryPoints src/main.tsesbuild-browseresbuild src/browser.ts --bundle --minify --sourcemap=external --outfile=dist/esbuild/browser.jsesbuild-browser:devesbuild src/browser.ts --bundle --outfile=dist/esbuild/browser.jsesbuild-browser:watchesbuild src/browser.ts --bundle --watch --outfile=dist/esbuild/browser.jsesbuild-nodeesbuild src/cli.ts --bundle --platform=node --minify --sourcemap=external --outfile=dist/esbuild/cli.jsesbuild-node:devesbuild src/cli.ts --bundle --sourcemap=external --outfile=dist/esbuild/cli.jsesbuild-node:watchesbuild src/cli.ts --bundle --watch --sourcemap=external --outfile=dist/esbuild/cli.jslinteslint src --ext .js,.jsx,.ts,.tsxtestjestts-nodets-node
Dependencies4
@stacks/blockchain-api-client^0.58.0socket.io-client^4.0.1tsc-watch^4.2.9url-join^4.0.1