fix(audit): consolidate OpenCode project configuration#11
Merged
MerverliPy merged 1 commit intoJun 18, 2026
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 20c9c1a2fe
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
20c9c1a to
dda3612
Compare
Owner
Author
|
To use Codex here, create an environment for this repo. |
MerverliPy
added a commit
that referenced
this pull request
Jun 18, 2026
) * security: prevent production development-auth bypass (#8) * security: prevent production development-auth bypass Reject explicit development-auth bypass requests in production, use the real OIDC client by default, and add focused regression coverage for all supported application modes. Remediates audit finding F-001. * style: format F-001 remediation * docs: document development auth bypass opt-in * docs: keep development auth bypass opt-in * security: require production oidc settings * security: fail closed when upload scanning is unavailable (#9) * security: fail closed when upload scanning is unavailable * docs: anonymize F-002 run record * security: enforce default-branch governance (#10) * security: enforce default-branch governance * docs: namespace repository audit finding record * docs: disambiguate repository audit finding ID * fix(audit): consolidate OpenCode project configuration (#11)
MerverliPy
added a commit
that referenced
this pull request
Jun 18, 2026
* security: prevent production development-auth bypass Reject explicit development-auth bypass requests in production, use the real OIDC client by default, and add focused regression coverage for all supported application modes. Remediates audit finding F-001. * style: format F-001 remediation * docs: document development auth bypass opt-in * docs: keep development auth bypass opt-in * security: require production oidc settings * Enhance security measures and documentation for production settings (#12) * security: prevent production development-auth bypass (#8) * security: prevent production development-auth bypass Reject explicit development-auth bypass requests in production, use the real OIDC client by default, and add focused regression coverage for all supported application modes. Remediates audit finding F-001. * style: format F-001 remediation * docs: document development auth bypass opt-in * docs: keep development auth bypass opt-in * security: require production oidc settings * security: fail closed when upload scanning is unavailable (#9) * security: fail closed when upload scanning is unavailable * docs: anonymize F-002 run record * security: enforce default-branch governance (#10) * security: enforce default-branch governance * docs: namespace repository audit finding record * docs: disambiguate repository audit finding ID * fix(audit): consolidate OpenCode project configuration (#11)
MerverliPy
added a commit
that referenced
this pull request
Jun 20, 2026
* security: prevent production development-auth bypass Reject explicit development-auth bypass requests in production, use the real OIDC client by default, and add focused regression coverage for all supported application modes. Remediates audit finding F-001. * style: format F-001 remediation * docs: document development auth bypass opt-in * docs: keep development auth bypass opt-in * security: require production oidc settings * Enhance security measures and documentation for production settings (#12) * security: prevent production development-auth bypass (#8) * security: prevent production development-auth bypass Reject explicit development-auth bypass requests in production, use the real OIDC client by default, and add focused regression coverage for all supported application modes. Remediates audit finding F-001. * style: format F-001 remediation * docs: document development auth bypass opt-in * docs: keep development auth bypass opt-in * security: require production oidc settings * security: fail closed when upload scanning is unavailable (#9) * security: fail closed when upload scanning is unavailable * docs: anonymize F-002 run record * security: enforce default-branch governance (#10) * security: enforce default-branch governance * docs: namespace repository audit finding record * docs: disambiguate repository audit finding ID * fix(audit): consolidate OpenCode project configuration (#11)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remediates REPO-AUDIT-F-004 by replacing two conflicting root OpenCode configurations with one canonical, reviewable policy.
Changes
opencode.jsonopencode.jsoncas the sole root OpenCode configurationplandefault agent and stricter permission baselineopencode-aito exact version1.17.7Validation
plan1.17.7git diff --checkpassedBaseline note
The repository-wide formatting command also checks
pnpm-lock.yaml. The lockfile atmainalready fails Prettier formatting, so that existing baseline defect was not expanded into this remediation. The new lockfile entries were kept to the minimal semantic delta accepted bypnpm install --frozen-lockfile.Finding
REPO-AUDIT-F-004 — Two root OpenCode configurations conflict and produce an undocumented effective policy.