Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

tonhowtf/omniget
main @ ab926d7
10
Fixes
0
CVEs
HIGH
Peak severity
28.6%
Coverage
Highlights
Information Disclosure: 5 prior fixes. Scrutinize any change in this area.
src-tauri/src/commands/auth.rs: most-fixed (2 issues). Treat as high-risk during review.
3 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Arbitrary Code Execution: Spawning system shells (e.g. to locate/reveal files) using user-controlled parameters can lead to command injection and remote code execution if paths and arguments are not rigorously sanitized before execution.
Path Traversal: Improperly sanitized torrent names can escape directory boundaries when joined with destination output paths, leading to arbitrary file writes in the host filesystem.
Information Disclosure: Development artifacts, debug commands (such as 'hotmart_debug_auth'), and hardcoded credentials leak sensitive session data and bypass standard authentication policies.