This interactive playground performs lightweight static checks on JavaScript/Python-like snippets to illustrate how automated analyzers can spot common DP issues: high epsilon values, missing bounds/sensitivity, and unchecked composition.
The checks run simple pattern matching and numeric extraction. They are not a substitute for formal verification — but they surface easy-to-find mistakes that static analyzers should flag.
This client-side checker demonstrates concepts only. For CI/PR enforcement, integrate server-side analysis that builds ASTs, performs taint analysis, and tracks symbolic budgets.