| PR / Issue | Author | Repo | Reason | Slop Score | Action | Date | Quick Actions |
|---|---|---|---|---|---|---|---|
|
#391
Fix Flask SQLAlchemy connection pool timeout error
|
web-dashboardGitHub | Wrong Repo |
82
|
Blocked | 12m ago |
|
|
#391 — Fix Flask SQLAlchemy connection pool timeout error×
What Happened
Wrong repository detected. The developer asked an AI coding assistant (Claude Code) to fix a Flask SQLAlchemy connection pool timeout from their
api-backend repo — but their terminal was open in web-dashboard (a React/Next.js frontend). The AI didn't find Flask or SQLAlchemy in the project, so instead of flagging the mismatch, it scaffolded an entirely new Flask app from scratch. PRKitchen's repo_relevance check caught this before it reached review.
Original PR Description
Fix the SQLAlchemy connection pool timeout that's causing 500 errors on the /api/users endpoint. The pool_size is too small for our current traffic. Increase pool_size from 5 to 20, add pool_pre_ping=True, and set pool_recycle to 3600. Also adds retry logic with exponential backoff for transient database errors.
Checks Run
Repo Relevance
— wrong repo (87% confidence)
Slop Detection
— failed: score 82
Linked Issue
— found JIRA-4521
Size Check
— 8 files, 340 lines
AI Analysis
Repo Relevance — Mismatch Detected
The PR description references Flask, SQLAlchemy, and a /api/users endpoint, but the diff creates entirely new Python files (app.py, models.py, database.py) in a repository that contains only React/Next.js code (package.json, tsconfig.json, src/app/). The changes do not modify any existing files — they scaffold a new Flask application from scratch, which strongly indicates these changes were meant for a different repository.
Signals: Python files in a TypeScript project • PR references non-existent endpoints • No existing files modified • Tech stack mismatch (Flask vs Next.js) Actions
|
|||||||
|
#847
Add user authentication flow with OAuth2
|
api-gatewayGitHub | AI Generated |
92
|
Blocked | 45m ago |
|
|
#847 — Add user authentication flow with OAuth2×
Original Description
This PR implements a complete OAuth2 authentication flow for the API gateway, including token refresh handling, scope validation, and integration with our existing session management. Adds support for Google, GitHub, and Microsoft identity providers. Includes middleware for route protection and role-based access control. Comprehensive error handling for all OAuth2 edge cases and token expiration scenarios.
Checks Run
Policy Check
— failed
Size Check
— passed
Slop Detection
— failed: score 92
Test Check
— N/A
Rule Violated
AI-Generated Detection — High confidence AI-generated code detected. The submission exhibits multiple AI authoring signals: formulaic structure, over-documented trivial code paths, and suspiciously comprehensive error handling with no corresponding test coverage.
Actions
|
|||||||
|
#312
Refactor database connection pooling
|
api-gatewayGitHub | No Tests |
45
|
Flagged | 1h ago |
|
|
|
#1024
Update README and contributing guide
|
web-dashboardGitHub | No Linked Issue |
15
|
Flagged | 2h ago |
Overridden
|
|
|
#156
Implement new recommendation engine v2
|
ml-pipelineGitLab | Too Many Files |
68
|
Blocked | 3h ago |
|
|
|
#89
Add payment processing module
|
api-gatewayGitHub | High Slop Score |
87
|
Blocked | 5h ago |
|
|
|
#445
Fix XSS vulnerability in input sanitizer
|
web-dashboardGitHub | Missing PoC |
30
|
Flagged | 16h ago |
|
|
|
#78
Migrate to new cloud provider SDK
|
infra-terraformLocal/CLI | Too Many Lines |
55
|
Blocked | 1d ago |
|
|
|
#923
Implement real-time chat feature
|
web-dashboardGitHub | AI Generated |
95
|
Auto-closed | 1d ago |
|
|
|
#201
Add monitoring dashboards for ML models
|
ml-pipelineGitLab | Failed Checks |
40
|
Blocked | 2d ago |
|
|
|
#567
Add bulk data export endpoint
|
api-gatewayGitHub | Suspicious Pattern |
78
|
Flagged | 2d ago |
|
|
|
#334
Update dependencies to latest
|
mobile-appBitbucket | No Linked Issue |
10
|
Flagged | 2d ago |
Overridden
|
|
|
#42
Complete rewrite of auth module in Rust
|
api-gatewayGitHub | AI Generated |
89
|
Blocked | 3d ago |
|
|