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.

vencil/Dynamic-Alerting-Integrations

https://github.com/vencil/Dynamic-Alerting-Integrations · scanned 2026-06-16 00:48 UTC (2 months, 1 week ago)

433 raw signals (0 security + 433 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 278 actionable findings from 1 signal source. 155 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 48.7/100 with 88.9% coverage. It contains 12500 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 433 findings — concentrated in quality (192), cicd (139), network (59). Risk profile is high: 4 critical, 3 high, 108 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 140 of 278 actionable findings. 433 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 3 occurrences Possible secret in scripts/run_load.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 258, 271, 287
scripts/run_load.sh:258, 271, 287 (3 hits)
critical System graph security Secrets conf 1.00 Possible secret in tools/portal/src/interactive/tools/operator-setup-wizard/utils/generators.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
tools/portal/src/interactive/tools/operator-setup-wizard/utils/generators.js:65
high System graph security security conf 1.00 Insecure pattern 'eval_used' in components/threshold-exporter/app/pkg/config/custom_alert.go:76
Found a known-risky pattern (eval_used). Review and replace if possible.
components/threshold-exporter/app/pkg/config/custom_alert.go:76 Eval used
high System graph cicd CI/CD security conf 1.00 pull_request_target workflow appears to check out untrusted PR code
pull_request_target runs with base-repo privileges. Checking out PR head code in that context can expose repository tokens or secrets to attacker-controlled code.
.github/workflows/bench-gate-pr.yaml CI/CD securitySupply chainGithub actions
high System graph cicd CI/CD security conf 1.00 pull_request_target workflow appears to check out untrusted PR code
pull_request_target runs with base-repo privileges. Checking out PR head code in that context can expose repository tokens or secrets to attacker-controlled code.
.github/workflows/secret-scan.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/portal/src/interactive/tools/recipe-builder.jsx:198
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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/portal/src/interactive/tools/tenant-manager/components/CustomAlertsModal.jsx:24
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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/portal/src/interactive/tools/tenant-manager/hooks/useTenantData.js:194
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 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 Security conf 1.00 Dockerfile runs as root: components/da-portal/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: components/threshold-exporter/app/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: tests/e2e-bench/driver/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: tests/e2e-bench/receiver/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 26 occurrences GitHub Action is tag-pinned rather than SHA-pinned
marocchino/sticky-pull-request-comment@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
5 files, 26 locations
.github/workflows/release.yaml:64, 72, 74, 77, 107, 121, 176, 198, +11 more (19 hits)
.github/workflows/component-docker-build.yaml:80, 111, 121 (3 hits)
.github/workflows/ci.yml:266, 317 (2 hits)
.github/workflows/backtest.yaml:54
.github/workflows/secret-scan.yml:164
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 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.
3 files, 3 locations
.github/workflows/mkdocs-deploy.yaml
.github/workflows/release-attach-bench-baseline.yaml
.github/workflows/release.yaml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in components/tenant-api/internal/ws/hub.go:242
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
components/tenant-api/internal/ws/hub.go:242 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/assets/jsx-loader.html:595
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/assets/jsx-loader.html:595 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/interactive/index.html:1097
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/interactive/index.html:1097 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in Makefile:779
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
Makefile:779 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/ops/dx_run.py:147
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/tools/_lib_godispatch.py:264
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/tools/dx/analyze_bench_history.py:809
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/tools/dx/generate_tool_map.py:216
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/tools/lint/check_open_encoding.py:118
`urllib.request.urlopen(...)` 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 — scripts/tools/lint/check_subprocess_timeout.py:38
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/tools/lint/validate_mermaid.py:375
`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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 234 placeholder/mock markers across 68 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
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.
docs/api/threshold-exporter-openapi.yaml 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.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml 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.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml 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/demo-showcase.sh 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.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 14 in use
Port 14 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/api/threshold-exporter-openapi.yaml Ports
medium System graph network Security conf 1.00 Privileged port 14 in use
Port 14 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/api/threshold-exporter-openapi.yaml Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 17 in use
Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/api/threshold-exporter-openapi.yaml Ports
medium System graph network Security conf 1.00 Privileged port 17 in use
Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 18 in use
Port 18 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 19 in use
Port 19 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 2 in use
Port 2 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/api/threshold-exporter-openapi.yaml Ports
medium System graph network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 23 in use
Port 23 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 233 in use
Port 233 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/playwright.yml Ports
medium System graph network Security conf 1.00 Privileged port 24 in use
Port 24 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 26 in use
Port 26 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 27 in use
Port 27 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 28 in use
Port 28 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 29 in use
Port 29 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml 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.
docs/api/threshold-exporter-openapi.yaml 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.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 31 in use
Port 31 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 32 in use
Port 32 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 33 in use
Port 33 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 34 in use
Port 34 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 35 in use
Port 35 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 36 in use
Port 36 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 37 in use
Port 37 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 38 in use
Port 38 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 39 in use
Port 39 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 4 in use
Port 4 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/api/threshold-exporter-openapi.yaml 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.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 41 in use
Port 41 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 42 in use
Port 42 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 43 in use
Port 43 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml 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.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 45 in use
Port 45 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 46 in use
Port 46 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 47 in use
Port 47 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 48 in use
Port 48 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 49 in use
Port 49 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 51 in use
Port 51 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 52 in use
Port 52 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 54 in use
Port 54 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 55 in use
Port 55 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 56 in use
Port 56 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 57 in use
Port 57 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 58 in use
Port 58 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 59 in use
Port 59 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 6 in use
Port 6 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/demo-showcase.sh Ports
medium System graph network Security conf 1.00 Privileged port 70 in use
Port 70 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
components/da-tools/app/examples/cardinality-demo/conf.d/over-budget-tenant.yaml Ports
medium System graph network Security conf 1.00 Privileged port 9 in use
Port 9 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docs/api/threshold-exporter-openapi.yaml Ports
low System graph quality Integrity conf 1.00 14 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `BYPASS_DIST_CHECK`, `CLAUDE_SESSION`, `CLAUDE_SESSION_ID`, `DX_CONTAINER`, `DX_WORKSPACE`, `GITHUB_ACTIONS`, `GITHUB_BASE_REF`, `LANG` + 6 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Maintenance conf 1.00 63 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 2489 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.22
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
components/tenant-api/Dockerfile:44 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: alpine:3.23.4
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 18, 30
helm/federation-gateway/audit-sidecar/Dockerfile:18, 30 (2 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: gcr.io/distroless/static-debian12:nonroot
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
components/threshold-exporter/app/Dockerfile:19 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: golang:1.26.4-alpine3.22
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
components/tenant-api/Dockerfile:17 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: golang:1.26.4-alpine3.22
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
components/threshold-exporter/app/Dockerfile:4 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nginx:1.30-alpine3.23
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
components/da-portal/Dockerfile:15 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: python:3.13.13-alpine3.22
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
2 files, 3 locations
components/da-tools/app/Dockerfile:1, 19 (2 hits)
tests/e2e-bench/driver/Dockerfile:5
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 108 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 85 locations
.github/workflows/docs-ci.yaml:44, 47, 56, 68, 73, 97, 100, 105, +12 more (20 hits)
.github/workflows/ci.yml:19, 30, 35, 142, 145, 150, 258, 261, +10 more (18 hits)
.github/workflows/nightly-mutation-pilot.yaml:50, 53, 95, 107, 110, 115, 120, 149 (8 hits)
.github/workflows/bench-record.yaml:44, 47, 52, 90, 121, 124 (6 hits)
.github/workflows/playwright.yml:61, 72, 87, 148, 156, 164 (6 hits)
.github/workflows/weekly-fuzz.yaml:53, 56, 61, 75, 126 (5 hits)
.github/workflows/bench-gate-pr.yaml:132, 186, 191, 202 (4 hits)
.github/workflows/blast-radius.yml:31, 36, 113, 146 (4 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — tools/portal/src/interactive/tools/tenant-manager/components/CustomAlertsModal.jsx:185
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'document_write' in docs/assets/jsx-loader.html:56
Found a known-risky pattern (document_write). Review and replace if possible.
docs/assets/jsx-loader.html:56 Document write
low System graph quality Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/ops/fuse_plumbing_commit.py:plumbing_commit, scripts/ops/fuse_plumbing_commit.py:normal_commit 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…
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 5 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/tools/dx/bump_playbook_versions.py:find_repo_root, scripts/tools/lint/check_path_metadata_consistency.py:find_repo_root, scripts/tools/lint/check_bat_ascii_purity.py:find_repo_root This is *the* AI-coder failure mode (4× more duplication in v…
5 occurrences
repo-level (5 hits)
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: scripts/tools/lint/check_k8s_manifests.py:main, scripts/tools/lint/check_iac_vibe_rules.py:main, scripts/tools/lint/check_helm_values_secrets.py:main, scripts/tools/lint/check_iac_helm.py:main This is *the* AI-coder failure mode (4× more duplication …
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: scripts/tools/lint/check_playwright_rtl_drift.py:render, scripts/tools/lint/check_changelog_no_tbd.py:render, scripts/tools/lint/check_undefined_tokens.py:render, scripts/tools/lint/check_jsx_loader_compat.py:render This is *the* AI-coder failure mod…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_fix_working_copy` in scripts/tools/lint/check_head_blob_hygiene.py:354
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 `another_legacy` in tests/lint/test_check_metric_dictionary.py:62
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 `exec_time_ms_legacy` in tests/shared/test_helm_chart_log_aggregation.py:427
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 `generate_synthetic_v2` in scripts/tools/dx/generate_tenant_fixture.py:428
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 `generate_synthetic_v2` in tests/dx/test_generate_tenant_fixture.py:104
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 `group_v1` in scripts/tools/ops/rule_pack_diff.py:310
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 `has_legacy` in scripts/tools/ops/_grar_validate.py:145
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 `patch_legacy` in scripts/tools/ops/patch_config.py:58
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 `patch_legacy` in tests/ops/test_patch_config.py:9
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 `script_copy` in tests/ops/test_git_check_lock.py:90
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 `test_operator_generate_v2` in tests/ops/test_operator_generate_v2.py:1
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 `test_replace_is_used_not_copy` in tests/dx/test_atomic_write.py:162
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 `test_root_readme_pair_legacy` in tests/lint/test_check_bilingual_structure.py:404
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 `test_snapshot_v2` in tests/lint/test_snapshot_v2.py:2
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 `unique_old` in scripts/tools/dx/bump_docs.py:1041
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: add_ci_arg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/_lib_io.py:203
low System graph software Dead code conf 1.00 Possibly dead Python function: add_config_dir_arg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/_lib_io.py:178
low System graph software Dead code conf 1.00 Possibly dead Python function: add_json_arg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/_lib_io.py:194
low System graph software Dead code conf 1.00 Possibly dead Python function: add_prometheus_arg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/_lib_io.py:212
low System graph software Dead code conf 1.00 Possibly dead Python function: count_recipes_per_tenant
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/dx/custom_alerts/loader.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: git_log
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/dx/scan_component_health.py:103
low System graph software Dead code conf 1.00 Possibly dead Python function: known_recipes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/dx/custom_alerts/shape.py:419
low System graph software Dead code conf 1.00 Possibly dead Python function: prompt_choice
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/ops/scaffold_tenant.py:408
low System graph software Dead code conf 1.00 Possibly dead Python function: query_prometheus_instant
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/_lib_prometheus.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: read_da_tools_version
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/_lib_versions.py:51
low System graph software Dead code conf 1.00 Possibly dead Python function: render_configmap
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/tools/dx/generate_rulepack_configmaps.py:91
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 — tests/e2e/operator-setup-wizard.spec.ts:244
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 Complexity conf 1.00 Very large file: components/tenant-api/docs/docs.go (2175 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/tools/dx/bump_docs.py (1590 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/tools/dx/pr_preflight.py (1394 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/tools/ops/init_project.py (1460 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/tools/ops/migrate_rule.py (1240 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/tools/ops/scaffold_tenant.py (1166 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/ops/test_generate_alertmanager_routes.py (1849 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/ops/test_init_project.py (1496 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/shared/test_property_tools.py (2077 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/b8ba2bce-8793-4c01-84b7-01d56075f66a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b8ba2bce-8793-4c01-84b7-01d56075f66a/

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.