https://github.com/berkayturanci/ai-jury
· scanned 2026-06-17 01:39 UTC (1 month, 2 weeks ago)
38 raw signals (0 security + 38 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -14.9 (diff) · 33 actionable findings from 1 signal source. 5 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 2277 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 |
|---|---|---|---|
__init__ |
software | healthy | tests/test_capabilities.py:24 |
_spec |
software | healthy | tests/test_capabilities.py:30 |
setUp |
software | healthy | tests/test_capabilities.py:37 |
_restore |
software | healthy | tests/test_capabilities.py:44 |
_patch_run |
software | healthy | tests/test_capabilities.py:48 |
test_parses_version_from_stdout |
software | healthy | tests/test_capabilities.py:51 |
test_parses_two_component_version |
software | healthy | tests/test_capabilities.py:62 |
test_parses_version_from_stderr |
software | healthy | tests/test_capabilities.py:68 |
test_unavailable_skips_subprocess |
software | healthy | tests/test_capabilities.py:81 |
_boom |
software | healthy | tests/test_capabilities.py:152 |
test_timeout_yields_unknown_version_no_raise |
software | healthy | tests/test_capabilities.py:92 |
_timeout |
software | healthy | tests/test_capabilities.py:93 |
test_spawn_failure_yields_unknown_version_no_raise |
software | healthy | tests/test_capabilities.py:102 |
_fnf |
software | healthy | tests/test_capabilities.py:103 |
test_nonzero_exit_yields_unknown_version |
software | healthy | tests/test_capabilities.py:111 |
test_garbage_output_yields_unknown_version |
software | healthy | tests/test_capabilities.py:118 |
test_raw_output_is_truncated |
software | healthy | tests/test_capabilities.py:127 |
test_version_argv_uses_command_and_flag |
software | healthy | tests/test_capabilities.py:132 |
test_mock_returns_stable_fake_caps |
software | healthy | tests/test_capabilities.py:138 |
test_mock_does_not_spawn |
software | healthy | tests/test_capabilities.py:148 |
test_in_progress_lists_stages |
software | healthy | tests/test_progress.py:18 |
test_finish_becomes_the_report |
software | healthy | tests/test_progress.py:25 |
test_milestones_match |
software | healthy | tests/test_progress.py:33 |
test_non_milestones_ignored |
software | healthy | tests/test_progress.py:44 |
test_post_progress_requires_pr |
software | healthy | tests/test_progress.py:54 |
test_constants |
software | healthy | tests/test_findings.py:37 |
test_legacy_blocker_maps_to_critical |
software | healthy | tests/test_findings.py:43 |
test_invalid_severity_coerced |
software | healthy | tests/test_findings.py:47 |
test_invalid_confidence_coerced |
software | healthy | tests/test_findings.py:51 |
test_defaults |
software | healthy | tests/test_findings.py:55 |
test_line_coercion |
software | healthy | tests/test_findings.py:62 |
test_valid_block_preserves_reviewer |
software | healthy | tests/test_findings.py:69 |
test_malformed_json_returns_warning_no_exception |
software | healthy | tests/test_findings.py:82 |
test_missing_block_is_silent |
software | healthy | tests/test_findings.py:90 |
test_deeply_nested_json_does_not_raise |
software | healthy | tests/test_findings.py:95 |
test_empty_array_is_no_findings_no_warning |
software | healthy | tests/test_findings.py:104 |
test_non_array_json_warns |
software | healthy | tests/test_findings.py:109 |
test_last_block_wins |
software | healthy | tests/test_findings.py:114 |
test_non_dict_item_warns_but_keeps_others |
software | healthy | tests/test_findings.py:124 |
test_flatten_inline_collapses_newlines |
software | healthy | tests/test_findings.py:134 |
test_fence_safe_breaks_backtick_runs |
software | healthy | tests/test_findings.py:141 |
test_strip_html_comments |
software | healthy | tests/test_findings.py:147 |
_spec |
software | healthy | tests/test_cov_adapters_cache.py:30 |
_local_spec |
software | healthy | tests/test_cov_adapters_cache.py:36 |
__init__ |
software | healthy | tests/test_cov_adapters_cache.py:51 |
read |
software | healthy | tests/test_cov_adapters_cache.py:168 |
close |
software | healthy | tests/test_cov_adapters_cache.py:58 |
__enter__ |
software | healthy | tests/test_cov_adapters_cache.py:61 |
__exit__ |
software | healthy | tests/test_cov_adapters_cache.py:64 |
test_agy_argv_with_model |
software | healthy | tests/test_cov_adapters_cache.py:69 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
_FakeCompleted |
software | healthy | tests/test_capabilities.py:21 |
CapabilityDetectionTests |
software | healthy | tests/test_capabilities.py:36 |
MockAdapterCapabilityTests |
software | healthy | tests/test_capabilities.py:137 |
RenderProgressBodyTest |
software | healthy | tests/test_progress.py:17 |
MilestoneDetectionTest |
software | healthy | tests/test_progress.py:32 |
ProgressCliTest |
software | healthy | tests/test_progress.py:53 |
FindingSchemaTest |
software | healthy | tests/test_findings.py:36 |
ParseFindingsTest |
software | healthy | tests/test_findings.py:68 |
OutputInjectionGuardTest |
software | healthy | tests/test_findings.py:131 |
_Resp |
software | healthy | tests/test_cov_adapters_cache.py:48 |
AdaptersCoverageTests |
software | healthy | tests/test_cov_adapters_cache.py:68 |
_BadHTTPError |
software | healthy | tests/test_cov_adapters_cache.py:167 |
CacheCoverageTests |
software | healthy | tests/test_cov_adapters_cache.py:194 |
ReportGoldenTest |
software | healthy | tests/test_report_golden.py:75 |
FindingsCovTests |
software | healthy | tests/test_cov_misc.py:19 |
CommandsCovTests |
software | healthy | tests/test_cov_misc.py:107 |
ScaffoldCovTests |
software | healthy | tests/test_cov_misc.py:139 |
FormatsCovTests |
software | healthy | tests/test_cov_misc.py:187 |
BenchmarkCovTests |
software | healthy | tests/test_cov_misc.py:223 |
SeedDeterminismTest |
software | healthy | tests/test_reproducibility.py:64 |
OrderIndependenceTest |
software | healthy | tests/test_reproducibility.py:87 |
ConfigHashMetadataTest |
software | healthy | tests/test_reproducibility.py:126 |
BuildConfigTest |
software | healthy | tests/test_scaffold.py:23 |
RenderTomlTest |
software | healthy | tests/test_scaffold.py:59 |
InitCliTest |
software | healthy | tests/test_scaffold.py:113 |
LocalModelDiscoveryTest |
software | healthy | tests/test_scaffold.py:192 |
_Resp |
software | healthy | tests/test_scaffold.py:220 |
PresetTest |
software | healthy | tests/test_scaffold.py:244 |
OfflineFallbackTest |
software | healthy | tests/test_scaffold.py:287 |
ConfigShowTest |
software | healthy | tests/test_scaffold.py:325 |
ForceUtf8OutputTest |
software | healthy | tests/test_output_encoding.py:22 |
ConfigSizeLimit |
software | healthy | tests/test_config_validation.py:22 |
HardErrors |
software | healthy | tests/test_config_validation.py:54 |
SoftWarnings |
software | healthy | tests/test_config_validation.py:130 |
CommandPathValidation |
software | healthy | tests/test_config_validation.py:186 |
EndpointValidation |
software | healthy | tests/test_config_validation.py:231 |
FixedNPaths |
software | healthy | tests/test_orchestrator_paths.py:43 |
EarlyStopPaths |
software | healthy | tests/test_orchestrator_paths.py:56 |
ChunkAndScopePaths |
software | healthy | tests/test_orchestrator_paths.py:81 |
InjectionRegressionTest |
software | healthy | tests/test_injection_regression.py:52 |
ReviewConvergenceTest |
software | healthy | tests/test_convergence.py:42 |
DebateConvergenceTest |
software | healthy | tests/test_convergence.py:74 |
_DivergentAdapter |
software | healthy | tests/test_convergence.py:95 |
_UnanimousAdapter |
software | healthy | tests/test_convergence.py:113 |
EarlyStopPipelineTest |
software | healthy | tests/test_convergence.py:132 |
ConsensusTests |
software | healthy | tests/test_cov_pure1.py:23 |
LargeDiffTests |
software | healthy | tests/test_cov_pure1.py:64 |
ClassificationTests |
software | healthy | tests/test_cov_pure1.py:132 |
Outcome |
software | healthy | tests/test_cov_pure1.py:148 |
PolicyTests |
software | healthy | tests/test_cov_pure1.py:193 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
jury.toml |
software | healthy | jury.toml |
CLAUDE.md |
software | healthy | CLAUDE.md |
MAINTAINERS.md |
software | healthy | MAINTAINERS.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
ROADMAP.md |
software | healthy | ROADMAP.md |
README.md |
software | healthy | README.md |
pyproject.toml |
software | healthy | pyproject.toml |
Makefile |
software | healthy | Makefile |
SECURITY.md |
software | healthy | SECURITY.md |
LICENSE |
software | healthy | LICENSE |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
SUPPORT.md |
software | healthy | SUPPORT.md |
CODE_OF_CONDUCT.md |
software | healthy | CODE_OF_CONDUCT.md |
test_capabilities.py |
software | healthy | tests/test_capabilities.py |
test_progress.py |
software | healthy | tests/test_progress.py |
test_findings.py |
software | healthy | tests/test_findings.py |
test_cov_adapters_cache.py |
software | healthy | tests/test_cov_adapters_cache.py |
test_report_golden.py |
software | healthy | tests/test_report_golden.py |
test_cov_misc.py |
software | healthy | tests/test_cov_misc.py |
test_reproducibility.py |
software | healthy | tests/test_reproducibility.py |
test_scaffold.py |
software | healthy | tests/test_scaffold.py |
test_output_encoding.py |
software | healthy | tests/test_output_encoding.py |
test_config_validation.py |
software | healthy | tests/test_config_validation.py |
test_orchestrator_paths.py |
software | healthy | tests/test_orchestrator_paths.py |
test_injection_regression.py |
software | healthy | tests/test_injection_regression.py |
test_convergence.py |
software | healthy | tests/test_convergence.py |
test_cov_pure1.py |
software | healthy | tests/test_cov_pure1.py |
test_injection.py |
software | healthy | tests/test_injection.py |
test_incremental.py |
software | healthy | tests/test_incremental.py |
test_classification.py |
software | healthy | tests/test_classification.py |
test_diffprofile.py |
software | healthy | tests/test_diffprofile.py |
test_cache.py |
software | healthy | tests/test_cache.py |
test_voting.py |
software | healthy | tests/test_voting.py |
test_live.py |
software | healthy | tests/test_live.py |
test_theater.py |
software | healthy | tests/test_theater.py |
test_sentinel_neutralization.py |
software | healthy | tests/test_sentinel_neutralization.py |
test_orchestrator.py |
software | healthy | tests/test_orchestrator.py |
test_doctor.py |
software | healthy | tests/test_doctor.py |
test_small_branches.py |
software | healthy | tests/test_small_branches.py |
test_cov_orchestrator.py |
software | healthy | tests/test_cov_orchestrator.py |
test_github.py |
software | healthy | tests/test_github.py |
test_commands.py |
software | healthy | tests/test_commands.py |
test_cli_smoke.py |
software | healthy | tests/test_cli_smoke.py |
test_patches.py |
software | healthy | tests/test_patches.py |
test_chair_selection.py |
software | healthy | tests/test_chair_selection.py |
test_verify.py |
software | healthy | tests/test_verify.py |
test_policy.py |
software | healthy | tests/test_policy.py |
test_ci.py |
software | healthy | tests/test_ci.py |
test_cov_tail.py |
software | healthy | tests/test_cov_tail.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
live |
software | healthy | tests/live |
golden |
software | healthy | tests/golden |
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
ISSUE_TEMPLATE |
software | healthy | .github/ISSUE_TEMPLATE |
workflows |
software | healthy | .github/workflows |
skill |
software | healthy | skill |
ai-jury |
software | healthy | skill/ai-jury |
examples |
software | healthy | examples |
website |
software | healthy | website |
src |
software | healthy | src |
ai_jury |
software | healthy | src/ai_jury |
docs |
software | healthy | docs |
benchmark |
software | healthy | benchmark |
| Label | Layer | Status | Path |
|---|---|---|---|
description |
cicd | healthy | .github/workflows/pr-lint.yml |
analysis |
cicd | healthy | .github/workflows/scorecard.yml |
deploy |
cicd | healthy | .github/workflows/pages.yml |
analyze |
cicd | healthy | .github/workflows/codeql.yml |
build-n-publish |
cicd | healthy | .github/workflows/publish.yml |
test |
cicd | healthy | .github/workflows/ci.yml |
coverage |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::pr-lint |
cicd | healthy | .github/workflows/pr-lint.yml |
gha::scorecard |
cicd | healthy | .github/workflows/scorecard.yml |
gha::pages |
cicd | healthy | .github/workflows/pages.yml |
gha::codeql |
cicd | healthy | .github/workflows/codeql.yml |
gha::publish |
cicd | healthy | .github/workflows/publish.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::.github/workflows/publish.yml |
security | healthy | .github/workflows/publish.yml |
auth::.github/workflows/scorecard.yml |
security | healthy | .github/workflows/scorecard.yml |
auth::tests/test_redaction.py |
security | healthy | tests/test_redaction.py |
auth::src/ai_jury/redaction.py |
security | healthy | src/ai_jury/redaction.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | README.md |
vps::azure |
hardware | healthy | tests/test_redaction.py |
vps::gcp |
hardware | healthy | tests/test_redaction.py |
| Label | Layer | Status | Path |
|---|---|---|---|
169.254.169.254 |
network | healthy | tests/test_cov_adapters_cache.py |
127.0.0.1 |
network | healthy | src/ai_jury/config.py |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::tests/test_redaction.py |
security | healthy | tests/test_redaction.py |
openai_or_anthropic_key::tests/test_metadata.py |
security | healthy | tests/test_metadata.py |
| Label | Layer | Status | Path |
|---|---|---|---|
SCORECARD_TOKEN |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
berkayturanci__ai-jury |
software | healthy | /data/fable5_failed_archive/berkayturanci__ai-jury |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
data | healthy | tests/test_redaction.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | tests/test_config_validation.py |
This page is publicly accessible at:
https://repobility.com/scan/881478f9-7ca1-4fe0-95a7-844b23012db1/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/881478f9-7ca1-4fe0-95a7-844b23012db1/
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.