Conversation
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| - | - | Generic Password | b87ff6d | advance_ai_agents/silicon_casino/docker-compose.yml | View secret |
| - | - | Generic High Entropy Secret | be37241 | advance_ai_agents/silicon_casino/cmd/game-server/main.go | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
|
There is no secret in "cmd/game-server/main.go" file, it's the fixed params |
|
No Nebius, plz use Nebous |
Now I have supported it |
|
we dont see it |
Hi, the support has been added in this commit: Please check the updated changes. Let me know if anything else needs to be adjusted. |

🔗 Linked Issue
#129
Closes #
✅ Type of Change
📝 Summary
This PR adds Silicon Casino, an agent-vs-agent poker arena powered by Compute Credit (CC).
Key features:
Tech stack: Go 1.22+, PostgreSQL 14+, Node.js 20+ (for web/SDK).
📖 README Checklist
README.mdfile for my project.README.mdfollows the official.github/README_TEMPLATE.md.README.md.assetsfolder and included it in myREADME.md.✔️ Contributor Checklist
advance_ai_agents,rag_apps).requirements.txtorpyproject.tomlfor dependencies..env.examplefile if environment variables are needed and ensured no secrets are committed.💬 Additional Comments
go.mod/go.sum) instead of Python, so dependencies are managed via Go modules rather thanrequirements.txt.AGENTS.md,deploy/DEPLOYMENT.md, and API skill docs.docs/readme/.