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.

ViktorBarzin/infra

https://github.com/ViktorBarzin/infra · scanned 2026-06-16 00:50 UTC (2 months, 1 week ago)

164 raw signals (0 security + 164 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 135 actionable findings from 1 signal source. 29 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 49.6/100 with 100.0% coverage. It contains 2935 nodes across 15 cross-layer flows, written primarily in mixed languages. Engine surfaced 164 findings — concentrated in quality (57), software (28), security (23). Risk profile is high: 1 critical, 12 high, 58 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 124 of 135 actionable findings. 164 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 System graph security Secrets conf 1.00 Possible secret in scripts/cluster_healthcheck.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/cluster_healthcheck.sh:771
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/archived/fastapi-svelte-gpu-webui/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/archived/fastapi-svelte-gpu-webui/SKILL.md:260 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/archived/ingress-factory-migration/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/archived/ingress-factory-migration/SKILL.md:42 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/archived/music-assistant-librespot-wrong-account/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/archived/music-assistant-librespot-wrong-account/SKILL.md:71 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/archived/proxmox-vm-disk-expansion-pitfalls/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/archived/proxmox-vm-disk-expansion-pitfalls/SKILL.md:2 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/setup-project/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/setup-project/SKILL.md:156 SecretsClaude instruction
high System graph security auth conf 1.00 FastAPI DELETE `delete_job` without auth dependency — stacks/ytdlp/yt-highlights/app/main.py:1069
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
stacks/ytdlp/yt-highlights/app/main.py:1069 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_channel` without auth dependency — stacks/ytdlp/yt-highlights/app/main.py:1160
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
stacks/ytdlp/yt-highlights/app/main.py:1160 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_channel` without auth dependency — stacks/ytdlp/yt-highlights/app/main.py:1126
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
stacks/ytdlp/yt-highlights/app/main.py:1126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `auto_process` without auth dependency — stacks/ytdlp/yt-highlights/app/main.py:1275
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
stacks/ytdlp/yt-highlights/app/main.py:1275 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `check_new_videos` without auth dependency — stacks/ytdlp/yt-highlights/app/main.py:1205
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
stacks/ytdlp/yt-highlights/app/main.py:1205 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `migrate_channels` without auth dependency — stacks/ytdlp/yt-highlights/app/main.py:1172
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
stacks/ytdlp/yt-highlights/app/main.py:1172 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `process` without auth dependency — stacks/ytdlp/yt-highlights/app/main.py:1019
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
stacks/ytdlp/yt-highlights/app/main.py:1019 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — stacks/rybbit/worker/index.js:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/post-mortem.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/agents/post-mortem.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/sev-historian.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/agents/sev-historian.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/sev-report-writer.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/agents/sev-report-writer.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/agents/sev-triage.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/agents/sev-triage.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/kubectl.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/kubectl.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/list-services.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/list-services.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/tf-apply.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/tf-apply.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/tf-plan.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/tf-plan.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/reference/github-api.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/reference/github-api.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/disk-wear/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/disk-wear/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/post-mortem/skill.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/post-mortem/skill.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/uptime-kuma/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/uptime-kuma/SKILL.md VerificationClaude instruction
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: .claude/skills/archived/openclaw-k8s-deployment/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
.claude/skills/archived/openclaw-k8s-deployment/SKILL.md:191 Supply chainClaude instruction
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: alpine:latest
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
stacks/excalidraw/project/Dockerfile:9 containersPinned dependencies
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: crazymax/diun:latest
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
stacks/diun/Dockerfile:1 containersPinned dependencies
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: ubuntu
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
stacks/nvidia/modules/nvidia/Dockerfile:2 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: ci/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: stacks/chrome-service/files/novnc/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: stacks/diun/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: stacks/excalidraw/project/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: stacks/k8s-portal/modules/k8s-portal/files/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: stacks/monitoring/modules/monitoring/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: stacks/nvidia/modules/nvidia/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: stacks/ytdlp/yt-highlights/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 6 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.
6 files, 6 locations
.github/workflows/build-android-emulator.yml
.github/workflows/build-chrome-service-novnc.yml
.github/workflows/build-cli.yml
.github/workflows/build-infra-ci.yml
.github/workflows/build-k8s-portal.yml
.github/workflows/deploy-postmortems.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/frigate-bulk-classify.js:462
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/frigate-bulk-classify.js:462 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in stacks/excalidraw/project/main.go:378
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
stacks/excalidraw/project/main.go:378 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in stacks/excalidraw/project/static/editor.html:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
stacks/excalidraw/project/static/editor.html:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in stacks/status-page/index.html:223
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
stacks/status-page/index.html:223 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in stacks/ytdlp/yt-highlights/app/static/index.html:390
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
stacks/ytdlp/yt-highlights/app/static/index.html:390 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in stacks/t3-afk/files/dispatcher.js:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
stacks/t3-afk/files/dispatcher.js:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in .claude/skills/archived/coturn-k8s-without-hostnetwork/SKILL.md:10
Found a known-risky pattern (weak_hash). Review and replace if possible.
.claude/skills/archived/coturn-k8s-without-hostnetwork/SKILL.md:10 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in stacks/monitoring/modules/monitoring/ups_snmp_values.yaml:6
Found a known-risky pattern (weak_hash). Review and replace if possible.
stacks/monitoring/modules/monitoring/ups_snmp_values.yaml:6 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — stacks/servarr/mam-farming/files/freeleech-grabber.py:231
`requests.post(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — stacks/ytdlp/yt-highlights/app/main.py:338
`requests.post(...)` 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 network Security conf 1.00 Privileged port 1 in use
Port 1 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/vzdump-vms.sh Ports
medium System graph network Security conf 1.00 Privileged port 10 in use
Port 10 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/node_registry_manager.sh Ports
medium System graph network Security conf 1.00 Privileged port 11 in use
Port 11 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
stacks/monitoring/modules/monitoring/dashboards/ups-prometheus-metrics.yml Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/upgrade_state.sh Ports
medium System graph network Security conf 1.00 Privileged port 120 in use
Port 120 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/apply-mbps-caps.sh Ports
medium System graph network Security conf 1.00 Privileged port 150 in use
Port 150 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/apply-mbps-caps.sh Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/t3-backup-state.sh Ports
medium System graph network Security conf 1.00 Privileged port 40 in use
Port 40 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/apply-mbps-caps.sh Ports
medium System graph network Security conf 1.00 Privileged port 44 in use
Port 44 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/cluster_healthcheck.sh Ports
medium System graph network Security conf 1.00 Privileged port 60 in use
Port 60 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/apply-mbps-caps.sh Ports
medium System graph network Security conf 1.00 Privileged port 730 in use
Port 730 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/cluster_healthcheck.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
3 test file(s) for 52 source file(s) (ratio 0.06). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 340 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: alpine:3.20
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
ci/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: docker.io/library/ubuntu:24.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
stacks/chrome-service/files/novnc/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: eclipse-temurin:17-jdk-jammy
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
stacks/android-emulator/docker/Dockerfile:9 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: golang:1.21-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
stacks/excalidraw/project/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: golang:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
cli/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: golang:rc-bullseye
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 3, 21
stacks/monitoring/modules/monitoring/Dockerfile:3, 21 (2 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: node:22-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 1, 7
stacks/k8s-portal/modules/k8s-portal/files/Dockerfile:1, 7 (2 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nvidia/cuda:12.6.3-cudnn-runtime-ubuntu22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
stacks/ytdlp/yt-highlights/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/deploy-pages@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy-postmortems.yml:32 CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: stacks/openclaw/files/exporter.py:do_GET, stacks/kms/files/slack-notifier.py:do_GET 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.
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: .claude/pfsense.py:cmd_services, .claude/pfsense.py:cmd_service, .claude/pfsense.py:cmd_snort 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 separ…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: .claude/home-assistant.py:get_states, .claude/home-assistant.py:get_state, .claude/home-assistant-sofia.py:get_states, .claude/home-assistant-sofia.py:get_state This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https:…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `api_v1` in scripts/cluster_manager.py:96
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 `cmd_backup` in .claude/pfsense.py:222
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 `stalled_old` in stacks/servarr/mam-farming/files/mam-farming-janitor.py:33
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 cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
stacks/k8s-portal/modules/k8s-portal/files/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_alias
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:138
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_aliases
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:134
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_arp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:170
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_dhcp_leases
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:151
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_gateways
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:118
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_interfaces
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:99
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_nat
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_routes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_rules
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:122
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_service
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:192
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_services
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:178
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_states
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:142
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_states_top
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:146
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.claude/pfsense.py:66
low System graph software Dead code conf 1.00 6 occurrences Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
6 files, 6 locations
stacks/android-emulator/gate.py:80
stacks/chrome-service/files/snapshot_server.py:35
stacks/kms/files/diag-collector.py:27
stacks/kms/files/slack-notifier.py:214
stacks/openclaw/files/exporter.py:225
stacks/poison-fountain/app/server.py:90
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/kms/files/diag-collector.py:11
low System graph software Dead code conf 1.00 Possibly dead Python function: download_audio
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/ytdlp/yt-highlights/app/main.py:455
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_highlights
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/ytdlp/yt-highlights/app/main.py:536
low System graph software Dead code conf 1.00 Possibly dead Python function: pipe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/chrome-service/files/cdp_bridge.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/t3code/probe.py:95
low System graph software Dead code conf 1.00 Possibly dead Python function: start_metrics_server
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/kms/files/slack-notifier.py:236
low System graph software Dead code conf 1.00 Possibly dead Python function: transcribe_audio
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/ytdlp/yt-highlights/app/main.py:493
low System graph software Dead code conf 1.00 Possibly dead Python function: worker_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
stacks/ytdlp/yt-highlights/app/main.py:917
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/frigate-bulk-classify.js:29
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — stacks/t3-afk/files/dispatcher.js:135
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `cli` (body is just `pass`/`return`) — scripts/cluster_manager.py:152
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 `close` (body is just `pass`/`return`) — stacks/t3code/probe.py:83
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 `log_message` (body is just `pass`/`return`) — stacks/kms/files/diag-collector.py:29
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 `log_message` (body is just `pass`/`return`) — stacks/kms/files/slack-notifier.py:232
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 `log_message` (body is just `pass`/`return`) — stacks/openclaw/files/exporter.py:254
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /channels/{channel_id}
`stacks/ytdlp/yt-highlights/app/main.py` declares `DELETE /channels/{channel_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /jobs/{job_id}
`stacks/ytdlp/yt-highlights/app/main.py` declares `DELETE /jobs/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`stacks/ytdlp/yt-highlights/app/main.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /channels
`stacks/ytdlp/yt-highlights/app/main.py` declares `GET /channels` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /jobs
`stacks/ytdlp/yt-highlights/app/main.py` declares `GET /jobs` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /processed
`stacks/ytdlp/yt-highlights/app/main.py` declares `GET /processed` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /results/{job_id}
`stacks/ytdlp/yt-highlights/app/main.py` declares `GET /results/{job_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auto-process
`stacks/ytdlp/yt-highlights/app/main.py` declares `POST /auto-process` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /channels
`stacks/ytdlp/yt-highlights/app/main.py` declares `POST /channels` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /channels/migrate
`stacks/ytdlp/yt-highlights/app/main.py` declares `POST /channels/migrate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /check-new
`stacks/ytdlp/yt-highlights/app/main.py` declares `POST /check-new` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /process
`stacks/ytdlp/yt-highlights/app/main.py` declares `POST /process` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: scripts/cluster_healthcheck.sh (3263 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/602b10ae-abde-4c28-aad3-6edb74a28ecc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/602b10ae-abde-4c28-aad3-6edb74a28ecc/

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.