Inbox
Evaluated
Approved
In Progress
Done
● Scout running...
| Severity | Title | Project | Stage | ||
|---|---|---|---|---|---|
| med |
No rate limiting on API endpoints enables abuse
routes.py has no rate limiting on expensive endpoints like /resources/{id}/disco
|
supervisor | created | ||
| med |
Unclosed file descriptor leak in resource locking
engine.py lines 692-703 and scheduler.py lines 37-56 implement file-based lockin
|
supervisor | created | ||
| med |
Missing timeout on Claude CLI subprocess causes indefinite hangs
engine.py line 464 has a 900 second (15 min) timeout for Claude CLI, but there's
|
supervisor | created | ||
| med |
Race condition in scheduler causes duplicate runs
scheduler.py has a critical race condition when multiple scheduled runs are due
|
supervisor | created | ||
| med |
Background task tracking vulnerability - memory leaks and lost tasks
In routes.py (lines 160, 184) and dashboard.py (lines 308, 325), background task
|
supervisor | created | ||
| med |
No test coverage for critical concurrent operations
Test suite has 45 test classes covering auth, CRUD, and basic flows, but has zer
|
supervisor | created | ||
| med |
Missing comprehensive error handling for OpenRouter API failures
engine.py _call_openrouter() (lines 617-688) has retry logic for 429/5xx but doe
|
supervisor | created | ||
| med |
Missing database connection pooling and WAL checkpoint causes performance degradation
db.py line 107 uses a single SQLite connection with WAL mode, but there's no con
|
supervisor | created | ||
| med |
SQL injection vulnerability in database purge operations
cli.py lines 449-456 directly use string interpolation in SQL queries during the
|
supervisor | created | ||
| hig |
sql-injection: src/devos/db.py:704
src/devos/db.py:704
|
sweep | scanned | ||
| low |
path-traversal: src/devos/scanner.py:107
src/devos/scanner.py:107
|
sweep | scanned | ||
| med |
code-injection: src/devos/scanner.py:98
3 related
src/devos/scanner.py:98
|
sweep | scanned | ||
| med |
dynamic-import: src/devos/cli.py:445
src/devos/cli.py:445
|
sweep | scanned | ||
| med |
code-injection: src/supervisor/evaluator.py:20
3 related
src/supervisor/evaluator.py:20
|
supervisor | scanned | ||
| med | Improve database query performance | supervisor | evaluated |
|
|
| med |
code-injection: src/supervisor/tools.py:26
3 related
src/supervisor/tools.py:26
|
supervisor | evaluated |
|
|
| med |
Webhook validation bypass via DNS rebinding attack
notifications.py lines 76-86 validates webhook URLs by resolving DNS once at con
|
supervisor | completed |
|
Analytics
6
Scanner
13
Manual
2
Scans
0%
False Positive Rate