https://github.com/davisnaider06/atlas-crm
· scanned 2026-06-17 01:53 UTC (1 month, 1 week ago)
17 raw signals (0 security + 17 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +2.0 (diff) · 15 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 579 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.
| Label | Layer | Status | Path |
|---|---|---|---|
.env.example |
software | healthy | .env.example |
MAPA_CONTINUACAO_FUNIL.md |
software | healthy | MAPA_CONTINUACAO_FUNIL.md |
DEPLOY_FASE4.md |
software | healthy | DEPLOY_FASE4.md |
SETUP_PC_DE_CASA.md |
software | healthy | SETUP_PC_DE_CASA.md |
package-lock.json |
software | healthy | package-lock.json |
README.md |
software | healthy | README.md |
docker-compose.yml |
software | healthy | docker-compose.yml |
package.json |
software | healthy | package.json |
docker-compose.local-db.yml |
software | healthy | docker-compose.local-db.yml |
Program.cs |
software | healthy | src/API/Program.cs |
appsettings.json |
software | healthy | src/API/appsettings.json |
appsettings.Development.json |
software | healthy | src/API/appsettings.Development.json |
Dockerfile |
software | healthy | src/API/Dockerfile |
PermissionRequirement.cs |
software | healthy | src/API/Security/PermissionRequirement.cs |
ClerkAuthenticator.cs |
software | healthy | src/API/Security/ClerkAuthenticator.cs |
launchSettings.json |
software | healthy | src/API/Properties/launchSettings.json |
ActivitiesController.cs |
software | healthy | src/API/Controllers/ActivitiesController.cs |
FinanceController.cs |
software | healthy | src/API/Controllers/FinanceController.cs |
DashboardController.cs |
software | healthy | src/API/Controllers/DashboardController.cs |
AuthController.cs |
software | healthy | src/API/Controllers/AuthController.cs |
LeadsController.cs |
software | healthy | src/API/Controllers/LeadsController.cs |
AppointmentsController.cs |
software | healthy | src/API/Controllers/AppointmentsController.cs |
WhatsAppController.cs |
software | healthy | src/API/Controllers/WhatsAppController.cs |
CustomersController.cs |
software | healthy | src/API/Controllers/CustomersController.cs |
ScriptsController.cs |
software | healthy | src/API/Controllers/ScriptsController.cs |
DealsController.cs |
software | healthy | src/API/Controllers/DealsController.cs |
TeamMembersController.cs |
software | healthy | src/API/Controllers/TeamMembersController.cs |
AutomationsController.cs |
software | healthy | src/API/Controllers/AutomationsController.cs |
HistoryController.cs |
software | healthy | src/API/Controllers/HistoryController.cs |
PipelinesController.cs |
software | healthy | src/API/Controllers/PipelinesController.cs |
PublicLeadsController.cs |
software | healthy | src/API/Controllers/PublicLeadsController.cs |
CustomFieldsController.cs |
software | healthy | src/API/Controllers/CustomFieldsController.cs |
DocumentsController.cs |
software | healthy | src/API/Controllers/DocumentsController.cs |
DependencyInjection.cs |
software | healthy | src/Infrastructure/DependencyInjection.cs |
JwtTokenService.cs |
software | healthy | src/Infrastructure/Security/JwtTokenService.cs |
PasswordHasher.cs |
software | healthy | src/Infrastructure/Security/PasswordHasher.cs |
CurrentUserService.cs |
software | healthy | src/Infrastructure/Security/CurrentUserService.cs |
AtlasCrmDbContext.cs |
software | healthy | src/Infrastructure/Persistence/AtlasCrmDbContext.cs |
DatabaseInitializer.cs |
software | healthy | src/Infrastructure/Persistence/DatabaseInitializer.cs |
EventLogService.cs |
software | healthy | src/Infrastructure/Services/EventLogService.cs |
BaseEntity.cs |
software | healthy | src/Domain/Common/BaseEntity.cs |
TenantEntity.cs |
software | healthy | src/Domain/Common/TenantEntity.cs |
FinanceEntry.cs |
software | healthy | src/Domain/Entities/FinanceEntry.cs |
LeadInteraction.cs |
software | healthy | src/Domain/Entities/LeadInteraction.cs |
WhatsAppConversation.cs |
software | healthy | src/Domain/Entities/WhatsAppConversation.cs |
Appointment.cs |
software | healthy | src/Domain/Entities/Appointment.cs |
WhatsAppMessage.cs |
software | healthy | src/Domain/Entities/WhatsAppMessage.cs |
Lead.cs |
software | healthy | src/Domain/Entities/Lead.cs |
Activity.cs |
software | healthy | src/Domain/Entities/Activity.cs |
RefreshToken.cs |
software | healthy | src/Domain/Entities/RefreshToken.cs |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
RootLayout |
software | healthy | web/src/app/layout.tsx:RootLayout |
HomePage |
software | healthy | web/src/app/page.tsx:HomePage |
manifest |
software | healthy | web/src/app/manifest.ts:manifest |
startOfDay |
software | healthy | web/src/app/dashboard/page.tsx:startOfDay |
buildTrend |
software | healthy | web/src/app/dashboard/page.tsx:buildTrend |
DashboardPage |
software | healthy | web/src/app/dashboard/page.tsx:DashboardPage |
ClerkAuthPanel |
software | healthy | web/src/app/login/page.tsx:ClerkAuthPanel |
CredentialsAuthPanel |
software | healthy | web/src/app/login/page.tsx:CredentialsAuthPanel |
handleSubmit |
software | healthy | web/src/app/login/page.tsx:handleSubmit |
LoginPage |
software | healthy | web/src/app/login/page.tsx:LoginPage |
formatTime |
software | healthy | web/src/app/conversas/page.tsx:formatTime |
ConversationsPage |
software | healthy | web/src/app/conversas/page.tsx:ConversationsPage |
handleSend |
software | healthy | web/src/app/conversas/page.tsx:handleSend |
formatFileSize |
software | healthy | web/src/app/documentos/page.tsx:formatFileSize |
DocumentsPage |
software | healthy | web/src/app/documentos/page.tsx:DocumentsPage |
response |
software | healthy | web/src/app/documentos/page.tsx:response |
status |
software | healthy | web/src/app/documentos/page.tsx:status |
handleCreateLink |
software | healthy | web/src/app/documentos/page.tsx:handleCreateLink |
handleUpload |
software | healthy | web/src/app/documentos/page.tsx:handleUpload |
handleDelete |
software | healthy | web/src/app/documentos/page.tsx:handleDelete |
DocumentDetail |
software | healthy | web/src/app/documentos/[id]/page.tsx:DocumentDetail |
load |
software | healthy | web/src/app/documentos/[id]/page.tsx:load |
status |
software | healthy | web/src/app/documentos/[id]/page.tsx:status |
handleDelete |
software | healthy | web/src/app/documentos/[id]/page.tsx:handleDelete |
isSameDay |
software | healthy | web/src/app/agenda/page.tsx:isSameDay |
formatTime |
software | healthy | web/src/app/agenda/page.tsx:formatTime |
formatDateLabel |
software | healthy | web/src/app/agenda/page.tsx:formatDateLabel |
AgendaPage |
software | healthy | web/src/app/agenda/page.tsx:AgendaPage |
openCreate |
software | healthy | web/src/app/agenda/page.tsx:openCreate |
pad |
software | healthy | web/src/app/agenda/page.tsx:pad |
openEdit |
software | healthy | web/src/app/agenda/page.tsx:openEdit |
handleSubmit |
software | healthy | web/src/app/agenda/page.tsx:handleSubmit |
handleDelete |
software | healthy | web/src/app/agenda/page.tsx:handleDelete |
stageOrder |
software | healthy | web/src/app/leads/page.tsx:stageOrder |
toDateInput |
software | healthy | web/src/app/leads/page.tsx:toDateInput |
fromDateInput |
software | healthy | web/src/app/leads/page.tsx:fromDateInput |
formatHistoryDetail |
software | healthy | web/src/app/leads/page.tsx:formatHistoryDetail |
LeadsPage |
software | healthy | web/src/app/leads/page.tsx:LeadsPage |
status |
software | healthy | web/src/app/leads/page.tsx:status |
handleCreate |
software | healthy | web/src/app/leads/page.tsx:handleCreate |
handleUpdate |
software | healthy | web/src/app/leads/page.tsx:handleUpdate |
handleLogInteraction |
software | healthy | web/src/app/leads/page.tsx:handleLogInteraction |
handleSendWhatsApp |
software | healthy | web/src/app/leads/page.tsx:handleSendWhatsApp |
handleDeleteInteraction |
software | healthy | web/src/app/leads/page.tsx:handleDeleteInteraction |
handleDelete |
software | healthy | web/src/app/leads/page.tsx:handleDelete |
handleMoveStage |
software | healthy | web/src/app/leads/page.tsx:handleMoveStage |
handleConfirmClose |
software | healthy | web/src/app/leads/page.tsx:handleConfirmClose |
handleAdvanceFollowUp |
software | healthy | web/src/app/leads/page.tsx:handleAdvanceFollowUp |
handleOpenConvertModal |
software | healthy | web/src/app/leads/page.tsx:handleOpenConvertModal |
handleConvertToCustomer |
software | healthy | web/src/app/leads/page.tsx:handleConvertToCustomer |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
src |
software | healthy | src |
API |
software | healthy | src/API |
Security |
software | healthy | src/API/Security |
Properties |
software | healthy | src/API/Properties |
Controllers |
software | healthy | src/API/Controllers |
Infrastructure |
software | healthy | src/Infrastructure |
Security |
software | healthy | src/Infrastructure/Security |
Persistence |
software | healthy | src/Infrastructure/Persistence |
Services |
software | healthy | src/Infrastructure/Services |
Domain |
software | healthy | src/Domain |
Common |
software | healthy | src/Domain/Common |
Entities |
software | healthy | src/Domain/Entities |
Enums |
software | healthy | src/Domain/Enums |
Application |
software | healthy | src/Application |
Common |
software | healthy | src/Application/Common |
Security |
software | healthy | src/Application/Common/Security |
Interfaces |
software | healthy | src/Application/Common/Interfaces |
Pagination |
software | healthy | src/Application/Common/Pagination |
Exceptions |
software | healthy | src/Application/Common/Exceptions |
Contracts |
software | healthy | src/Application/Contracts |
Finance |
software | healthy | src/Application/Contracts/Finance |
Pipelines |
software | healthy | src/Application/Contracts/Pipelines |
Activities |
software | healthy | src/Application/Contracts/Activities |
History |
software | healthy | src/Application/Contracts/History |
Scripts |
software | healthy | src/Application/Contracts/Scripts |
Leads |
software | healthy | src/Application/Contracts/Leads |
CustomFields |
software | healthy | src/Application/Contracts/CustomFields |
Appointments |
software | healthy | src/Application/Contracts/Appointments |
Dashboard |
software | healthy | src/Application/Contracts/Dashboard |
Customers |
software | healthy | src/Application/Contracts/Customers |
Team |
software | healthy | src/Application/Contracts/Team |
Deals |
software | healthy | src/Application/Contracts/Deals |
WhatsApp |
software | healthy | src/Application/Contracts/WhatsApp |
Automations |
software | healthy | src/Application/Contracts/Automations |
Auth |
software | healthy | src/Application/Contracts/Auth |
Documents |
software | healthy | src/Application/Contracts/Documents |
Services |
software | healthy | src/Application/Services |
database |
software | healthy | database |
web |
software | healthy | web |
src |
software | healthy | web/src |
app |
software | healthy | web/src/app |
dashboard |
software | healthy | web/src/app/dashboard |
login |
software | healthy | web/src/app/login |
conversas |
software | healthy | web/src/app/conversas |
documentos |
software | healthy | web/src/app/documentos |
[id] |
software | healthy | web/src/app/documentos/[id] |
agenda |
software | healthy | web/src/app/agenda |
leads |
software | healthy | web/src/app/leads |
whatsapp |
software | healthy | web/src/app/whatsapp |
hoje |
software | healthy | web/src/app/hoje |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
RootLayout |
frontend | healthy | web/src/app/layout.tsx |
HomePage |
frontend | healthy | web/src/app/page.tsx |
DashboardPage |
frontend | healthy | web/src/app/dashboard/page.tsx |
LoginPage |
frontend | healthy | web/src/app/login/page.tsx |
ConversationsPage |
frontend | healthy | web/src/app/conversas/page.tsx |
DocumentsPage |
frontend | healthy | web/src/app/documentos/page.tsx |
DocumentDetail |
frontend | healthy | web/src/app/documentos/[id]/page.tsx |
AgendaPage |
frontend | healthy | web/src/app/agenda/page.tsx |
LeadsPage |
frontend | healthy | web/src/app/leads/page.tsx |
WhatsAppPage |
frontend | healthy | web/src/app/whatsapp/page.tsx |
HojePage |
frontend | healthy | web/src/app/hoje/page.tsx |
FinancePage |
frontend | healthy | web/src/app/financeiro/page.tsx |
PipelinePage |
frontend | healthy | web/src/app/pipeline/page.tsx |
SettingsPage |
frontend | healthy | web/src/app/configuracoes/page.tsx |
ActivitiesPage |
frontend | healthy | web/src/app/atividades/page.tsx |
CustomersPage |
frontend | healthy | web/src/app/clientes/page.tsx |
TeamPage |
frontend | healthy | web/src/app/equipe/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | web/src/app/page.tsx |
/dashboard |
frontend | healthy | web/src/app/dashboard/page.tsx |
/login |
frontend | healthy | web/src/app/login/page.tsx |
/conversas |
frontend | healthy | web/src/app/conversas/page.tsx |
/documentos |
frontend | healthy | web/src/app/documentos/page.tsx |
/documentos/[id] |
frontend | healthy | web/src/app/documentos/[id]/page.tsx |
/agenda |
frontend | healthy | web/src/app/agenda/page.tsx |
/leads |
frontend | healthy | web/src/app/leads/page.tsx |
/whatsapp |
frontend | healthy | web/src/app/whatsapp/page.tsx |
/hoje |
frontend | healthy | web/src/app/hoje/page.tsx |
/financeiro |
frontend | healthy | web/src/app/financeiro/page.tsx |
/pipeline |
frontend | healthy | web/src/app/pipeline/page.tsx |
/configuracoes |
frontend | healthy | web/src/app/configuracoes/page.tsx |
/atividades |
frontend | healthy | web/src/app/atividades/page.tsx |
/clientes |
frontend | healthy | web/src/app/clientes/page.tsx |
/equipe |
frontend | healthy | web/src/app/equipe/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
companies |
data | healthy | database/init.sql |
plan_limits |
data | healthy | database/init.sql |
users |
data | healthy | database/init.sql |
user_permissions |
data | healthy | database/init.sql |
leads |
data | healthy | database/init.sql |
customers |
data | healthy | database/init.sql |
pipelines |
data | healthy | database/init.sql |
stages |
data | healthy | database/init.sql |
deals |
data | healthy | database/init.sql |
activities |
data | healthy | database/init.sql |
automations |
data | healthy | database/init.sql |
event_logs |
data | healthy | database/init.sql |
refresh_tokens |
data | healthy | database/init.sql |
whatsapp_integrations |
data | healthy | database/init.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
10.0.0.0 |
network | healthy | artifacts/publish/AtlasCRM.API.deps.json |
10.0.5.0 |
network | healthy | artifacts/publish/AtlasCRM.API.deps.json |
10.0.1.0 |
network | healthy | artifacts/publish/AtlasCRM.API.deps.json |
8.0.1.0 |
network | healthy | artifacts/publish/AtlasCRM.API.deps.json |
2.0.0.0 |
network | healthy | artifacts/publish/AtlasCRM.API.deps.json |
1.0.0.0 |
network | healthy | artifacts/publish/AtlasCRM.API.deps.json |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::README.md |
security | healthy | README.md |
auth::artifacts/publish/appsettings.json |
security | healthy | artifacts/publish/appsettings.json |
auth::src/API/appsettings.json |
security | healthy | src/API/appsettings.json |
auth::web/src/app/login/page.tsx |
security | healthy | web/src/app/login/page.tsx |
auth::artifacts/publish/AtlasCRM.API.deps.json |
security | healthy | artifacts/publish/AtlasCRM.API.deps.json |
| Label | Layer | Status | Path |
|---|---|---|---|
image::src/API/Dockerfile |
hardware | healthy | src/API/Dockerfile |
image::web/Dockerfile |
hardware | healthy | web/Dockerfile |
api |
hardware | healthy | docker-compose.yml |
web |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:5432 |
network | healthy | docker-compose.local-db.yml |
port:8080 |
network | healthy | src/API/Dockerfile |
port:3000 |
network | healthy | web/Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
postgresql |
data | healthy | README.md |
postgres |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
davisnaider06__atlas-crm |
software | healthy | /data/fable5_failed_archive/davisnaider06__atlas-crm |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | .env.example |
This page is publicly accessible at:
https://repobility.com/scan/ae97b1e8-d4a3-4cfc-8621-ddab9bfdaf93/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/ae97b1e8-d4a3-4cfc-8621-ddab9bfdaf93/
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.