AR-SEC: Augmented Reality Meets Security Assessment
How I built a React Native mobile app that overlays real-time threat intelligence on physical spaces using AR — turning any smartphone into a security assessment tool.
Article summary
How I built a React Native mobile app that overlays real-time threat intelligence on physical spaces using AR — turning any smartphone into a security assessment tool.
What this article covers
The Idea Physical security assessments still rely on clipboards and photos. What if you could point your phone at a building entrance and see an AR overlay showing known vulnerabilities — exposed ports on nearby access points, CCTV blind spots, or badge reader models with CVEs?
What this article covers (2)
Architecture AR-SEC is a React Native app with three modules: AR Scanner — uses the device camera with AR overlays to tag physical objects. Network Recon — passive Wi-Fi scanning and Bluetooth enumeration, displayed as AR nodes in physical space. Threat Intel Overlay — pulls CVE data and maps it to detected hardware models.
What this article covers (3)
AR Integration The app uses ViroReact for 3D AR rendering on top of ARKit/ARCore. Detected access points appear as floating nodes in the camera feed — red for vulnerable, green for hardened. Tapping a node shows CVE details, remediation steps, and a risk score.
Topics and technologies
-
React Native
Browse related articles in the knowledge hub.
-
AR
Browse related articles in the knowledge hub.
-
TypeScript
Browse related articles in the knowledge hub.
-
Security
Browse related articles in the knowledge hub.
-
Mobile
Browse related articles in the knowledge hub.
Related navigation
-
Browse all blog posts
Full engineering archive on the knowledge hub.
-
View delivery case studies
Architecture, implementation, and outcome breakdowns.