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.

usestrix/strix

https://github.com/usestrix/strix · scanned 2026-07-23 19:43 UTC (4 days, 21 hours ago)

86 raw signals (0 security + 86 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 21 hours ago · v7 · last Δ +1.7 (diff) · 86 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

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

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

#1
Possible secret in strix/telemetry/posthog.py
GapSeverity.HIGH Layer.SECURITY score 0.750
Why: high severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in strix/telemetry/posthog.py:21; move to env var / secrets manager.
strix/telemetry/posthog.py:21
#2
Blocking `time.sleep(...)` inside `async def run_cli` — strix/interface/cli.py:166
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in strix/interface/cli.py:166 to prevent hung calls.
strix/interface/cli.py:166
#3
Dockerfile pipes a remote installer into a shell
GapSeverity.HIGH Layer.HARDWARE score 0.375
Why: high severity
containers/Dockerfile:85
#4
Vulnerable dependency vite 6.0.0: GHSA-fx2h-pf6j-xcff
GapSeverity.HIGH Layer.DEPENDENCIES score 0.375
Why: high severity
strix/viewer/frontend/package.json
#5
Vulnerable dependency vite 6.0.0: GHSA-p9ff-h696-f583
GapSeverity.HIGH Layer.DEPENDENCIES score 0.375
Why: high severity
strix/viewer/frontend/package.json
#6
DS-0029: 'apt-get' missing '--no-install-recommends' — containers/Dockerfile
GapSeverity.HIGH Layer.SECURITY score 0.375
Why: high severity
#7
`dangerouslySetInnerHTML` used in a React component — strix/viewer/frontend/src/components/live/tool-renderers/ToolCard.tsx:91
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
strix/viewer/frontend/src/components/live/tool-renderers/ToolCard.tsx:91
#8
`dangerouslySetInnerHTML` used in a React component — strix/viewer/frontend/src/components/vulnerability/MdCodeBlock.tsx:98
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
strix/viewer/frontend/src/components/vulnerability/MdCodeBlock.tsx:98
#9
`dangerouslySetInnerHTML` used in a React component — strix/viewer/frontend/src/components/vulnerability/PocBlock.tsx:66
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
strix/viewer/frontend/src/components/vulnerability/PocBlock.tsx:66
#10
`dangerouslySetInnerHTML` used in a React component — strix/viewer/frontend/src/components/vulnerability/CodeDiffBlock.tsx:105
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
strix/viewer/frontend/src/components/vulnerability/CodeDiffBlock.tsx:105

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

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/7e003d23-ee4a-46ef-8c80-6fa19a07ded0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7e003d23-ee4a-46ef-8c80-6fa19a07ded0/

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.