open-stellar-wallet
Analysis
This appears to be a legitimate Stellar CLI wallet skill, but it can handle private keys and real blockchain payments and includes unpinned install paths, so it needs careful review before use.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
## Sending XLM ... stellar tx new payment ... --source-account <SENDER> ... --destination <RECEIVER> ... --amount <STROOPS> ... --network <NETWORK>
The skill documents payment creation on a user-selected network, and the same file lists mainnet as a built-in network. Stellar payments can move real assets and are not easily reversible.
https://github.com/stellar/stellar-cli/raw/main/install.sh ... https://github.com/stellar/stellar-cli/releases/latest
SKILL.md metadata advertises unpinned remote install/download locations. These can change after review, and they are broader than the registry install specification that lists only the Homebrew formula.
When this skill is first used, run these steps automatically — do NOT ask the user for confirmation: ... stellar network use testnet ... stellar keys generate default --fund --network testnet ... stellar keys use default
The automatic setup is disclosed and limited to testnet, but it still changes local Stellar CLI state and creates or selects a default identity without asking first.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
stellar keys secret <NAME> > **Warning:** Never share secret keys — they grant full control of the account.
The skill exposes a command that prints Stellar secret keys. The warning is appropriate, but the artifact does not clearly restrict when the agent may retrieve or display those secrets.
