https://github.com/TheFancyRobot/ravon
· scanned 2026-06-16 00:33 UTC (2 months, 2 weeks ago)
11 raw signals (0 security + 11 graph)
Last scanned 2 months, 2 weeks ago · v1 · 11 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 100 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
exec |
software | healthy | test/cli/routing.test.ts:exec |
ok |
software | healthy | test/cli/doctor.test.ts:ok |
fail |
software | healthy | test/cli/doctor.test.ts:fail |
mockRunner |
software | healthy | test/cli/doctor.test.ts:mockRunner |
byId |
software | healthy | test/cli/doctor.test.ts:byId |
parseOk |
software | healthy | test/cli/args.test.ts:parseOk |
parseErr |
software | healthy | test/cli/args.test.ts:parseErr |
recordingRunner |
software | healthy | test/gh/GhCli.test.ts:recordingRunner |
ok |
software | healthy | test/gh/GhCli.test.ts:ok |
scriptedRunner |
software | healthy | test/gh/GhRepoService.test.ts:scriptedRunner |
ghOk |
software | healthy | test/gh/GhRepoService.test.ts:ghOk |
makeService |
software | healthy | test/gh/GhRepoService.test.ts:makeService |
scriptedRunner |
software | healthy | test/gh/GhPrService.test.ts:scriptedRunner |
ghOk |
software | healthy | test/gh/GhPrService.test.ts:ghOk |
makeService |
software | healthy | test/gh/GhPrService.test.ts:makeService |
fail |
software | healthy | src/cli/args.ts:fail |
isFlag |
software | healthy | src/cli/args.ts:isFlag |
parseArgs |
software | healthy | src/cli/args.ts:parseArgs |
route |
software | healthy | src/cli/main.ts:route |
run |
software | healthy | src/cli/main.ts:run |
checkBunRuntime |
software | healthy | src/cli/commands/doctor.ts:checkBunRuntime |
checkProviderConfig |
software | healthy | src/cli/commands/doctor.ts:checkProviderConfig |
skipped |
software | healthy | src/cli/commands/doctor.ts:skipped |
runDoctorChecks |
software | healthy | src/cli/commands/doctor.ts:runDoctorChecks |
renderTerminal |
software | healthy | src/cli/commands/doctor.ts:renderTerminal |
doctor |
software | healthy | src/cli/commands/doctor.ts:doctor |
reviewPr |
software | healthy | src/cli/commands/review-pr.ts:reviewPr |
checkGitRepo |
software | healthy | src/git/GitService.ts:checkGitRepo |
makeGhCli |
software | healthy | src/gh/GhCli.ts:makeGhCli |
ghCliLayer |
software | healthy | src/gh/GhCli.ts:ghCliLayer |
makeGhRepoService |
software | healthy | src/gh/GhRepoService.ts:makeGhRepoService |
ghRepoServiceLayer |
software | healthy | src/gh/GhRepoService.ts:ghRepoServiceLayer |
firstLine |
software | healthy | src/gh/GhPreflight.ts:firstLine |
checkGhInstalled |
software | healthy | src/gh/GhPreflight.ts:checkGhInstalled |
checkGhAuth |
software | healthy | src/gh/GhPreflight.ts:checkGhAuth |
checkGhRepoView |
software | healthy | src/gh/GhPreflight.ts:checkGhRepoView |
isValidPrNumber |
software | healthy | src/gh/GhPrService.ts:isValidPrNumber |
isValidOwner |
software | healthy | src/gh/GhPrService.ts:isValidOwner |
isValidRepoName |
software | healthy | src/gh/GhPrService.ts:isValidRepoName |
makeGhPrService |
software | healthy | src/gh/GhPrService.ts:makeGhPrService |
ghPrServiceLayer |
software | healthy | src/gh/GhPrService.ts:ghPrServiceLayer |
| Label | Layer | Status | Path |
|---|---|---|---|
bun.lock |
software | healthy | bun.lock |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
tsconfig.json |
software | healthy | tsconfig.json |
AGENTS.md |
software | healthy | AGENTS.md |
scaffold.test.ts |
software | healthy | test/scaffold.test.ts |
pr-view-42.json |
software | healthy | test/fixtures/gh/pr-view-42.json |
pr-files-42.json |
software | healthy | test/fixtures/gh/pr-files-42.json |
routing.test.ts |
software | healthy | test/cli/routing.test.ts |
doctor.test.ts |
software | healthy | test/cli/doctor.test.ts |
args.test.ts |
software | healthy | test/cli/args.test.ts |
GhCli.test.ts |
software | healthy | test/gh/GhCli.test.ts |
GhRepoService.test.ts |
software | healthy | test/gh/GhRepoService.test.ts |
GhPrService.test.ts |
software | healthy | test/gh/GhPrService.test.ts |
index.ts |
software | healthy | src/index.ts |
args.ts |
software | healthy | src/cli/args.ts |
main.ts |
software | healthy | src/cli/main.ts |
doctor.ts |
software | healthy | src/cli/commands/doctor.ts |
output.ts |
software | healthy | src/cli/commands/output.ts |
review-pr.ts |
software | healthy | src/cli/commands/review-pr.ts |
GitService.ts |
software | healthy | src/git/GitService.ts |
GhCli.ts |
software | healthy | src/gh/GhCli.ts |
GhRepoService.ts |
software | healthy | src/gh/GhRepoService.ts |
GhPreflight.ts |
software | healthy | src/gh/GhPreflight.ts |
GhPrService.ts |
software | healthy | src/gh/GhPrService.ts |
CommandRunner.ts |
software | healthy | src/proc/CommandRunner.ts |
index.ts |
software | healthy | src/domain/index.ts |
types.ts |
software | healthy | src/domain/types.ts |
AGENTS.md |
quality | healthy | AGENTS.md |
| Label | Layer | Status | Path |
|---|---|---|---|
CliArgsError |
software | healthy | src/cli/args.ts:CliArgsError |
GhNotInstalledError |
software | healthy | src/gh/GhCli.ts:GhNotInstalledError |
GhCommandError |
software | healthy | src/gh/GhCli.ts:GhCommandError |
GhTimeoutError |
software | healthy | src/gh/GhCli.ts:GhTimeoutError |
GhJsonParseError |
software | healthy | src/gh/GhCli.ts:GhJsonParseError |
GhCli |
software | healthy | src/gh/GhCli.ts:GhCli |
NotGitRepositoryError |
software | healthy | src/gh/GhRepoService.ts:NotGitRepositoryError |
RepoResolveError |
software | healthy | src/gh/GhRepoService.ts:RepoResolveError |
RepoPayloadError |
software | healthy | src/gh/GhRepoService.ts:RepoPayloadError |
GhRepoService |
software | healthy | src/gh/GhRepoService.ts:GhRepoService |
InvalidPrNumberError |
software | healthy | src/gh/GhPrService.ts:InvalidPrNumberError |
PrFetchError |
software | healthy | src/gh/GhPrService.ts:PrFetchError |
PrPayloadError |
software | healthy | src/gh/GhPrService.ts:PrPayloadError |
InvalidRepoIdentityError |
software | healthy | src/gh/GhPrService.ts:InvalidRepoIdentityError |
PrFilesFetchError |
software | healthy | src/gh/GhPrService.ts:PrFilesFetchError |
PrFilesPayloadError |
software | healthy | src/gh/GhPrService.ts:PrFilesPayloadError |
GhPrService |
software | healthy | src/gh/GhPrService.ts:GhPrService |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
software | healthy | test |
fixtures |
software | healthy | test/fixtures |
gh |
software | healthy | test/fixtures/gh |
cli |
software | healthy | test/cli |
gh |
software | healthy | test/gh |
src |
software | healthy | src |
cli |
software | healthy | src/cli |
commands |
software | healthy | src/cli/commands |
git |
software | healthy | src/git |
gh |
software | healthy | src/gh |
proc |
software | healthy | src/proc |
domain |
software | healthy | src/domain |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-_joiempa |
software | healthy | /tmp/repobility-clone-_joiempa |
This page is publicly accessible at:
https://repobility.com/scan/7f74ebbd-55b9-46b1-9e9b-716c351f1ad7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/7f74ebbd-55b9-46b1-9e9b-716c351f1ad7/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.