Codex Modeling Studio ↗
Codex Modeling Studio is an officially published WebMCP tool from OpenAI. Anomity scores its risk at 10 out of 100 (low).
Analysis summary
Codex Modeling Studio is an officially published WebMCP tool from OpenAI. Anomity scores its risk at 10 out of 100 (low).
A browser-based 3D studio in which an agent can inspect scene geometry and materials and edit them through declared tools, while the user watches the viewport update. Part of OpenAI's set of WebMCP reference applications demonstrating agent-native interfaces beyond text.
The pattern it demonstrates — an agent with structured read and write access to live application state — is the one that generalises. Its declared capabilities are browser control and outbound network access, and the work stays inside the page. The security question it raises for real applications built this way is provenance: when a model and a human both mutate the same document through the same tools, the application needs to record which changes came from which, or review becomes impossible.
Why this entry scored 10 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 10, placing it in the low band.
Findings
-
Published by the vendor Trust offset
Capabilities
Every capability the entry declares, with the security implication of each.
-
browser:controlBrowser controlDrives a browser session. Combined with credential access can impersonate the user on web services. -
network:outboundOutbound networkCan make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access.