/ _ \ _ _ __ ___
| | | |/ _ | ‘_ \/ __|
| || | () | |) _
_/ _/| ./|__/
||
A real-time code security companion for your terminal.
max5010cs/oops
oops
is a terminal-based code security tool built to help you catch issues before they become f*ckups.
It can do:
oops run .
)oops watch .
)What it looks for:
eval
, unsafe functions)It’s lightweight, fast, terminal-native, and works on any project.
You write — it watches. You commit — it warns. That’s it.
Clone and install globally via Cargo:
```bash git clone https://github.com/max5010cs/oops.git cd oops cargo install –path . –force oops The rest? You’ll find out 😉
🚧 Coming soon… 💬 Language-specific rules (Rust, Python, PHP, JS, etc.)
🛠 Custom config with .oops.toml
🧹 Safe auto-fix suggestions (where possible)