Blocked Items

DEMO
Showing 13 items
PR / Issue Author Repo Reason Slop Score Action Date Quick Actions
M
dev-marcus
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
D
dependabot[bot]
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
G
ghost-contributor
api-gatewayGitHub No Tests
45
Flagged 1h ago
N
new-hire-jane
web-dashboardGitHub No Linked Issue
15
Flagged 2h ago
Overridden
R
random-fork-user
ml-pipelineGitLab Too Many Files
68
Blocked 3h ago
E
external-dev-42
api-gatewayGitHub High Slop Score
87
Blocked 5h ago
S
security-researcher-x
web-dashboardGitHub Missing PoC
30
Flagged 16h ago
I
intern-2026
infra-terraformLocal/CLI Too Many Lines
55
Blocked 1d ago
C
copilot-user-99
web-dashboardGitHub AI Generated
95
Auto-closed 1d ago
D
data-team-lead
ml-pipelineGitLab Failed Checks
40
Blocked 2d ago
A
api-contributor
api-gatewayGitHub Suspicious Pattern
78
Flagged 2d ago
D
dependabot[bot]
mobile-appBitbucket No Linked Issue
10
Flagged 2d ago
Overridden
R
random-contributor
api-gatewayGitHub AI Generated
89
Blocked 3d ago