https://github.com/steeven-js/pnm-app
· scanned 2026-06-16 00:21 UTC (2 months, 2 weeks ago)
73 raw signals (0 security + 73 graph)
Last scanned 2 months, 2 weeks ago · v1 · 67 actionable findings from 1 signal source. 6 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 1815 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 |
|---|---|---|---|
resolve_links |
software | healthy | docs/scripts/md2word.py:44 |
add_runs |
software | healthy | docs/scripts/md2word.py:48 |
add_code_block |
software | healthy | docs/scripts/md2word.py:65 |
add_table |
software | healthy | docs/scripts/md2word.py:75 |
convert |
software | healthy | docs/scripts/md2word.py:102 |
main |
software | healthy | docs/scripts/md2word.py:182 |
strip_inline |
software | healthy | docs/scripts/md2onenote.py:40 |
render_table |
software | healthy | docs/scripts/md2onenote.py:50 |
convert |
software | healthy | docs/scripts/md2onenote.py:77 |
main |
software | healthy | docs/scripts/md2onenote.py:154 |
getErrorMessage |
software | healthy | resources/js/auth/utils/error-message.ts:getErrorMessage |
errorMessage |
software | healthy | resources/js/auth/utils/error-message.ts:errorMessage |
SignUpTerms |
software | healthy | resources/js/auth/components/sign-up-terms.tsx:SignUpTerms |
FormDivider |
software | healthy | resources/js/auth/components/form-divider.tsx:FormDivider |
FormHead |
software | healthy | resources/js/auth/components/form-head.tsx:FormHead |
FormReturnLink |
software | healthy | resources/js/auth/components/form-return-link.tsx:FormRetur… |
FormSocials |
software | healthy | resources/js/auth/components/form-socials.tsx:FormSocials |
FormResendCode |
software | healthy | resources/js/auth/components/form-resend-code.tsx:FormResen… |
useMockedUser |
software | healthy | resources/js/auth/hooks/use-mocked-user.ts:useMockedUser |
useAuthContext |
software | healthy | resources/js/auth/hooks/use-auth-context.ts:useAuthContext |
jwtDecode |
software | healthy | resources/js/auth/context/jwt/utils.ts:jwtDecode |
isValidToken |
software | healthy | resources/js/auth/context/jwt/utils.ts:isValidToken |
tokenExpired |
software | healthy | resources/js/auth/context/jwt/utils.ts:tokenExpired |
setSession |
software | healthy | resources/js/auth/context/jwt/utils.ts:setSession |
AuthProvider |
software | healthy | resources/js/auth/context/jwt/auth-provider.tsx:AuthProvider |
signInWithPassword |
software | healthy | resources/js/auth/context/jwt/action.ts:signInWithPassword |
signUp |
software | healthy | resources/js/auth/context/jwt/action.ts:signUp |
signOut |
software | healthy | resources/js/auth/context/jwt/action.ts:signOut |
JwtSignUpView |
software | healthy | resources/js/auth/view/jwt/jwt-sign-up-view.tsx:JwtSignUpVi… |
renderForm |
software | healthy | resources/js/auth/view/jwt/jwt-sign-up-view.tsx:renderForm |
JwtSignInView |
software | healthy | resources/js/auth/view/jwt/jwt-sign-in-view.tsx:JwtSignInVi… |
renderForm |
software | healthy | resources/js/auth/view/jwt/jwt-sign-in-view.tsx:renderForm |
AuthGuard |
software | healthy | resources/js/auth/guard/auth-guard.tsx:AuthGuard |
createRedirectPath |
software | healthy | resources/js/auth/guard/auth-guard.tsx:createRedirectPath |
checkPermissions |
software | healthy | resources/js/auth/guard/auth-guard.tsx:checkPermissions |
GuestGuard |
software | healthy | resources/js/auth/guard/guest-guard.tsx:GuestGuard |
checkPermissions |
software | healthy | resources/js/auth/guard/guest-guard.tsx:checkPermissions |
RoleBasedGuard |
software | healthy | resources/js/auth/guard/role-based-guard.tsx:RoleBasedGuard |
items |
software | healthy | resources/js/_mock/_order.ts:items |
employmentTypes |
software | healthy | resources/js/_mock/_job.ts:employmentTypes |
shared |
software | healthy | resources/js/_mock/_files.ts:shared |
colors |
software | healthy | resources/js/_mock/_overview.ts:colors |
status |
software | healthy | resources/js/_mock/_invoice.ts:status |
services |
software | healthy | resources/js/_mock/_tour.ts:services |
tourGuides |
software | healthy | resources/js/_mock/_tour.ts:tourGuides |
status |
software | healthy | resources/js/_mock/_others.ts:status |
today |
software | healthy | resources/js/utils/format-time.ts:today |
fDateTime |
software | healthy | resources/js/utils/format-time.ts:fDateTime |
fDate |
software | healthy | resources/js/utils/format-time.ts:fDate |
fTime |
software | healthy | resources/js/utils/format-time.ts:fTime |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vite.config.js |
software | healthy | vite.config.js |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
tailwind.config.js |
software | healthy | tailwind.config.js |
package.json |
software | healthy | package.json |
composer.json |
software | healthy | composer.json |
package-lock.json |
software | healthy | package-lock.json |
.env.example |
software | healthy | .env.example |
tsconfig.json |
software | healthy | tsconfig.json |
postcss.config.js |
software | healthy | postcss.config.js |
logging.php |
software | healthy | config/logging.php |
mail.php |
software | healthy | config/mail.php |
session.php |
software | healthy | config/session.php |
queue.php |
software | healthy | config/queue.php |
auth.php |
software | healthy | config/auth.php |
services.php |
software | healthy | config/services.php |
cache.php |
software | healthy | config/cache.php |
database.php |
software | healthy | config/database.php |
filesystems.php |
software | healthy | config/filesystems.php |
app.php |
software | healthy | config/app.php |
TestCase.php |
software | healthy | tests/TestCase.php |
ExampleTest.php |
software | healthy | tests/Unit/ExampleTest.php |
ExampleTest.php |
software | healthy | tests/Feature/ExampleTest.php |
ProfileTest.php |
software | healthy | tests/Feature/ProfileTest.php |
EmailVerificationTest.php |
software | healthy | tests/Feature/Auth/EmailVerificationTest.php |
PasswordUpdateTest.php |
software | healthy | tests/Feature/Auth/PasswordUpdateTest.php |
PasswordResetTest.php |
software | healthy | tests/Feature/Auth/PasswordResetTest.php |
PasswordConfirmationTest.php |
software | healthy | tests/Feature/Auth/PasswordConfirmationTest.php |
AuthenticationTest.php |
software | healthy | tests/Feature/Auth/AuthenticationTest.php |
RegistrationTest.php |
software | healthy | tests/Feature/Auth/RegistrationTest.php |
index.md |
software | healthy | docs/index.md |
index.md |
software | healthy | docs/operations/index.md |
processeurs-ack-staging.md |
software | healthy | docs/operations/pilmedia/processeurs-ack-staging.md |
points-actuels.md |
software | healthy | docs/operations/pilmedia/points-actuels.md |
reponse-sauvegardes-pile.md |
software | healthy | docs/operations/pilmedia/reponse-sauvegardes-pile.md |
demande-sequence-orange-22042026.md |
software | healthy | docs/operations/pilmedia/demande-sequence-orange-22042026.md |
sms-portes-orange-tickets.md |
software | healthy | docs/operations/gpmag/sms-portes-orange-tickets.md |
fnr-perimetre-visibilite.md |
software | healthy | docs/operations/gpmag/fnr-perimetre-visibilite.md |
ticket-277086-sms-uts.md |
software | healthy | docs/operations/gpmag/ticket-277086-sms-uts.md |
sms-portes-orange-diagnostic.md |
software | healthy | docs/operations/gpmag/sms-portes-orange-diagnostic.md |
gpmag-evolutions-arcep.md |
software | healthy | docs/operations/gpmag/gpmag-evolutions-arcep.md |
gpmag-suivi-tests-inter-op.md |
software | healthy | docs/operations/gpmag/gpmag-suivi-tests-inter-op.md |
rn-routage-prefixes.md |
software | healthy | docs/operations/gpmag/rn-routage-prefixes.md |
cr-gpmag-2026-04-16.md |
software | healthy | docs/operations/gpmag/cr-gpmag-2026-04-16.md |
pnm-dockerisation-mep.md |
software | healthy | docs/pnm/pnm-dockerisation-mep.md |
pnm-porta-database.md |
software | healthy | docs/pnm/pnm-porta-database.md |
pnm-context-portabilite.md |
software | healthy | docs/pnm/pnm-context-portabilite.md |
pnm-porta-body.md |
software | healthy | docs/pnm/pnm-porta-body.md |
pnm-crontab-scripts.md |
software | healthy | docs/pnm/pnm-crontab-scripts.md |
md2word.py |
software | healthy | docs/scripts/md2word.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
172.24.114.205 |
network | healthy | CLAUDE.md |
193.251.160.208 |
network | healthy | CLAUDE.md |
172.24.119.72 |
network | healthy | CLAUDE.md |
127.0.0.1 |
network | healthy | .env.example |
172.24.119.68 |
network | healthy | docs/scripts/Pnm_Facturation_Mensuelle_PEN.sh |
172.24.5.48 |
network | healthy | docs/scripts/Pnm_Stats_Bascule_ESB.sh |
10.118.177.16 |
network | healthy | docs/scripts/Pnm-FNR_presence_V3.sh |
172.24.27.136 |
network | healthy | docs/scripts/PortaDB-export-csv.sh |
172.24.27.144 |
network | healthy | docs/scripts/PortaDB-export-csv.sh |
192.158.1.38 |
network | healthy | resources/js/_mock/_order.ts |
172.24.4.136 |
network | healthy | resources/js/utils/parse-mgrntlog.ts |
252.104.55.137 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
55.253.948.718 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
634.74.812.922 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
213.099.468.115 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
14.141.331.22 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
283.393.283.915 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
143.167.215.25 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
23.174.576.015 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
303.149.436.27 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
09.132.16.314 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
04.38.042.875 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
06.451.18.932 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
086.172.219.424 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
324.476.74.885 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
414.336.75.75 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
153.32.414.626 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
208.243.312.365 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
2.298.338.633 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
03.153.043.313 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
334.118.735.15 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
319.025.479.038 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
352.07.687.209 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
13.087.252.191 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
612.521.918.782 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
086.187.147.396 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
18.566.74.95 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
04.434.408.75 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
412.043.713.43 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
148.192.357.353 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
477.297.783.803 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
053.394.287.798 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
424.323.96.465 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
486.28.774.795 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
015.38.051.64 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
204.49.596.88 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
37.152.84.152 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
338.178.583.276 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
191.069.376.168 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
188.069.37.168 |
network | healthy | resources/js/components/iconify/icon-sets.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
config |
software | healthy | config |
tests |
software | healthy | tests |
Unit |
software | healthy | tests/Unit |
Feature |
software | healthy | tests/Feature |
Auth |
software | healthy | tests/Feature/Auth |
docs |
software | healthy | docs |
operations |
software | healthy | docs/operations |
pilmedia |
software | healthy | docs/operations/pilmedia |
gpmag |
software | healthy | docs/operations/gpmag |
pnm |
software | healthy | docs/pnm |
scripts |
software | healthy | docs/scripts |
mobi |
software | healthy | docs/mobi |
reglementaire |
software | healthy | docs/reglementaire |
protocoles |
software | healthy | docs/protocoles |
resources |
software | healthy | resources |
js |
software | healthy | resources/js |
types |
software | healthy | resources/js/types |
config |
software | healthy | resources/js/config |
auth |
software | healthy | resources/js/auth |
utils |
software | healthy | resources/js/auth/utils |
components |
software | healthy | resources/js/auth/components |
hooks |
software | healthy | resources/js/auth/hooks |
context |
software | healthy | resources/js/auth/context |
jwt |
software | healthy | resources/js/auth/context/jwt |
view |
software | healthy | resources/js/auth/view |
jwt |
software | healthy | resources/js/auth/view/jwt |
guard |
software | healthy | resources/js/auth/guard |
_mock |
software | healthy | resources/js/_mock |
utils |
software | healthy | resources/js/utils |
components |
software | healthy | resources/js/components |
settings |
software | healthy | resources/js/components/settings |
drawer |
software | healthy | resources/js/components/settings/drawer |
context |
software | healthy | resources/js/components/settings/context |
flag-icon |
software | healthy | resources/js/components/flag-icon |
nav-section |
software | healthy | resources/js/components/nav-section |
utils |
software | healthy | resources/js/components/nav-section/utils |
components |
software | healthy | resources/js/components/nav-section/components |
mini |
software | healthy | resources/js/components/nav-section/mini |
vertical |
software | healthy | resources/js/components/nav-section/vertical |
horizontal |
software | healthy | resources/js/components/nav-section/horizontal |
styles |
software | healthy | resources/js/components/nav-section/styles |
file-thumbnail |
software | healthy | resources/js/components/file-thumbnail |
iconify |
software | healthy | resources/js/components/iconify |
scrollbar |
software | healthy | resources/js/components/scrollbar |
animate |
software | healthy | resources/js/components/animate |
variants |
software | healthy | resources/js/components/animate/variants |
scroll-progress |
software | healthy | resources/js/components/animate/scroll-progress |
loading-screen |
software | healthy | resources/js/components/loading-screen |
progress-bar |
software | healthy | resources/js/components/progress-bar |
custom-popover |
software | healthy | resources/js/components/custom-popover |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
Contacts |
frontend | healthy | resources/js/Pages/Contacts.tsx |
MobiOperations |
frontend | healthy | resources/js/Pages/MobiOperations.tsx |
OperationsGuide |
frontend | healthy | resources/js/Pages/OperationsGuide.tsx |
RequetesPnm |
frontend | healthy | resources/js/Pages/RequetesPnm.tsx |
MobiSqlQueries |
frontend | healthy | resources/js/Pages/MobiSqlQueries.tsx |
SqlScenarios |
frontend | healthy | resources/js/Pages/SqlScenarios.tsx |
CasPratiques |
frontend | healthy | resources/js/Pages/CasPratiques.tsx |
Dashboard |
frontend | healthy | resources/js/Pages/Dashboard.tsx |
MobiCasPratiques |
frontend | healthy | resources/js/Pages/MobiCasPratiques.tsx |
SqlPlayground |
frontend | healthy | resources/js/Pages/SqlPlayground.tsx |
ScriptsPnm |
frontend | healthy | resources/js/Pages/ScriptsPnm.tsx |
Protocoles |
frontend | healthy | resources/js/Pages/Protocoles.tsx |
CrontabScripts |
frontend | healthy | resources/js/Pages/CrontabScripts.tsx |
MobiCrm |
frontend | healthy | resources/js/Pages/MobiCrm.tsx |
Changelog |
frontend | healthy | resources/js/Pages/Changelog.tsx |
PnmDataGenerator |
frontend | healthy | resources/js/Pages/PnmDataGenerator.tsx |
TicketsKnowledge |
frontend | healthy | resources/js/Pages/TicketsKnowledge.tsx |
VerifyEmail |
frontend | healthy | resources/js/Pages/Auth/VerifyEmail.tsx |
Login |
frontend | healthy | resources/js/Pages/Auth/Login.tsx |
ConfirmPassword |
frontend | healthy | resources/js/Pages/Auth/ConfirmPassword.tsx |
ForgotPassword |
frontend | healthy | resources/js/Pages/Auth/ForgotPassword.tsx |
Register |
frontend | healthy | resources/js/Pages/Auth/Register.tsx |
ResetPassword |
frontend | healthy | resources/js/Pages/Auth/ResetPassword.tsx |
Edit |
frontend | healthy | resources/js/Pages/Profile/Edit.tsx |
DiagramsIndex |
frontend | healthy | resources/js/Pages/Diagrams/Index.tsx |
ArticleShow |
frontend | healthy | resources/js/Pages/Knowledge/Article.tsx |
KnowledgeIndex |
frontend | healthy | resources/js/Pages/Knowledge/Index.tsx |
DomainShow |
frontend | healthy | resources/js/Pages/Knowledge/Domain.tsx |
OnboardingIndex |
frontend | healthy | resources/js/Pages/Onboarding/Index.tsx |
VerifyIndex |
frontend | healthy | resources/js/Pages/Verify/Index.tsx |
MsisdnChecker |
frontend | healthy | resources/js/Pages/Verify/MsisdnChecker.tsx |
LatifaMailGenerator |
frontend | healthy | resources/js/Pages/Verify/LatifaMailGenerator.tsx |
FilenameDecoder |
frontend | healthy | resources/js/Pages/Verify/FilenameDecoder.tsx |
RioValidator |
frontend | healthy | resources/js/Pages/Verify/RioValidator.tsx |
PortageId |
frontend | healthy | resources/js/Pages/Verify/PortageId.tsx |
DateCalculator |
frontend | healthy | resources/js/Pages/Verify/DateCalculator.tsx |
InvestigationsIndex |
frontend | healthy | resources/js/Pages/Investigations/Index.tsx |
ProgressIndex |
frontend | healthy | resources/js/Pages/Progress/Index.tsx |
GlossaryIndex |
frontend | healthy | resources/js/Pages/Glossary/Index.tsx |
ResolveIndex |
frontend | healthy | resources/js/Pages/Resolve/Index.tsx |
IncidentsPage |
frontend | healthy | resources/js/Pages/Resolve/Incidents.tsx |
DecisionTreesIndex |
frontend | healthy | resources/js/Pages/Resolve/DecisionTrees/Index.tsx |
DecisionTreeShow |
frontend | healthy | resources/js/Pages/Resolve/DecisionTrees/Show.tsx |
PnmCodesIndex |
frontend | healthy | resources/js/Pages/Resolve/Codes/Index.tsx |
PnmCodeShow |
frontend | healthy | resources/js/Pages/Resolve/Codes/Show.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::docs/scripts/Pnm-Verif-Bascule-MOBI.sh |
security | healthy | docs/scripts/Pnm-Verif-Bascule-MOBI.sh |
password_literal::docs/scripts/Pnm-Restitutions-Sortantes-B… |
security | healthy | docs/scripts/Pnm-Restitutions-Sortantes-Bascule.sh |
password_literal::docs/scripts/Pnm-Restitutions-Sortantes-T… |
security | healthy | docs/scripts/Pnm-Restitutions-Sortantes-Tickets-ratp.sh |
password_literal::docs/scripts/Pnm-Restitutions-Sortantes-T… |
security | healthy | docs/scripts/Pnm-Restitutions-Sortantes-Tickets.sh |
password_literal::docs/scripts/Pnm-Verif-Bascule-MOBI_CCA.sh |
security | healthy | docs/scripts/Pnm-Verif-Bascule-MOBI_CCA.sh |
password_literal::docs/scripts/Pnm-Restitutions-Entrantes-B… |
security | healthy | docs/scripts/Pnm-Restitutions-Entrantes-Bascule.sh |
password_literal::resources/js/auth/view/jwt/jwt-sign-up-vi… |
security | healthy | resources/js/auth/view/jwt/jwt-sign-up-view.tsx |
password_literal::resources/js/auth/view/jwt/jwt-sign-in-vi… |
security | healthy | resources/js/auth/view/jwt/jwt-sign-in-view.tsx |
password_literal::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
password_literal::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
password_literal::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
password_literal::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
password_literal::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
password_literal::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
password_literal::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::resources/js/auth/guard/auth-guard.tsx |
security | healthy | resources/js/auth/guard/auth-guard.tsx |
auth::resources/js/auth/view/jwt/index.ts |
security | healthy | resources/js/auth/view/jwt/index.ts |
auth::resources/js/auth/view/jwt/jwt-sign-in-view.tsx |
security | healthy | resources/js/auth/view/jwt/jwt-sign-in-view.tsx |
auth::resources/js/routes/paths.ts |
security | healthy | resources/js/routes/paths.ts |
auth::resources/js/auth/context/jwt/utils.ts |
security | healthy | resources/js/auth/context/jwt/utils.ts |
auth::resources/js/layouts/auth-split/layout.tsx |
security | healthy | resources/js/layouts/auth-split/layout.tsx |
auth::resources/js/auth/view/jwt/jwt-sign-up-view.tsx |
security | healthy | resources/js/auth/view/jwt/jwt-sign-up-view.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
PATCH /profile |
api | healthy | resources/js/Pages/Profile/Edit.tsx |
PUT /password |
api | healthy | resources/js/Pages/Profile/Edit.tsx |
DELETE /profile |
api | healthy | resources/js/Pages/Profile/Edit.tsx |
GET /glossary |
api | healthy | resources/js/Pages/Glossary/Index.tsx |
GET /resolve/codes |
api | healthy | resources/js/Pages/Resolve/Codes/Index.tsx |
POST /logout |
api | healthy | resources/js/layouts/components/sign-out-button.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | CLAUDE.md |
postgres |
data | healthy | .env.example |
mysql |
data | healthy | resources/js/lib/investigations/incident-workflow.ts |
postgresql |
data | healthy | resources/js/Pages/MobiOperations.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-h6_d1cfa |
software | healthy | /tmp/repobility-clone-h6_d1cfa |
| Label | Layer | Status | Path |
|---|---|---|---|
port:10 |
network | healthy | docs/scripts/Pnm-Restitutions-Sortantes-Tickets-ratp.sh |
| Label | Layer | Status | Path |
|---|---|---|---|
loadbalancer |
network | healthy | resources/js/Pages/MobiOperations.tsx |
This page is publicly accessible at:
https://repobility.com/scan/2eb7eb2b-bc5a-43b3-81a4-093602792004/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/2eb7eb2b-bc5a-43b3-81a4-093602792004/
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.