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.

WindriderQc/aiOPs

https://github.com/WindriderQc/aiOPs · scanned 2026-06-16 00:59 UTC (2 months, 1 week ago)

683 raw signals (0 security + 683 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 682 actionable findings from 1 signal source. 1 repeated signal 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: severity: medium × 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 39.1/100 with 100.0% coverage. It contains 8842 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 683 findings — concentrated in api (279), quality (156), security (146). Risk profile is high: 0 critical, 243 high, 202 medium. Recommended next step: open the api layer findings first — that's where the highest-impact wins live.

Showing 200 of 682 actionable findings. 683 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.

medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — mc/src/components/search-modal.tsx:583
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — mc/src/components/ui/chart.tsx:83
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — benchmark/public/js/benchmark-v2/data-management.js:36
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 — benchmark/public/js/benchmark/scoring-profile.js:31
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 — benchmark/public/js/model-profiler/components/readiness-cache.js:12
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 — benchmark/scripts/verify0111LiveBatch.js:60
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 — benchmark/src/services/benchmark/testExecution.js:66
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 — benchmark/src/services/decomposedJudge.js:153
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 — benchmark/src/services/profiler/adaptedModelResolver.js:31
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 — benchmark/src/services/profiler/liveProbeService.js:57
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 — benchmark/src/services/referenceScorer.js:101
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 — benchmark/src/services/scoring/judgeCall.js:287
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 — core/public/js/analytics.js:157
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 — core/public/js/buddy-page.js:289
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 — core/public/js/chat/chat-history.js:108
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 — core/public/js/chat/chat-messaging.js:524
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 — core/public/js/chat/chat-voix.js: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 — core/public/js/cluster-schedule.js:74
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 — core/public/js/components/AgentListView.js:77
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 — core/public/js/components/buddy-page-hooks.js:61
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 — core/public/js/components/buddy.js:220
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 — core/public/js/models-management.js:96
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 — core/public/js/models-recommendations.js:60
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 — core/public/js/models-unified.js:95
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 — core/public/js/performance-baselines.js:178
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 — core/public/js/performance-loadtests.js:204
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 — core/public/js/performance-page.js:335
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 — core/public/js/persona-selector.js:63
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 — core/routes/data-proxy.js:17
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 — core/routes/hermes-openai-proxy.js:378
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 — core/routes/models-unified.js:220
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 — core/routes/ollama-hosts.js:172
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 — core/src/app.js:22
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 — core/src/helpers/promptAnalysis.js:213
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 — core/src/services/modelRouter.js:172
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 — core/src/services/modelSync/syncOrchestrator.js:35
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 — core/src/services/ollamaEnrichmentService.js:32
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 — core/src/services/openclawClient.js:261
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 — core/src/services/roundtable/notifier.js:90
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 — core/src/services/toolExecutor.js:123
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 — mc/src/components/agents-view.tsx:2640
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 — mc/src/components/audio-view.tsx:1301
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 — mc/src/components/chat-view.tsx:1215
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 — mc/src/components/config-editor.tsx:1625
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 — mc/src/components/cron-view.tsx:2424
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 — mc/src/components/docs-view.tsx:430
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 — mc/src/components/header.tsx:433
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 — mc/src/components/heartbeat-manager.tsx:851
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 — mc/src/components/memory-view.tsx:289
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 — mc/src/components/onboarding-wizard.tsx:283
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 — mc/src/components/search-modal.tsx:228
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 — mc/src/components/skills-view.tsx:1601
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 — mc/src/components/subagents-manager-view.tsx:358
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 — mc/src/components/tasks-view.tsx:269
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 — mc/src/components/vector-view.tsx:582
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 — mc/src/lib/google-calendar.ts:80
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 — mc/src/lib/transports/cli-transport.ts:68
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 — mc/src/lib/transports/http-transport.ts:202
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 — rag/public/js/api.js:19
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 — rag/public/js/dashboard.js:107
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 — rag/public/js/documents.js:44
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 — scripts/corpus-runner-0127.js:37
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: AGENTS.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.
AGENTS.md VerificationAgents md
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: benchmark/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: core/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 GitHub Action is tag-pinned rather than SHA-pinned
softprops/action-gh-release@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
mc/.github/workflows/release.yml:23 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
mc/.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mc/src/components/search-modal.tsx:583
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mc/src/components/search-modal.tsx:583 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in mc/src/components/ui/chart.tsx:83
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
mc/src/components/ui/chart.tsx:83 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/action-zone.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/action-zone.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/anomalies.js:159
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/anomalies.js:159 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/batch-card.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/batch-card.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/batch-config.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/batch-config.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/data-management.js:105
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/data-management.js:105 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/event-log.js:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/event-log.js:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/infrastructure.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/infrastructure.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/judge-roster.js:311
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/judge-roster.js:311 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/launch-summary.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/launch-summary.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/live-detail.js:917
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/live-detail.js:917 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark-v2/model-arena.js:512
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/model-arena.js:512 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/benchmark/scoring-profile.js:349
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark/scoring-profile.js:349 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/components/error-banner.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/components/error-banner.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/calibration.js:300
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/calibration.js:300 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/detail-panel.js:881
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/detail-panel.js:881 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/discrimination.js:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/discrimination.js:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/gap-analysis.js:162
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/gap-analysis.js:162 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/hero.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/hero.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/index.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/index.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/judge-roster.js:121
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/judge-roster.js:121 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/judging-config.js:130
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/judging-config.js:130 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/results-ledger.js:111
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/results-ledger.js:111 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/review-queue.js:192
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/review-queue.js:192 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/courthouse-v2/the-bench.js:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/courthouse-v2/the-bench.js:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/efficiency-map/hero-picks.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/efficiency-map/hero-picks.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/efficiency-map/index.js:8
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/efficiency-map/index.js:8 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/efficiency-map/ranked-table.js:101
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/efficiency-map/ranked-table.js:101 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/efficiency-map/scatter-plot.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/efficiency-map/scatter-plot.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/category-map.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/category-map.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/combined-board.js:407
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/combined-board.js:407 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/generalist-board.js:237
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/generalist-board.js:237 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/hero.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/hero.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/index.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/index.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/podium.js:195
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/podium.js:195 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/scoring-system.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/scoring-system.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/leaderboard-v2/unified-board.js:270
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/leaderboard-v2/unified-board.js:270 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/model-profiler/deploy.js:213
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/model-profiler/deploy.js:213 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/model-profiler/hosts.js:461
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/model-profiler/hosts.js:461 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/model-profiler/index.js:152
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/model-profiler/index.js:152 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/model-profiler/models.js:719
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/model-profiler/models.js:719 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/results-explorer-charts.js:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/results-explorer-charts.js:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/results-explorer.js:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/results-explorer.js:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/setup/index.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/setup/index.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in benchmark/public/js/utils/shortcuts-modal.js:30
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
benchmark/public/js/utils/shortcuts-modal.js:30 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/analytics-cost.js:253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/analytics-cost.js:253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/backup.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/backup.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/buddy-explorer.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/buddy-explorer.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/buddy-page.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/buddy-page.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/chat/chat-agents.js:130
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/chat/chat-agents.js:130 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/chat/chat-config.js:540
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/chat/chat-config.js:540 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/chat/chat-history.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/chat/chat-history.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/chat/chat-main.js:184
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/chat/chat-main.js:184 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/chat/chat-messaging.js:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/chat/chat-messaging.js:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/chat/chat-profile.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/chat/chat-profile.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/cluster-schedule-services.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/cluster-schedule-services.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/cluster-schedule.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/cluster-schedule.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/components/AgentListView.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/components/AgentListView.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/components/buddy-minichat.js:90
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/components/buddy-minichat.js:90 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/components/buddy.js:348
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/components/buddy.js:348 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/components/chat-intelligence.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/components/chat-intelligence.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/databases.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/databases.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/docjanitor.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/docjanitor.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/files.js:124
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/files.js:124 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/janitor-profiles.js:65
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/janitor-profiles.js:65 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/janitor.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/janitor.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/live-data-dashboard.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/live-data-dashboard.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/models-comparison.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/models-comparison.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/models-execution-config.js:76
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/models-execution-config.js:76 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/models-recommendations.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/models-recommendations.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/models-unified.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/models-unified.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-alerts.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-alerts.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-cluster.js:652
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-cluster.js:652 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-health.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-health.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-hermes.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-hermes.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-inference-health.js:323
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-inference-health.js:323 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-inference.js:118
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-inference.js:118 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-openclaw.js:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-openclaw.js:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-performance.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-performance.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-rag.js:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-rag.js:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-routing.js:608
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-routing.js:608 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/nerve-center-tasks.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/nerve-center-tasks.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/network.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/network.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/performance-baselines.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/performance-baselines.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/performance-page.js:304
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/performance-page.js:304 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/persona-selector.js:122
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/persona-selector.js:122 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/roundtable.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/roundtable.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/storage.js:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/storage.js:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/utils/dom-utils.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/utils/dom-utils.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/utils/shortcuts-modal.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/utils/shortcuts-modal.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in core/public/js/voice.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
core/public/js/voice.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in rag/public/js/dashboard.js:147
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
rag/public/js/dashboard.js:147 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in rag/public/js/documents.js:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
rag/public/js/documents.js:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in rag/public/js/maintenance.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
rag/public/js/maintenance.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in rag/public/js/search.js:101
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
rag/public/js/search.js:101 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in rag/public/js/upload.js:228
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
rag/public/js/upload.js:228 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in benchmark/public/js/benchmark-v2/model-arena.js:623
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
benchmark/public/js/benchmark-v2/model-arena.js:623 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in benchmark/public/js/benchmark-v2/batch-config.js:174
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
benchmark/public/js/benchmark-v2/batch-config.js:174 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in benchmark/public/js/model-profiler/components/profile-host-dialog.js:33
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
benchmark/public/js/model-profiler/components/profile-host-dialog.js:33 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in core/public/js/components/AgentListView.js:272
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
core/public/js/components/AgentListView.js:272 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/public/host-agent/agent.js:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/public/host-agent/agent.js:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/routes/cluster-schedule.js:242
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/routes/cluster-schedule.js:242 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/routes/operations.js:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/routes/operations.js:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/scripts/run-jest.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/scripts/run-jest.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/src/services/backupService.js:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/src/services/backupService.js:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/src/services/customModelService.js:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/src/services/customModelService.js:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/src/services/memoryAdapters.js:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/src/services/memoryAdapters.js:7 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in core/src/services/ollamaVramService.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
core/src/services/ollamaVramService.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/next.config.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/next.config.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/doctor/run/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/doctor/run/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/gateway/diagnostics/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/gateway/diagnostics/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/gateway/route.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/gateway/route.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/memory/graph/route.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/memory/graph/route.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/memory/route.ts:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/memory/route.ts:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/mission-control-update/route.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/mission-control-update/route.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/skills/clawhub/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/skills/clawhub/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/skills/install/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/skills/install/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/stats/stream/route.ts:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/stats/stream/route.ts:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/tailscale/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/tailscale/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/app/api/terminal/route.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/app/api/terminal/route.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/lib/gog-cli.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/lib/gog-cli.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/lib/gog-google.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/lib/gog-google.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/lib/openclaw-cli.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/lib/openclaw-cli.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/lib/paths.ts:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/lib/paths.ts:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mc/src/lib/usage-db.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
mc/src/lib/usage-db.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in rag/src/helpers/zip.js:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
rag/src/helpers/zip.js:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in rag/src/services/ingestWorker.js:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
rag/src/services/ingestWorker.js:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/with-agentx-claim.js:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/with-agentx-claim.js:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in rag/CLAUDE.md:107
Found a known-risky pattern (weak_hash). Review and replace if possible.
rag/CLAUDE.md:107 Weak hash
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 269 placeholder/mock markers across 58 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 66 in use
Port 66 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker-compose.yml Ports
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/9b8841e8-8bfe-43fb-8526-719180207dd5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9b8841e8-8bfe-43fb-8526-719180207dd5/

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.