vietanhlevu/Solana Smart Contract Audit

Scan smart contract files in a GitHub repository via external audit backend

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
audit_api_urlAudit backend base URL, for example: https://your-server.com/api/v1no""
repo_urlGitHub repository URL to audit. Defaults to current repository.no""
branchBranch name to scan. Defaults to PR head branch or current ref.no""
selected_filesOptional newline-separated file paths to scan. Empty means auto-detect.no""
github_tokenGitHub token for private repository file download.no""
llm_providerOptional backend LLM provider override.no""
llm_modelOptional backend LLM model override.no""
fail_on_criticalFail action when report contains at least 1 critical finding.notrue
timeout_attemptsNumber of polling attempts for audit status.no60
poll_interval_secondsPolling interval in seconds for audit status.no10
smoke_test_onlyRun runner/backend/file-detection smoke test only, without LLM audit.nofalse
namedescription
file_countNumber of selected smart contract files
audit_idCreated audit ID
statusFinal status: skipped/completed/failed/timeout/smoke_passed
risk_scoreRisk score from final report
totalTotal findings
criticalCritical findings count
highHigh findings count
mediumMedium findings count
lowLow findings count