Skip to content

Implement frontend GUI for LLM backend selection with settings manage…

5a925bf
Select commit
Loading
Failed to load commit list.
Closed

Implement frontend GUI for LLM backend selection and configuration #20

Implement frontend GUI for LLM backend selection with settings manage…
5a925bf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 15, 2025 in 2s

4 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high
  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 21 in run_frontend.py

See this annotation in the file changed.

Code scanning / CodeQL

Flask app is run in debug mode High

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.

Check warning on line 86 in src/frontend/app.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 103 in src/frontend/app.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check failure on line 106 in src/frontend/app.py

See this annotation in the file changed.

Code scanning / CodeQL

Flask app is run in debug mode High

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.