Tasks Api
completed
Api
api / json · small
63
Files
5,326
LOC
3
Frameworks
10
Languages
Pipeline State
completedRun ID
#186000Phase
doneProgress
0%Started
2026-04-10 15:01:30Finished
2026-04-10 15:01:30LLM tokens
0Partial failures: SYMBOL_EXTRACTION: SymbolRecord.__init__() got an unexpected keyword argument 'tsv'; AI_REASONING: SymbolRecord.__init__() got an unexpected keyword argument 'tsv'
Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
62.90Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:40Deduplication group #1935531
Member of a group with 1 similar repo(s) — this repo is canonical view group →
Repobility's GitHub App fixes findings like these · https://github.com/apps/repobility-bot
🧪 Code Distillation
Browse all specs →Sample distilled functions (click for full spec)
getTaskStatusToneDetermines a descriptive string representing a task's status based on a numerical input. It accepts a single integer, which is the task status code. The function returns the string 'pending' if the input is 1, 'done' if the input is 2, and 'unknown' for any other value. This function has no observab
formatApiDateToInputFormats an API date string into a standard YYYY-MM-DD input format. It accepts one string argument, which is expected to contain a date matching a predefined regular expression. If the input string does not match the expected date pattern, it returns an empty string. Otherwise, it extracts and retur
constructorInitializes a new instance of an error object, setting its name to 'ApiError'. It accepts a primary message string, a numerical status code, and an optional detail payload of any type. The constructor sets these provided values as properties on the newly created object. No observable side effects oc
AI Prompt
Create a basic tasks API that can be consumed by a React frontend. The backend should be built using FastAPI, and I need the project structure to support this. I'd also like to see how to set up the environment using Docker Compose, and ensure the API documentation is accessible via SwaggerUI at `http://localhost:8000/docs`. The overall goal is to implement basic HTTP operations for a web application.
python fastapi react api docker http typescript vite
Generated by gemma4:latest
Catalog Information
Create a basic tasks API that can be consumed by a React frontend. The backend should be built using FastAPI, and I need the project structure to support this. I'd also like to see how to set up the environment using Docker Compose, and ensure the API documentation is accessible via SwaggerUI at http://localhost:8000/docs. The overall goal is to implement basic HTTP operations for a web application.
Tags
python fastapi react api docker http typescript vite
Security & Health
8
Vulnerabilities
0
Critical CVEs
10.1h
Tech Debt (D)
High
DORA Rating
Same scanner, your repo: https://repobility.com — Repobility
B
OWASP (80%)
FAIL
Quality Gate
3.6%
Duplication
Languages
Frameworks
FastAPI React Vite
Symbols
variable40
function37
method17
constant8
type_alias8
class7
interface6
Threat Findings
8
Total Threats
0
Critical
All rows scored by the Repobility analyzer (https://repobility.com)
5
High
Embed Badge
Add to your README:
BinComp Dependency Hardening
All packages →4 of this repo's dependencies have been scanned for binary hardening. Grade reflects RELRO / stack canary / FORTIFY / PIE coverage.