Skip to content

feat: add confidential AI examples

122bf4d
Select commit
Loading
Failed to load commit list.
Open

Add confidential AI examples #75

feat: add confidential AI examples
122bf4d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 31, 2025 in 4s

4 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

Other Alerts:

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 144 in confidential-ai/agents/agent.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 173 in confidential-ai/agents/agent.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 notice on line 13 in confidential-ai/inference/verify.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'json' is not used.

Check notice on line 14 in confidential-ai/inference/verify.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'sys' is not used.