Cybersecurity false positive
I was working on coding an app using codex-cli and it disconnected and gave the message shown below. This appears to be a false positive, unless it was flagged by previous or accumulated codex activity/user-prompts.
The concept of 'legitimate' activity when innovating in coding and attempting to create useful and sustainable computing experiences, seems vague and entirely too subjective. I recommend extreme caution when attempting to police the activity of others while they use these powerful tools. Steering innovation and creativity into safeguarded channels chosen by a few can never result in a healthy creative environment and likely will result in overly rigid and restrictive computing experiences all in the name of 'safety', which itself is a rather subjective concept. Tread softly. There are others who may have less such scruples (deepseek?) that could capture innovators who value the freedom to innovate and try many different things as they attempt to forge ahead into the future.
Codex prompt and cybersecurity notice that showed after disconnect from stream.
----------------------------------
I meant for the thumbnail video section to be anchored to the bottom of the visible screen. Make that happen.
• I’m anchoring the thumbnail strip with position: fixed at the bottom of the viewport (just above the controls), and
reserving that strip height in the main video area so the prominent feed never intrudes into it.
• Edited build/call-zapp/styles.css (+8 -3)
161 --thumb-strip-h: calc(var(--thumb-h) + 6px);
162 + --thumb-strip-bottom: calc(var(--control-h) + max(10px, env(safe-area-inset-bottom)));
163 position: relative;
⋮
167 padding: 6px;
167 - padding-bottom: calc(var(--control-h) + max(16px, env(safe-area-inset-bottom)));
168 + padding-bottom: calc(var(--thumb-strip-bottom) + var(--thumb-strip-h) + 10px);
169 }
⋮
175 display: grid;
175 - gap: 8px;
176 - grid-template-rows: minmax(0, 1fr) var(--thumb-strip-h);
176 + grid-template-rows: minmax(0, 1fr);
177 }
⋮
189 .thumb-strip {
190 + position: fixed;
191 + left: max(8px, calc(env(safe-area-inset-left) + 8px));
192 + right: max(8px, calc(env(safe-area-inset-right) + 8px));
193 + bottom: var(--thumb-strip-bottom);
194 + z-index: 9;
195 min-height: var(--thumb-strip-h);
■ stream disconnected before completion: This user's access to gpt-5.3-codex-1p-codexswic-ev3 has been temporarily limi
ted for potentially suspicious activity related to cybersecurity. Learn more about our safety mitigations:
https://platform.openai.com/docs/guides/safety-checks/cybersecurity
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗