In my continuing quest to think of things that are terrible security loophole ridden ideas - I've made a bot that can interpret python code on Discord. What could possibly go wrong aside from ...
# Runs pyInterpret on all test_*.py files and reports pass/fail. # Expected outcomes are controlled by files in expected_interpret/: # - No .expected/.skip → run test, assert exit code 0 (PASS) # - ...