https://github.com/StL-Jim/code-security-audit-workflow
· scanned 2026-06-16 00:22 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 105 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 |
|---|---|---|---|
test_scoring |
software | healthy | tests/test_smoke.py:69 |
test_parse |
software | healthy | tests/test_smoke.py:81 |
test_registry_and_render |
software | healthy | tests/test_smoke.py:89 |
test_yaml_hazard_recovery |
software | healthy | tests/test_smoke.py:121 |
test_partition_model |
software | healthy | tests/test_smoke.py:145 |
main |
software | healthy | scripts/run_audit.py:34 |
discovery_instructions |
software | healthy | src/audit/prompts.py:80 |
prioritization_instructions |
software | healthy | src/audit/prompts.py:119 |
security_worker_instructions |
software | healthy | src/audit/prompts.py:135 |
architecture_worker_instructions |
software | dead | src/audit/prompts.py:178 |
consolidation_sections_instructions |
software | healthy | src/audit/prompts.py:204 |
comparison_instructions |
software | healthy | src/audit/prompts.py:232 |
compute_score |
software | healthy | src/audit/findings.py:35 |
severity_rank |
software | healthy | src/audit/findings.py:47 |
_extract_yaml_docs |
software | healthy | src/audit/findings.py:52 |
_repair_doc |
software | healthy | src/audit/findings.py:67 |
_split_docs |
software | healthy | src/audit/findings.py:82 |
_load_one |
software | healthy | src/audit/findings.py:97 |
parse_findings |
software | healthy | src/audit/findings.py:109 |
__init__ |
software | healthy | src/audit/findings.py:126 |
_load |
software | healthy | src/audit/findings.py:135 |
_next_id |
software | healthy | src/audit/findings.py:147 |
add |
software | healthy | src/audit/findings.py:151 |
add_many |
software | healthy | src/audit/findings.py:166 |
sorted_findings |
software | healthy | src/audit/findings.py:169 |
save |
software | healthy | src/audit/findings.py:175 |
counts_by_severity |
software | healthy | src/audit/findings.py:190 |
by_threat_match |
software | healthy | src/audit/findings.py:198 |
ascii_normalize |
software | healthy | src/audit/render.py:29 |
md_to_html |
software | healthy | src/audit/render.py:35 |
inline |
software | healthy | src/audit/render.py:41 |
flush_table |
software | healthy | src/audit/render.py:51 |
_sev_badge |
software | healthy | src/audit/render.py:150 |
_sev_cards |
software | healthy | src/audit/render.py:156 |
_page |
software | healthy | src/audit/render.py:167 |
_finding_entry |
software | healthy | src/audit/render.py:185 |
render_consolidated_report |
software | healthy | src/audit/render.py:206 |
render_executive_briefing |
software | healthy | src/audit/render.py:234 |
render_comparison_html |
software | healthy | src/audit/render.py:257 |
detect_coordination_mode |
software | healthy | src/audit/executor.py:41 |
__init__ |
software | healthy | src/audit/executor.py:53 |
_bar |
software | healthy | src/audit/executor.py:80 |
_call |
software | healthy | src/audit/executor.py:83 |
_write |
software | healthy | src/audit/executor.py:99 |
_read |
software | healthy | src/audit/executor.py:105 |
_read_tm |
software | healthy | src/audit/executor.py:109 |
_tm_threat_sections |
software | healthy | src/audit/executor.py:115 |
_tm_state_timestamp |
software | healthy | src/audit/executor.py:145 |
_mask_secret |
software | healthy | src/audit/executor.py:164 |
_redact_secrets |
software | healthy | src/audit/executor.py:168 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
.env.example |
software | healthy | .env.example |
requirements.txt |
software | healthy | requirements.txt |
PLAN.md |
software | healthy | PLAN.md |
test_smoke.py |
software | healthy | tests/test_smoke.py |
run_audit.py |
software | healthy | scripts/run_audit.py |
__init__.py |
software | healthy | src/audit/__init__.py |
prompts.py |
software | healthy | src/audit/prompts.py |
findings.py |
software | healthy | src/audit/findings.py |
render.py |
software | healthy | src/audit/render.py |
executor.py |
software | healthy | src/audit/executor.py |
models.py |
software | healthy | src/audit/models.py |
providers.py |
software | healthy | src/audit/providers.py |
| Label | Layer | Status | Path |
|---|---|---|---|
FindingsRegistry |
software | healthy | src/audit/findings.py:123 |
AuditExecutor |
software | healthy | src/audit/executor.py:52 |
PhaseKind |
software | healthy | src/audit/models.py:8 |
Partition |
software | healthy | src/audit/models.py:27 |
ModelRouter |
software | healthy | src/audit/providers.py:86 |
CostMeter |
software | healthy | src/audit/providers.py:103 |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
scripts |
software | healthy | scripts |
src |
software | healthy | src |
audit |
software | healthy | src/audit |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-v0_zudpz |
software | healthy | /tmp/repobility-clone-v0_zudpz |
This page is publicly accessible at:
https://repobility.com/scan/3c4dbe3e-ca59-4ad2-bb35-410587523de5/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/3c4dbe3e-ca59-4ad2-bb35-410587523de5/
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.