Skip to main content
A Singapore Government Agency Website How to identify
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites
Secure websites use HTTPS
Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.
Tooling & Productivity

Open47

3 February 2026

Uses AI to reviews code for security issues in 5 minutes

Hackers in a dark room shouting "security bug found"

Opportunity — What problem are you working on, and why it matters

Example of a GitHub comment left by Open47 in a pull request

Example of a GitHub comment left by Open47 about an issue where part of the system is open to anyone on the internet with no login or limits. If someone misuses it, they can run it repeatedly, causing high costs and slowing or breaking the service for real users.

Velocity — What you actually built or changed in the last month

I might have to turn it off — the false positives are too high.
One frustrated user of V1
Flow diagram of how Open47 V1 works

This shows how V1 worked - it only looked at new code changes, which meant it missed important security protections already in place elsewhere.

Flow diagram of how an improved Open47 V2 works

This shows our improved V2 - it now examines the entire codebase to understand how different parts work together before flagging security issues.

Traction — How real people are using it, and what is happening as a result

Example of users fixing vulnerabilities surfaced by Open47

Example of an engineer fixing security issue surfaced by Open47, where the app was trusting files it got from the internet and could be tricked by a sneaky file. If left unfixed, someone could steal information, crash the app, or make it do things it shouldn’t.

very nice, wish i had this before doing code review lol
Azer (Confetti)
I'm fixing some of the advisories by Open47 … these are really cool
Eliot (Keypress)
good catch, will fix in a subsequent PR
Shyam (Playtime)
Hello from the only engineer hacking on Open47
@adriangohjw
Portrait of Adrian Goh
Back to top