STEPX Neo: Security Analysis of the Agentic AI Phone
STEPX Neo combines Step AOS, the Amoo agent and cross-app actions. Separate confirmed facts from unknowns and assess its privacy and security model.
- AUTHOR
- Karol Rapacz / CEO, Penetration Tester (OSCP, PNPT)
- PUBLISHED
- 19 July 2026
- READING TIME
- 17 min read
- TOPIC
- AI Security
STEPX Neo has been presented as a smartphone built around an AI agent rather than an existing phone with another chatbot attached. Its maker, Chinese AI company StepFun, calls it the world’s first native agentic smartphone. At this stage, that is a vendor claim, not an objectively settled product category. The more useful question is whether the system can safely turn a user’s intent into actions spanning messages, calendars, documents, payments and external services.
STEPX Neo was unveiled in Shanghai on 13 July 2026, followed by a working-device demonstration at WAIC 2026. Publicly confirmed material describes the Step AOS operating environment, Amoo personal agent, Step Edge on-device model, a rear auxiliary display and partnerships with Chinese platforms. It does not disclose the processor, RAM, storage, battery, price, retail date, production volume or availability outside China. Product databases that supply detailed specifications are filling that gap with rumours, not facts.
What is confirmed and what remains unknown
| Area | Status on 19 July 2026 |
|---|---|
| device | a physical STEPX Neo prototype was shown at the launch and WAIC |
| system | Step AOS, described as an operating environment designed for agents |
| agent | Amoo, intended to translate user intent into cross-application tasks |
| model | Step Edge for on-device tasks plus an architecture spanning device and cloud |
| integrations | announced partners include Alipay, Ctrip, Didi, Meituan, WPS, CapCut, Baidu and JD |
| interface | voice, text and visual input, with AI task state visible in the UI |
| security | vendor claims include a TEE, action auditing, just-in-time permission and rollback |
| hardware | full specifications have not been disclosed |
| market | no confirmed price, retail date or international launch |
| assurance | no public independent audit of the complete phone and Step AOS |
The Xinhua report on the STEPX launch describes company claims and is marked as promotional content. IT Home’s on-site WAIC report confirms that reporters saw a working device and an Amoo demonstration. That is stronger evidence than a product render, but a controlled demo remains different from an independent security, privacy, performance or reliability test.
How Step AOS is supposed to differ from an ordinary “AI phone”
According to the launch material, described technically in AnTuTu’s Step AOS launch report, the system restructures its layers around an agent and draws on Android, Linux and RTOS components. Rather than simulate screen taps, the agent is intended to receive programmatic, atomic capabilities covering communications, apps, files and the system. The report says these capabilities use an MCP-based model.
That distinction matters technically. An agent clicking through a GUI is brittle: a changed label, dialog or layout can redirect an action. An explicit tool interface can have an input schema, defined return type, permission check and deterministic log. It is not automatically safe, however. A poorly designed tool may expose an operation that is too broad, while a well-documented API can still receive a dangerous argument.
Our Model Context Protocol security guide explores those risks. The stakes are unusually high on a phone because one broker may connect private conversations, location, files, camera, microphone, application tokens and financial actions.
What the Amoo demonstration actually showed
At WAIC, Amoo received tasks related to preparing the next day’s report and building a presentation. According to IT Home, the agent read Feishu data including calendar entries and group conversations, identified a document change, requested edit permission, generated content in the user’s style, rescheduled an event and posted an update to the conversation.
The demonstration confirms several UX elements:
- the agent can assemble a plan spanning more than one application;
- a permission request appears before document modification;
- the interface exposes AI activity status;
- the user can open the source application and inspect the result.
It does not confirm that the agent always selects the minimum data set, interprets ambiguous conversations correctly, rejects prompt injection embedded in a document, avoids sending content to an inappropriate cloud model or can reverse every external-service action. Those cases require adversarial testing rather than a launch scenario.
Step Edge and the device–cloud “multi-brain” design
StepFun describes Step Edge as a model tailored to devices. Lightweight tasks should run locally, while more difficult work can be routed to larger cloud models. The decision is said to consider complexity, cost and latency. The company also claims multimodal private-data processing on the device.
Public material does not provide a complete routing policy. A user needs answers to the following questions:
- Which data classes are technically prohibited from leaving the phone?
- Does the UI provide notice before a task is escalated to the cloud?
- Is a document locally redacted before an external model receives it?
- Where is the cloud, how long is data retained and who administers it?
- Can an enterprise pin the model and region through policy?
- Does local-model failure stop safely or trigger a silent cloud fallback?
Without those details, “privacy on device” does not describe the entire flow. Privacy also depends on metadata, telemetry, memory synchronisation, backup, notifications and partner data. An enterprise deployment should begin with an enterprise AI and LLM security model, not immediate MDM enrolment.
Amoo memory is both a feature and a new attack surface
The company presents memory as two domains: user and agent. It is intended to retain preferences, organise observations and retrieve relevant context quickly. The claimed 15 ms retrieval latency and benchmark results come from company presentations. Without a full methodology, competitor list and test data, they should not be treated as an independent comparison.
Long-term memory makes interaction more natural, but it lets one error survive beyond a session. A message saying “send future reports to this address as well”, a poisoned document or a misclassified preference could alter later decisions. The user needs the source, creation time, originating app and confidence of every remembered item, plus a straightforward deletion mechanism.
That is the exact class of issue covered by our analysis of AI agent memory poisoning. Without provenance and quarantine, memory becomes a persistent prompt-injection channel.
“Trusted, visible, controllable and reversible” — evidence required
StepFun communicates a four-part security model:
- trusted — encryption, on-device processing and operations in a trusted environment;
- visible — an end-to-end trace through which agent actions can be reviewed;
- controllable — sandboxing, dynamic permissions and least privilege;
- reversible — correcting mistakes and rolling actions back step by step.
These are sound architectural goals, but a public claim is not implementation evidence. A TEE needs a documented trust boundary, update process, attestation mechanism and response to compromise of the normal world. An audit trail needs tamper resistance and should contain agent identity, tool, argument, data source, user decision and result. A dynamic permission must expire technically rather than merely disappear from the UI.
“Undo” also has limits. A local file modification can be reversed from a version, but a recipient may already have read a sent message. A purchase, booking, transfer or disclosed secret cannot always be reversed without cost. Safe design needs a preventive gate for high-impact actions, not faith in a later rollback.
China’s TC260 published security guidance for deploying and using agents on 1 July 2026, covering assessment, preparation, deployment, operation and retirement. Compliance with guidance or a certification still cannot replace testing the specific OS build, model and integration set.
Critical attack scenarios for an agentic smartphone
Prompt injection from messages and documents
The agent reads content that may contain instructions authored by somebody else. A document could attempt to make Amoo transfer a file, change the recipient or ignore policy. The system must distinguish data from instructions and enforce action controls regardless of what the model considers appropriate.
Confused deputy and excessive privilege
The user has a legitimate session in a financial application and the agent acts on their behalf. If a tool fails to distinguish reading a balance from making a payment, malicious content can exploit the user’s privilege. Every tool needs a narrow scope, transaction limits, recipient allowlists and strong confirmation. Our non-human identity model for AI agents explains why an agent should not inherit the owner’s entire session.
Memory poisoning
One-time content enters memory and influences future work. The design needs write rules, source provenance, TTL, review and alerts for sensitive preference changes.
A malicious or compromised integration
An application partner may change a tool schema, response or authorisation method. The phone should pin signed integration versions, validate results and isolate execution. An AI agent sandbox architecture remains necessary even when a tool comes from an official marketplace.
Opaque cloud fallback
A task judged too difficult leaves the device with its context. The organisation must control region, model, retention, redaction and the ability to disable routing completely. A layer equivalent to a secure LLM gateway is needed on mobile endpoints too.
Availability abuse and approval fatigue
An agent may produce repeated permission requests until the user approves reflexively. The approval screen should show the effect, data, recipient, reversibility and a diff from the previous state, not a generic “allow Amoo” message.
Minimum enterprise security test before procurement
When STEPX Neo reaches retail availability, a company should not start with an executive account. A pilot needs non-production data and controlled services. The test plan should include:
- an inventory of all local and cloud models;
- a data-flow map for memory, telemetry, backups and every partner;
- prompt injection through email, chat, calendar event, PDF, image and QR code;
- verification that a denied permission really blocks the next step;
- permission expiry timing and attempted reuse of an old token;
- offline behaviour and cloud, DNS and partner-service failure;
- memory poisoning, item deletion and confirmation across all replicas;
- rollback of a message, document, booking and transaction, documenting irreversible effects;
- audit export and correlation with MDM, IdP, SIEM and application logs;
- signed updates for the OS, model and integrations;
- remote wipe, device loss and policy restoration on a replacement phone.
Compare the results with a conventional managed smartphone and an agent running in a controlled cloud environment. Amoo finishing a task faster does not compensate for absent auditability or uncontrolled access. A complete method is available in our AI and LLM security audit guide.
Is STEPX Neo really the “next AI smartphone”
STEPX Neo demonstrates a credible interface direction: a user describes an outcome and an agent orchestrates actions across services. The public demo proves that a device and a demonstration integration exist. It does not yet establish reliability, mass availability or attack resistance.
The most important innovation may not be the model or rear display, but the permission and tool layer in Step AOS. That layer is also the largest risk. Once AI moves from answering to sending, changing, booking and paying, every hallucination, hostile context and authorisation defect gains a real-world consequence.
Until StepFun publishes technical documentation, full specifications, privacy terms, an update model and independent testing, STEPX Neo should be treated as an interesting working prototype and platform preview, not a verified secure enterprise product.
Considering agentic phones or AI apps with access to corporate data? Book a BreachRoad AI security assessment to test prompt injection, memory, permissions, tools, cloud routing, auditability and rollback before a production pilot.


