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.

tjddnr0912/violet_sw

https://github.com/tjddnr0912/violet_sw · scanned 2026-06-16 00:38 UTC (2 months, 2 weeks ago)

156 raw signals (0 security + 156 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 138 actionable findings from 1 signal source. 18 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Agent instruction/config may expose a secret: 007_stock_trade/CLAUDE.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in 007_stock_trade/CLAUDE.md:60; move to env var / secrets manager.
007_stock_trade/CLAUDE.md:60
#2
Agent instruction/config may expose a secret: 008_stock_trade_us/CLAUDE.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in 008_stock_trade_us/CLAUDE.md:40; move to env var / secrets manager.
008_stock_trade_us/CLAUDE.md:40
#3
Agent instruction/config may expose a secret: 006_auto_bot/CLAUDE.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in 006_auto_bot/CLAUDE.md:50; move to env var / secrets manager.
006_auto_bot/CLAUDE.md:50
#4
Agent instruction/config may expose a secret: 005_money/CLAUDE.md
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in 005_money/CLAUDE.md:44; move to env var / secrets manager.
005_money/CLAUDE.md:44
#5
Blocking `time.sleep(...)` inside `async def cmd_screening` — 007_stock_trade/src/telegram/commands/analysis_commands.py:77
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in 007_stock_trade/src/telegram/commands/analysis_commands.py:77 to prevent hung calls.
007_stock_trade/src/telegram/commands/analysis_commands.py:77
#6
Blocking `time.sleep(...)` inside `async def cmd_screening` — 008_stock_trade_us/src/telegram/bot.py:922
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in 008_stock_trade_us/src/telegram/bot.py:922 to prevent hung calls.
008_stock_trade_us/src/telegram/bot.py:922
#7
Privileged port 1 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in 006_auto_bot/run_investment_bot.sh is a real port, change the binding to ≥1024 or run behind a proxy.
006_auto_bot/run_investment_bot.sh
#8
Privileged port 7 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in 006_auto_bot/run_buffett_bot.sh is a real port, change the binding to ≥1024 or run behind a proxy.
006_auto_bot/run_buffett_bot.sh
#9
Privileged port 30 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in 006_auto_bot/run_buffett_bot.sh is a real port, change the binding to ≥1024 or run behind a proxy.
006_auto_bot/run_buffett_bot.sh
#10
Privileged port 10 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in 014_casper/run_casper.sh is a real port, change the binding to ≥1024 or run behind a proxy.
014_casper/run_casper.sh

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/442d0e24-0e61-4063-a859-95ad6669eb8a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/442d0e24-0e61-4063-a859-95ad6669eb8a/

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.