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.
40 of your 77 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 1.63s · analysis 4.84s · 2.2 MB · GitHub preflight 417ms

justoneapi/justoneapi-python

https://github.com/justoneapi/justoneapi-python · scanned 2026-06-05 17:16 UTC (4 days, 21 hours ago) · 10 languages

272 raw signals (62 security + 210 graph) 46th percentile · Python · small (2-20K LoC) System graph score 85 (lower by 20)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 21 hours ago · v2 · 99 actionable findings from 2 signal sources. 68 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 55.0 0.25 13.75
testing_score 49.0 0.20 9.80
documentation_score 77.0 0.15 11.55
practices_score 72.0 0.15 10.80
code_quality 80.0 0.10 8.00
Overall 1.00 65.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (65/100). Dimensions: security 55, maintainability 75. 62 findings (27 security). 7,280 lines analyzed.

Showing 64 of 99 actionable findings. 167 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 6 occurrences Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
lines 3, 21, 31, 41, 53, 817
i18n-cache.json:3, 21, 31, 41, 53, 817 (6 hits)
critical Security checks security secrets conf 0.95 2 occurrences Discovered a Facebook Application secret, posing a risk of unauthorized access to Facebook accounts and personal data exposure.
Gitleaks detected a committed secret or credential pattern.
lines 27, 1113
i18n-cache.json:27, 1113 (2 hits)
high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences `self._clean_params` used but never assigned in __init__
Method `get` of class `Transport` reads `self._clean_params`, 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.
2 files, 3 locations
justoneapi/_transport.py:40, 63 (2 hits)
justoneapi/client.py:38
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `pypa/gh-action-pypi-publish` pinned to mutable ref `@release/v1` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
2 files, 6 locations
.github/workflows/release.yml:89, 94 (4 hits)
.github/workflows/sync-openapi.yml:48 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 16 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v3` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
5 files, 16 locations
.github/workflows/release.yml:13, 14, 69, 83 (6 hits)
.github/workflows/sync-readme-openapi.yml:22, 27 (4 hits)
.github/workflows/auto-commit.yml:20 (2 hits)
.github/workflows/ci.yml:14, 15 (2 hits)
.github/workflows/sync-openapi.yml:17, 18 (2 hits)
CI/CD securitySupply chainGitHub Actions
high System graph security security conf 1.00 Insecure pattern 'exec_used' in .github/workflows/release.yml:38
Found a known-risky pattern (exec_used). Review and replace if possible.
.github/workflows/release.yml:38 Exec used
high Security checks software dependencies conf 0.90 GitHub Action `actions/checkout@v3` is 3 major version(s) behind (latest v6.0.3)
`uses: actions/checkout@v3` is 3 major version(s) behind the latest published release v6.0.3. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/auto-commit.yml:20
high Security checks software dependencies conf 0.90 4 occurrences GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3)
`uses: actions/checkout@v4` is 2 major version(s) behind the latest published release v6.0.3. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
4 files, 4 locations
.github/workflows/ci.yml:14
.github/workflows/release.yml:13
.github/workflows/sync-openapi.yml:17
.github/workflows/sync-readme-openapi.yml:22
high Security checks software dependencies conf 0.90 GitHub Action `actions/download-artifact@v4` is 4 major version(s) behind (latest v8.0.1)
`uses: actions/download-artifact@v4` is 4 major version(s) behind the latest published release v8.0.1. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage…
.github/workflows/release.yml:83
high Security checks software dependencies conf 0.90 GitHub Action `actions/setup-node@v4` is 2 major version(s) behind (latest v6.4.0)
`uses: actions/setup-node@v4` is 2 major version(s) behind the latest published release v6.4.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
.github/workflows/sync-readme-openapi.yml:27
high Security checks software dependencies conf 0.90 3 occurrences GitHub Action `actions/setup-python@v5` is 1 major version(s) behind (latest v6.2.0)
`uses: actions/setup-python@v5` is 1 major version(s) behind the latest published release v6.2.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage for.
3 files, 3 locations
.github/workflows/ci.yml:15
.github/workflows/release.yml:14
.github/workflows/sync-openapi.yml:18
high Security checks software dependencies conf 0.90 GitHub Action `actions/upload-artifact@v4` is 3 major version(s) behind (latest v7.0.1)
`uses: actions/upload-artifact@v4` is 3 major version(s) behind the latest published release v7.0.1. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no coverage f…
.github/workflows/release.yml:69
high Security checks software dependencies conf 0.90 GitHub Action `peter-evans/create-pull-request@v7` is 1 major version(s) behind (latest v8.1.1)
`uses: peter-evans/create-pull-request@v7` is 1 major version(s) behind the latest published release v8.1.1. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no co…
.github/workflows/sync-openapi.yml:48
high Security checks software dependencies conf 0.90 GitHub Action `softprops/action-gh-release@v2` is 1 major version(s) behind (latest v3.0.0)
`uses: softprops/action-gh-release@v2` is 1 major version(s) behind the latest published release v3.0.0. Old action majors run on deprecated runner images / Node versions and miss upstream fixes. This is the exact 'outdated GitHub Action' class Dependabot raises — and which Repobility had no covera…
.github/workflows/release.yml:94
medium System graph cicd CI/CD security conf 1.00 4 occurrences 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.
4 files, 4 locations
.github/workflows/auto-commit.yml
.github/workflows/release.yml
.github/workflows/sync-openapi.yml
.github/workflows/sync-readme-openapi.yml
CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — tools/sdk_codegen.py:431
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). Either auth lives in custom code, in a separate service, or is missing.
auth
low System graph software Dead code candidate conf 1.00 File has no detected symbols: justoneapi/_version.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: justoneapi/config.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: justoneapi/log.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Tests conf 1.00 Low test-to-source ratio
5 tests / 46 src (ratio 0.11).
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 10 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/xiaohongshu.py:get_user_v3, justoneapi/generated/resources/xiaohongshu.py:get_user_v4, justoneapi/generated/resources/toutiao.py:get_user_detail_v1, justoneapi/generated/resources/xiaohongshu_pgy.py:api_solar_cooperator_…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/xiaohongshu_pgy.py:get_kol_info_v1, justoneapi/generated/resources/xiaohongshu_pgy.py:get_kol_fans_portrait_v1, justoneapi/generated/resources/xiaohongshu_pgy.py:get_kol_fans_summary_v1, justoneapi/generated/resources/xi…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 15 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/imdb.py:title_release_expectation_query_v1, justoneapi/generated/resources/imdb.py:title_extended_details_query_v1, justoneapi/generated/resources/imdb.py:title_top_cast_and_crew_v1, justoneapi/generated/resources/imdb.p…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 16 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/field_1688.py:get_item_detail_v1, justoneapi/generated/resources/taobao.py:get_item_detail_v1, justoneapi/generated/resources/taobao.py:get_item_detail_v2, justoneapi/generated/resources/taobao.py:get_item_detail_v4 Thi…
duplicatesduplication
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/xiaohongshu.py:search_note_v2, justoneapi/generated/resources/xiaohongshu.py:search_note_v3 This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate …
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/toutiao.py:get_article_detail_v1, justoneapi/generated/resources/zhihu.py:get_column_article_detail_v1, justoneapi/generated/resources/weibo.py:get_weibo_detail_v1 This is *the* AI-coder failure mode (4× more duplicatio…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/xiaohongshu.py:search_user_v2, justoneapi/generated/resources/kuaishou.py:search_video_v2, justoneapi/generated/resources/kuaishou.py:search_user_v2, justoneapi/generated/resources/youku.py:search_video_v1 This is *the*…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/douyin_xingtu.py:gw_api_data_get_author_hot_comment_tokens_v1, justoneapi/generated/resources/douyin_xingtu.py:gw_api_gauthor_get_author_content_hot_keywords_v1, justoneapi/generated/resources/douyin_xingtu.py:gw_api_gau…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: justoneapi/generated/resources/xiaohongshu.py:get_note_detail_v2, justoneapi/generated/resources/xiaohongshu.py:get_note_detail_v3, justoneapi/generated/resources/xiaohongshu.py:get_note_detail_v4, justoneapi/generated/resources/xiaohongshu.py:get_not…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `api_solar_cooperator_user_blogger_user_id_v1` in justoneapi/generated/resources/xiaohongshu_pgy.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `doubao_answer_v1` in justoneapi/generated/resources/llm.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `ershoufang_detail_v1` in justoneapi/generated/resources/beike.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_article_detail_v1` in justoneapi/generated/resources/toutiao.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_column_article_detail_v1` in justoneapi/generated/resources/zhihu.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_item_detail_v1` in justoneapi/generated/resources/douyin_ec.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_item_detail_v1` in justoneapi/generated/resources/field_1688.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_item_detail_v1` in justoneapi/generated/resources/jd.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_item_detail_v1` in justoneapi/generated/resources/taobao.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_movie_reviews_v1` in justoneapi/generated/resources/douban.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_post_detail_v1` in justoneapi/generated/resources/reddit.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_product_detail_v1` in justoneapi/generated/resources/amazon.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_user_detail_v1` in justoneapi/generated/resources/instagram.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_user_detail_v1` in justoneapi/generated/resources/twitter.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_user_post_v1` in justoneapi/generated/resources/tiktok.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_user_post_v1` in justoneapi/generated/resources/weixin.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_video_detail_v1` in justoneapi/generated/resources/youtube.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_video_detail_v2` in justoneapi/generated/resources/bilibili.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `get_video_detail_v2` in tests/test_integration_smoke.py:24
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 quality Integrity conf 1.00 Old/deprecated-named symbol `gw_api_author_get_author_base_info_v1` in justoneapi/generated/resources/douyin_xingtu.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `hot_search_v1` in justoneapi/generated/resources/xiaohongshu.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `html_v1` in justoneapi/generated/resources/web.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `pydantic_v2` in tools/sdk_codegen.py:443
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_all_v2` in justoneapi/generated/resources/weibo.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_post_v1` in justoneapi/generated/resources/facebook.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_products_v1` in justoneapi/generated/resources/tiktok_shop.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_user_v2` in justoneapi/generated/resources/douyin.py:47
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_v1` in justoneapi/generated/resources/search.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_v1` in tests/test_codegen.py:42
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_v1` in tests/test_generated_surface.py:36
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_v1` in tests/test_runtime.py:43
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_video_v1` in justoneapi/generated/resources/youku.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `search_video_v2` in justoneapi/generated/resources/kuaishou.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `title_release_expectation_query_v1` in justoneapi/generated/resources/imdb.py:12
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
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/0e1c3e52-3878-4d84-84ed-8e43cc36e969/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/0e1c3e52-3878-4d84-84ed-8e43cc36e969/

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.