mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #316] [phantomcreds] Exposed secrets detected in this repository #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tg12 on GitHub (May 21, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/316
Credential-handling risk report for
vxcontrol/pentagiphantomcreds detected repo-level code or deployment patterns that warrant maintainer review.
Detected finding types:
exposed_secretSecret-bearing credential material appears committed in current repository files
highconfirmedEvidence:
README.md:2447 - [REDACTED:postgres://postgres:[REDACTED:[REDACTED]]@localhost:5432/pentagidb?sslmode=disable)]`docker-compose.yml:132 - [REDACTED:postgres://${PENTAGI_POSTGRES_USER:[REDACTED:-postg...res}]@pgvector:5432/${PENTAGI_POSTGRES_DB:-pentagidb}?sslmode=disable]docker-compose.yml:227 - [REDACTED:postgresql://${PENTAGI_POSTGRES_USER:[REDACTED:-postg...res}]@pgvector:5432/${PENTAGI_POSTGRES_DB:-pentagidb}?sslmode=disable].vscode/launch.json:14 - [REDACTED:postgres://postgres:[REDACTED:[REDACTED]]@localhost:5432/pentagidb?sslmode=disable",].vscode/launch.json:134 - [REDACTED:postgres://postgres:[REDACTED:[REDACTED]]@localhost:5432/pentagidb?sslmode=disable",].vscode/launch.json:155 - [REDACTED:postgres://postgres:[REDACTED:[REDACTED]]@localhost:5432/pentagidb?sslmode=disable",]backend/cmd/installer/files/links/docker-compose-langfuse.yml:40 - [REDACTED:postgresql://${LANGFUSE_POSTGRES_USER:[REDACTED:-postg...res}]@langfuse-postgres:5432/${LANGFUSE_POSTGRES_DB:-langfuse}]backend/cmd/installer/files/links/docker-compose.yml:132 - [REDACTED:postgres://${PENTAGI_POSTGRES_USER:[REDACTED:-postg...res}]@pgvector:5432/${PENTAGI_POSTGRES_DB:-pentagidb}?sslmode=disable]backend/cmd/installer/files/links/docker-compose.yml:227 - [REDACTED:postgresql://${PENTAGI_POSTGRES_USER:[REDACTED:-postg...res}]@pgvector:5432/${PENTAGI_POSTGRES_DB:-pentagidb}?sslmode=disable]LLM Fix Guide
Recommended remediation order:
[REDACTED:postgres://${PENTAGI_POSTGRES_USER:[REDACTED:-postg...res}]@pgvector:5432/${PENTAGI_POSTGRES_DB:-pentagidb}?sslmode, [REDACTED:postgres://postgres:[REDACTED:[REDACTED]]@localhost:5432/pentagidb?sslmode, [REDACTED:postgresql://${PENTAGI_POSTGRES_USER:[REDACTED:-postg...res}]@pgvector:5432/${PENTAGI_POSTGRES_DB:-pentagidb}?sslmode..gitignoreand provide a safe template file such as.env.exampleinstead of live credentials.Suggested prompt for an LLM coding assistant:
This report is based on current files fetched from the repository's default branch at scan time.
It does not by itself prove that older commits are clean or compromised.
This scan is evidence-first and probabilistic. It is not an accusation of malicious intent.
If any finding is incorrect or outdated, please reply with corrected context and exact file references.
Automated by phantomcreds.
Project repo · Created by James Sawyer
at JS Labs.
@asdek commented on GitHub (May 27, 2026):
hey @tg12
file .env.example doesn't contains any secrets for production environment.