alby-bitcoin-payments-cli-skill

clawhub:alby-bitcoin-payments-cli-skill

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

3

Score

100/100

LOW 3

Findings (3)

LOW
Unverified npx package execution
L13

Detects npx executing packages from unverified sources without pinned versions

npx @getalby/cli 
FIX

Pin the npx package to an exact version (e.g., npx @scope/package@1.2.3). Unversioned npx commands can silently install a different or malicious package version.

FP?

Likely FP if the npx command targets a well-known package in documentation context, though unpinned versions are a real supply chain concern.

LOW
Unverified npx package execution
L56

Detects npx executing packages from unverified sources without pinned versions

npx @getalby/cli 
FIX

Pin the npx package to an exact version (e.g., npx @scope/package@1.2.3). Unversioned npx commands can silently install a different or malicious package version.

FP?

Likely FP if the npx command targets a well-known package in documentation context, though unpinned versions are a real supply chain concern.

LOW
Unverified npx package execution
L57

Detects npx executing packages from unverified sources without pinned versions

npx @getalby/cli 
FIX

Pin the npx package to an exact version (e.g., npx @scope/package@1.2.3). Unversioned npx commands can silently install a different or malicious package version.

FP?

Likely FP if the npx command targets a well-known package in documentation context, though unpinned versions are a real supply chain concern.