Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

VenturaVini/auditor_claude

https://github.com/VenturaVini/auditor_claude · scanned 2026-06-16 00:48 UTC (2 months, 1 week ago)

34 raw signals (0 security + 34 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 34 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 192 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
App software healthy frontend/src/App.jsx:App
newConversation software healthy frontend/src/App.jsx:newConversation
openConversation software healthy frontend/src/App.jsx:openConversation
removeConversation software healthy frontend/src/App.jsx:removeConversation
sendMessage software healthy frontend/src/App.jsx:sendMessage
appendToLast software healthy frontend/src/App.jsx:appendToLast
Sidebar software healthy frontend/src/components/Sidebar.jsx:Sidebar
ChatPanel software healthy frontend/src/components/ChatPanel.jsx:ChatPanel
submit software healthy frontend/src/components/ChatPanel.jsx:submit
handleKeyDown software healthy frontend/src/components/ChatPanel.jsx:handleKeyDown
autoGrow software healthy frontend/src/components/ChatPanel.jsx:autoGrow
AuditCard software healthy frontend/src/components/AuditorPanel.jsx:AuditCard
AuditorPanel software healthy frontend/src/components/AuditorPanel.jsx:AuditorPanel
debate software healthy frontend/src/components/AuditorPanel.jsx:debate
Markdown software healthy frontend/src/components/MessageBubble.jsx:Markdown
MessageBubble software healthy frontend/src/components/MessageBubble.jsx:MessageBubble
copy software healthy frontend/src/components/MessageBubble.jsx:copy
DownloadMenu software healthy frontend/src/components/DownloadMenu.jsx:DownloadMenu
close software healthy frontend/src/components/DownloadMenu.jsx:close
download software healthy frontend/src/components/DownloadMenu.jsx:download
formatSize software healthy frontend/src/components/FileCard.jsx:formatSize
FileCard software healthy frontend/src/components/FileCard.jsx:FileCard
ext software healthy frontend/src/components/FileCard.jsx:ext
inner software healthy frontend/src/components/FileCard.jsx:inner
ImageCard software healthy frontend/src/components/FileCard.jsx:ImageCard
FileUpload software healthy frontend/src/components/FileUpload.jsx:FileUpload
FileUploadButton software healthy frontend/src/components/FileUpload.jsx:FileUploadButton
handleChange software healthy frontend/src/components/FileUpload.jsx:handleChange
extractPythonCode software healthy frontend/src/components/CodeRunner.jsx:extractPythonCode
CodeRunner software healthy frontend/src/components/CodeRunner.jsx:CodeRunner
run software healthy frontend/src/components/CodeRunner.jsx:run
ModelSelect software healthy frontend/src/components/ModelSelect.jsx:ModelSelect
cap software healthy frontend/src/services/models.js:cap
modelLabel software healthy frontend/src/services/models.js:modelLabel
modelRank software healthy frontend/src/services/models.js:modelRank
organizeModels software healthy frontend/src/services/models.js:organizeModels
uploadFile software healthy frontend/src/services/api.js:uploadFile
fetchModels software healthy frontend/src/services/api.js:fetchModels
streamChat software healthy frontend/src/services/api.js:streamChat
handleLine software healthy frontend/src/services/api.js:handleLine
downloadResponse software healthy frontend/src/services/api.js:downloadResponse
executeCode software healthy frontend/src/services/api.js:executeCode
artifactUrl software healthy frontend/src/services/api.js:artifactUrl
listConversations software healthy frontend/src/services/api.js:listConversations
getConversation software healthy frontend/src/services/api.js:getConversation
deleteConversation software healthy frontend/src/services/api.js:deleteConversation
_cleanup_loop software healthy backend/main.py:12
lifespan software healthy backend/main.py:19
health software healthy backend/main.py:45
estimate_cost_usd software healthy backend/services/pricing.py:27

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
TESTES.md software healthy TESTES.md
README.md software healthy README.md
CONTEXT.md software healthy CONTEXT.md
PDD.md software healthy PDD.md
.env.example software healthy .env.example
CASO_DEBATE_FINANCAS.md software healthy CASO_DEBATE_FINANCAS.md
docker-compose.yml software healthy docker-compose.yml
vite.config.js software healthy frontend/vite.config.js
package.json software healthy frontend/package.json
index.html software healthy frontend/index.html
Dockerfile software healthy frontend/Dockerfile
package-lock.json software healthy frontend/package-lock.json
index.css software healthy frontend/src/index.css
App.jsx software healthy frontend/src/App.jsx
main.jsx software healthy frontend/src/main.jsx
Sidebar.jsx software healthy frontend/src/components/Sidebar.jsx
ChatPanel.jsx software healthy frontend/src/components/ChatPanel.jsx
AuditorPanel.jsx software healthy frontend/src/components/AuditorPanel.jsx
MessageBubble.jsx software healthy frontend/src/components/MessageBubble.jsx
DownloadMenu.jsx software healthy frontend/src/components/DownloadMenu.jsx
FileCard.jsx software healthy frontend/src/components/FileCard.jsx
FileUpload.jsx software healthy frontend/src/components/FileUpload.jsx
CodeRunner.jsx software healthy frontend/src/components/CodeRunner.jsx
ModelSelect.jsx software healthy frontend/src/components/ModelSelect.jsx
models.js software healthy frontend/src/services/models.js
api.js software healthy frontend/src/services/api.js
Dockerfile software healthy backend/Dockerfile
main.py software healthy backend/main.py
requirements.txt software healthy backend/requirements.txt
__init__.py software healthy backend/services/__init__.py
pricing.py software healthy backend/services/pricing.py
storage.py software healthy backend/services/storage.py
gpt.py software healthy backend/services/gpt.py
file_processor.py software healthy backend/services/file_processor.py
executor.py software healthy backend/services/executor.py
claude.py software healthy backend/services/claude.py
download.py software healthy backend/routers/download.py
__init__.py software healthy backend/routers/__init__.py
execute.py software healthy backend/routers/execute.py
conversations.py software healthy backend/routers/conversations.py
upload.py software healthy backend/routers/upload.py
chat.py software healthy backend/routers/chat.py

LabelLayerStatusPath
GET /api/health api healthy backend/main.py
POST /api/download/{format} api healthy backend/routers/download.py
POST /api/execute api healthy backend/routers/execute.py
GET /api/files/{file_id} api healthy backend/routers/execute.py
GET /api/conversations api healthy backend/routers/conversations.py
GET /api/conversations/{conv_id} api healthy backend/routers/conversations.py
DELETE /api/conversations/{conv_id} api healthy backend/routers/conversations.py
POST /api/upload api healthy backend/routers/upload.py
GET /api/models api healthy backend/routers/chat.py
POST /api/chat api healthy backend/routers/chat.py

LabelLayerStatusPath
App frontend healthy frontend/src/App.jsx
Sidebar frontend healthy frontend/src/components/Sidebar.jsx
ChatPanel frontend healthy frontend/src/components/ChatPanel.jsx
AuditorPanel frontend healthy frontend/src/components/AuditorPanel.jsx
MessageBubble frontend healthy frontend/src/components/MessageBubble.jsx
DownloadMenu frontend healthy frontend/src/components/DownloadMenu.jsx
FileCard frontend healthy frontend/src/components/FileCard.jsx
FileUpload frontend healthy frontend/src/components/FileUpload.jsx
CodeRunner frontend healthy frontend/src/components/CodeRunner.jsx
ModelSelect frontend healthy frontend/src/components/ModelSelect.jsx

LabelLayerStatusPath
frontend software healthy frontend
src software healthy frontend/src
components software healthy frontend/src/components
services software healthy frontend/src/services
backend software healthy backend
services software healthy backend/services
routers software healthy backend/routers

LabelLayerStatusPath
image::frontend/Dockerfile hardware healthy frontend/Dockerfile
image::backend/Dockerfile hardware healthy backend/Dockerfile
api hardware healthy docker-compose.yml
redis hardware healthy docker-compose.yml
web hardware healthy docker-compose.yml

LabelLayerStatusPath
DownloadRequest software healthy backend/routers/download.py:23
ExecuteRequest software healthy backend/routers/execute.py:23
ChatMessage software healthy backend/routers/chat.py:43
ChatRequest software healthy backend/routers/chat.py:48

LabelLayerStatusPath
port:6379 network healthy README.md
port:3000 network healthy frontend/vite.config.js
port:80 network healthy frontend/Dockerfile
port:8000 network healthy backend/Dockerfile

LabelLayerStatusPath
repobility-clone-ab6vmke9 software healthy /tmp/repobility-clone-ab6vmke9

LabelLayerStatusPath
redis data healthy README.md

LabelLayerStatusPath
127.0.0.1 network healthy docker-compose.yml

LabelLayerStatusPath
nginx network healthy frontend/Dockerfile
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/fd81dc7b-2a3f-4dcc-93fc-def9cb0ce99f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fd81dc7b-2a3f-4dcc-93fc-def9cb0ce99f/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.