Severity: Medium
Location
agentbox:378-381, README documentation
Issue
Project recommends storing GH_TOKEN in .env file at project root, but .env is not in .gitignore. If committed, secrets are exposed to repository history.
Impact
Credential leakage if .env is accidentally committed.
Remediation
- Add
.env to project .gitignore template
- Add warning in README about
.env files and git
- Consider adding pre-commit hook to reject
.env commits
Reference
See docs/eval-001-security-review.md for full review.
🤖 Generated by Claude Code - GLM 4.7
Severity: Medium
Location
agentbox:378-381, README documentationIssue
Project recommends storing
GH_TOKENin.envfile at project root, but.envis not in.gitignore. If committed, secrets are exposed to repository history.Impact
Credential leakage if
.envis accidentally committed.Remediation
.envto project.gitignoretemplate.envfiles and git.envcommitsReference
See
docs/eval-001-security-review.mdfor full review.🤖 Generated by Claude Code - GLM 4.7