incognito-54/GEO Optimizer Audit
Run a full GEO audit on any URL and get a citability score (0-100) for AI search engines.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- MIT
Pinned Snippet
uses: incognito-54/utsushi@18b27749f5cd92e60dc6d0ff9dca28314322f435 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to audit | yes | — |
| min-score | Preferred minimum score (0-100). The step fails if the score is below this value. | no | 0 |
| threshold | Deprecated alias for min-score. | no | 0 |
| format | Output format: json, sarif, junit, text | no | json |
| output-file | Base name for the output file (without extension) | no | geo-report |
| fail-on-warning | Fail the step on warnings too | no | false |
Outputs
| name | description |
|---|---|
| score | GEO citability score (0-100) |
| band | Score band: critical, foundation, good, or excellent |
| report-path | Path to the generated report file |