Skip to content

Delegate stored-login inference policy to the hosted service - #191

Open
morgaesis wants to merge 4 commits into
mainfrom
codex/hosted-cli-policy-20260905
Open

morgaesis wants to merge 4 commits into
mainfrom
codex/hosted-cli-policy-20260905

Fix stored login authority assignment

c9bbe74
Select commit
Loading
Failed to load commit list.
postil-dev / postil/review succeeded Sep 6, 2026 in 31s

2 error, 0 warn, 0 info

error 2 blocking findings open

info 2 suppressed
  • Remove and rotate the committed access token at tests/e2e.rs:1402: restates a retained finding about another location; severity error, confidence 0.99. This access token is committed to the repository, so it must be treated as exposed regardless of whether it is a fixture value. Rotate the credential, purge it from git history (the commit is permanent otherwise), and move it to an environment variable or secrets store.
  • Remove the committed credential-like token at tests/e2e.rs:1451: restates a retained finding about another location; severity error, confidence 0.99. This token is committed in the repository, so treat it as exposed even if it is intended only for tests. Rotate the credential, purge it from git history because the commit is permanent otherwise, and move the value to an environment variable or secrets store.

Review details