Skip to content

feat: Python 3.10 only, PAL MCP review, README update - #14

Merged
Tony363 merged 4 commits into
mainfrom
feature/python310-pal-mcp-readme-update
Dec 17, 2025
Merged

feat: Python 3.10 only, PAL MCP review, README update#14
Tony363 merged 4 commits into
mainfrom
feature/python310-pal-mcp-readme-update

fix: add github_token to ai-review workflow

dc0187f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 17, 2025 in 3s

9 new alerts including 4 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 high

Other Alerts:

  • 5 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 166 in setup/utils/environment.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.
This expression stores sensitive data (password) as clear text.
This expression stores sensitive data (password) as clear text.

Check failure on line 474 in setup/utils/environment.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.

Check failure on line 299 in setup/utils/ui.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (password)
as clear text.
This expression logs sensitive data (password) as clear text.
This expression logs sensitive data (password) as clear text.

Check failure on line 309 in setup/utils/ui.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (password)
as clear text.
This expression logs sensitive data (password) as clear text.
This expression logs sensitive data (password) as clear text.

Check warning on line 188 in SuperClaude/Agents/core/security.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'validate' is unnecessary as it is
redefined
before this value is used.

Check warning on line 148 in SuperClaude/Agents/core/technical_writer.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'validate' is unnecessary as it is
redefined
before this value is used.

Check warning on line 101 in setup/components/mcp.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

This method requires 1 positional argument, whereas overridden
Component.install
requires 2.
This call
correctly calls the base method, but does not match the signature of the overriding method.

Check warning on line 131 in setup/components/mcp.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

This method requires 1 positional argument, whereas overridden
Component.update
requires 2.

Check warning on line 108 in setup/components/mcp_docs.py

See this annotation in the file changed.

Code scanning / CodeQL

Signature mismatch in overriding method Warning

This method requires 1 positional argument, whereas overridden
Component.install
requires 2.
This call
correctly calls the base method, but does not match the signature of the overriding method.