Stellarpilot — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Stellarpilot (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Stellar Pilot bridges natural language and the Stellar blockchain. It's an MCP server that translates what you want to do into the exact CLI commands needed to do it.
Stop fighting with Stellar CLI syntax. The Stellar CLI has:
contract, keys, tx, network...)Stellar Pilot lets you skip all that. Just say what you need:
stellar keys generate --network testnet --fundstellar contract deploy --wasm path --source account --network...stellar tx new payment --destination G... --amount...It translates natural language to proper CLI commands through MCP (Model Context Protocol), working seamlessly in AI assistants and IDEs.
node --versionstellar --versionIf not installed, see: https://github.com/stellar/stellar-cli
npm install -g stellarpilotAdd to your MCP settings:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.json{
"mcpServers": {
"stellarpilot": {
"command": "stellar-pilot"
}
}
}Successful Configuration: Once properly configured, you'll see StellarPilot with 73 tools enabled in your MCP Tools panel:
MCP Tools Panel
Once configured, you can use natural language to interact with Stellar:
"Generate a new account called alice"
"Fund alice's account on testnet"
"Show me alice's public key"
"Switch to using alice as default"Example: Creating a New Account
Creating a Stellar Account
StellarPilot automatically:
"Send 100 XLM from alice to GDEXAMPLE..."
"Create a trustline for USDC:GCKFBEIYTKP..."
"Send 50 USDC from alice to bob""Deploy my contract from ./contract.wasm"
"Call the hello function on contract C123..."
"Build the contract in ./my-project""Switch to testnet"
"Check network health"
"Add a custom network called mynet"StellarPilot provides 73+ tools organized into these categories:
stellarpilot/
├── src/
│ ├── index.ts # Main MCP server
│ ├── modules/
│ │ └── cli/ # Stellar CLI integration
│ │ ├── tools/ # Tool definitions
│ │ ├── handlers/ # Command handlers
│ │ └── types/ # TypeScript types
│ └── types/ # Shared types
├── build/ # Compiled output
├── package.json
└── tsconfig.json# Install dependencies
npm install
# Development mode (watch for changes)
npm run dev
# Production build
npm run build
# Start the server
npm startstellar --versionnpm install -g stellarpilotchmod +x build/index.jssudo npm install -g stellarpilot~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.