satyakwok/Solana Infra Doctor
Diagnose Solana RPC production readiness in CI and gate the job on the verdict (exit 0 GOOD, 1 WARNING, 2 BAD, 3 UNKNOWN).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Subcommand to run: check, ws, or compare. | no | check |
| rpc | RPC endpoint URL (check/ws). For compare, pass the URLs through `args` instead. | no | "" |
| fail-on-warning | Treat a WARNING verdict as a failure (check). | no | false |
| samples | Number of latency samples to probe (check). | no | "" |
| timeout-ms | Per-request timeout in milliseconds. | no | "" |
| json | Emit machine-readable JSON. | no | false |
| verbose | Show full per-check detail in human output. | no | false |
| version | sol-doctor version to install (default: latest published). | no | "" |
| args | Additional raw arguments appended to the command (e.g. extra --rpc for compare). | no | "" |
Outputs
no outputs