Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPENAI_ENDPOINT=https://api.openai.com/v1
OPENAI_API_KEY=
OPENAI_API_KEY=AIzaSyC8pDV4meuJkX7Y7-CSCT_H6iurNgzQN0I
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Real API key committed into .env.example instead of a placeholder, exposing a secret in the repository.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .env.example, line 2:

<comment>Real API key committed into .env.example instead of a placeholder, exposing a secret in the repository.</comment>

<file context>
@@ -1,5 +1,5 @@
 OPENAI_ENDPOINT=https://api.openai.com/v1
-OPENAI_API_KEY=
+OPENAI_API_KEY=AIzaSyC8pDV4meuJkX7Y7-CSCT_H6iurNgzQN0I
 
 ANTHROPIC_API_KEY=
</file context>
Suggested change
OPENAI_API_KEY=AIzaSyC8pDV4meuJkX7Y7-CSCT_H6iurNgzQN0I
OPENAI_API_KEY=
Fix with Cubic


ANTHROPIC_API_KEY=
ANTHROPIC_ENDPOINT=https://api.anthropic.com
Expand Down