mammumammi/SecureSoroban
Automated attack simulator for Soroban smart contracts on Stellar — detects vulnerabilities before mainnet.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| victim-secret | Funded Stellar testnet account secret key | yes | — |
| attacker-secret | Attacker Stellar testnet account secret key | yes | — |
| victim-address | Public address of victim testnet account | yes | — |
| attacker-address | Public address of attacker testnet account | yes | — |
| token-id | Stellar testnet native token contract ID | yes | — |
| contract-path | Path to compiled .wasm file to scan | yes | — |
| contract-source-path | Path to contract source directory containing src/lib.rs | no | "" |
| network | Stellar network to use | no | testnet |
| enable-ai-scan | Enable AI agent attack simulation using Ollama | no | true |
Outputs
| name | description |
|---|---|
| vulnerabilities-found | Whether critical vulnerabilities were detected |
| total-loss-usd | Estimated total financial loss in USD |
| severity | Highest severity level found |