Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
96 of your 125 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 2.14s · analysis 7.24s · 2.3 MB · GitHub API rate-limit (preflight)

aleksul/repid

https://github.com/aleksul/repid · scanned 2026-06-05 12:49 UTC (5 days, 9 hours ago) · 10 languages

252 raw signals (120 security + 132 graph) 76th percentile · Python · medium (20-100K LoC) System graph score 92 (lower by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 9 hours ago · v2 · 76 actionable findings from 2 signal sources. 109 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 75.0 0.15 11.25
security_score 81.0 0.25 20.25
testing_score 100.0 0.20 20.00
documentation_score 66.0 0.15 9.90
practices_score 84.0 0.15 12.60
code_quality 45.0 0.10 4.50
Overall 1.00 78.5
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B+ (78/100). Dimensions: security 81, maintainability 75. 120 findings (26 security). 42,047 lines analyzed.

Showing 32 of 76 actionable findings. 185 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks security secrets conf 0.95 Discovered a potential basic authorization token provided in a curl command, which could compromise the curl accessed resource.
Gitleaks detected a committed secret or credential pattern.
docs/cookbook/rabbitmq_retries.md:136
high Security checks quality Quality conf 1.00 ✓ Repobility Missing import: `queue` used but not imported
The file uses `queue.something(...)` but never imports `queue`. This raises NameError at runtime the first time the line executes.
repid/connections/in_memory/message_broker.py:255
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences `self.start` used but never assigned in __init__
Method `__aenter__` of class `AsyncAPIServer` reads `self.start`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
5 files, 25 locations
repid/converter.py:227, 506, 507, 517, 518, 520, 523, 534, +3 more (11 hits)
repid/asyncapi_server.py:72, 81, 91, 100, 102, 103 (6 hits)
repid/health_check_server.py:40, 72, 81, 83 (4 hits)
repid/router.py:149, 670 (2 hits)
repid/server_registry.py:57, 82 (2 hits)
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 21 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v6` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
6 files, 21 locations
.github/workflows/tests.yaml:29, 49, 63, 69, 113 (9 hits)
.github/workflows/dependency-review.yml:19, 28 (4 hits)
.github/workflows/codeql.yml:41 (2 hits)
.github/workflows/docs.yml:14 (2 hits)
.github/workflows/mypy.yml:15 (2 hits)
.github/workflows/release.yaml:18 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 22 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `github/codeql-action/init` pinned to mutable ref `@v4` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
6 files, 22 locations
.github/workflows/codeql.yml:45, 58, 71 (6 hits)
.github/workflows/tests.yaml:32, 66, 93 (6 hits)
.github/workflows/mypy.yml:18, 24 (4 hits)
.github/workflows/dependency-review.yml:22 (2 hits)
.github/workflows/docs.yml:24 (2 hits)
.github/workflows/release.yaml:23 (2 hits)
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.90 ✓ Repobility 4 occurrences pre-commit hook `https://github.com/pre-commit/pre-commit-hooks` pinned to mutable rev `v6.0.0`
`.pre-commit-config.yaml` references `https://github.com/pre-commit/pre-commit-hooks` at `rev: v6.0.0`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine.
lines 8, 20, 27, 33
.pre-commit-config.yaml:8, 20, 27, 33 (4 hits)
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yaml CI/CD securitySupply chainGithub actions
low Security checks quality Quality conf 0.60 17 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
8 files, 17 locations
repid/connections/sqs/message_broker.py:74, 77, 89, 98 (4 hits)
repid/connections/nats/message_broker.py:285, 288, 300 (3 hits)
repid/connections/redis/message_broker.py:596, 618, 666 (3 hits)
repid/connections/kafka/message_broker.py:86, 101 (2 hits)
repid/connections/pubsub/message_broker.py:147, 169 (2 hits)
repid/connections/in_memory/message_broker.py:248
repid/dependencies/message_dependency.py:18
tests/unit/amqp/utils.py:20
duplicationquality
low Security checks software dependencies conf 0.88 pygments: GHSA-5239-wwwm-4pmq
Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching
uv.lock
low System graph software Dead code candidate conf 1.00 File has no detected symbols: repid/asyncapi/models/common/reference.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: repid/connections/amqp/_uamqp/constants.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: repid/connections/sqs/constants.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: repid/logger.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: repid/router.py:actors, repid/router.py:actor, repid/router.py:actor, repid/router.py:actor This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separat…
duplicatesduplication
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: repid/router.py:strategy, repid/router.py:strategy This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: repid/main.py:send_message, repid/main.py:send_message, repid/main.py:send_message This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: repid/converter.py:convert_inputs, repid/converter.py:convert_inputs, repid/converter.py:convert_inputs, repid/converter.py:convert_inputs This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygien…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: repid/connections/abc.py:publish, repid/connections/amqp/message_broker.py:publish, repid/connections/redis/message_broker.py:publish, repid/connections/sqs/message_broker.py:publish This is *the* AI-coder failure mode (4× more duplication in vibe-co…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `my_actor_v1` in tests/unit/test_asyncapi_generator.py:1707
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: connection_made
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
repid/asyncapi_server.py:90
low System graph software Dead code conf 1.00 Possibly dead Python function: connection_made
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
repid/health_check_server.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: data_received
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
repid/asyncapi_server.py:93
low System graph software Dead code conf 1.00 Possibly dead Python function: data_received
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
repid/health_check_server.py:74
low System graph quality Integrity conf 1.00 Stub function `keep_alive_interval` (body is just `pass`/`return`) — repid/connections/amqp/helpers.py:102
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `keep_alive_interval` (body is just `pass`/`return`) — repid/connections/in_memory/message_broker.py:101
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `pathname` (body is just `pass`/`return`) — repid/connections/kafka/message_broker.py:101
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `pathname` (body is just `pass`/`return`) — repid/connections/nats/message_broker.py:339
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `pathname` (body is just `pass`/`return`) — repid/connections/sqs/message_broker.py:93
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reply_to` (body is just `pass`/`return`) — repid/connections/kafka/message.py:55
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `reply_to` (body is just `pass`/`return`) — repid/connections/sqs/message.py:81
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: tests/unit/amqp/test_connection.py (1814 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/unit/test_asyncapi_generator.py (1785 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/9f0a47b3-b9a4-4cb2-8a3d-b06ebd0cab4d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9f0a47b3-b9a4-4cb2-8a3d-b06ebd0cab4d/

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.