The Wire · Showcase
OPENAI SHIPS SECURITY HARDENING AND OPTIONAL CALL IDS ACROSS SDKs
By RepoJournal · Filed · About OpenAI
OpenAI's SDKs just got a batch of security fixes and a breaking API change that makes function call IDs optional.
The OpenAI ecosystem shipped three releases overnight across codex, openai-node, and openai-python, with 70 commits and 70 PRs landing in the span of 24 hours. The headline is a coordinated security push: codex now records reviewed actions with security risk scores [1] and trusts invoked user skills in Guardian reviews [2], while openai-node locked down X.509 workload credentials [3] and blocked run-step identity hijacking in assistants [4]. The release notes for openai-node 7.6.0 add an obfuscation field to ChatCompletionChunk [5], matching what shipped in openai-python 3.4.0 [6]. Both SDKs also picked up project residency and cost quantity fields [6] [5], and openai-python 3.5.0 makes function call output call IDs optional [7], aligning with the same change in openai-node's turn routing [9]. That's a breaking change for the Agents SDK, which "will need to be fixed after this PR merges" [8]. Meanwhile, codex tightened MCP metadata trust [10] and improved fork tracking in turn metadata [11].
One email a day. Unsubscribe in one click.
Keep up with OpenAI in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade openai-python to 3.5.0 and openai-node to 7.6.0 for the security fixes and new API fields openai/openai-python [immediate]
- → Update Agents SDK to handle optional call_id in function call outputs openai/openai-python [immediate]
- → Review codex changes to Guardian security scoring and trusted user skills openai/codex [plan]
- → Monitor openai-node auth entrypoint fixes for workload identity users openai/openai-node [monitor]
References
- [1] Record reviewed actions with security risk scores (#40901) openai/codex
- [2] Trust invoked user skills in Guardian reviews (#41006) openai/codex
- [3] fix(auth): secure first-class X.509 workload credentials (#2479) openai/openai-node
- [4] fix(assistants): reject run-step identity hijacking before tool callbacks (#2476) openai/openai-node
- [5] release: 7.6.0 (#2381) openai/openai-node
- [6] release: 3.4.0 (#3682) openai/openai-python
- [7] v3.5.0 ↗ openai/openai-python
- [8] feat(api): make function call output call IDs optional ↗ openai/openai-python
- [9] Support standalone function outputs in turn routing ↗ openai/codex
- [10] Add trusted access context for MCP metadata ↗ openai/codex
- [11] Track window and fork positions in turn metadata ↗ openai/codex