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.

AlexandreTunnermann/ophir

https://github.com/AlexandreTunnermann/ophir · scanned 2026-06-17 01:14 UTC (1 month, 2 weeks ago)

26 raw signals (0 security + 26 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -15.2 (diff) · 25 actionable findings from 1 signal source. 1 repeated signal grouped for readability. 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 61.5/100 with 77.8% coverage. It contains 1495 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 26 findings — concentrated in security (13), quality (7), frontend (3). Risk profile is high: 2 critical, 0 high, 17 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 22 of 25 actionable findings. 26 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in docker/entrypoint.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
docker/entrypoint.sh:150
critical System graph security Secrets conf 1.00 Possible secret in resources/js/Pages/Produtos/MemberBuilder/Standalone.vue
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
resources/js/Pages/Produtos/MemberBuilder/Standalone.vue:1831
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — resources/js/PluginPages/AutoZap/ProductPanel.vue:84
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in resources/js/components/checkout/CajuPaySdkMount.vue:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
resources/js/components/checkout/CajuPaySdkMount.vue:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in resources/js/components/checkout/ConversionPixels.vue:253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
resources/js/components/checkout/ConversionPixels.vue:253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in resources/js/components/MemberAreaVideoPlayer.vue:454
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
resources/js/components/MemberAreaVideoPlayer.vue:454 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in resources/js/composables/useCheckoutCustomCode.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
resources/js/composables/useCheckoutCustomCode.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in resources/js/components/member-area/lesson/MemberLessonContent.vue:94
Found a known-risky pattern (vue_v_html). Review and replace if possible.
resources/js/components/member-area/lesson/MemberLessonContent.vue:94 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in resources/js/Pages/Alunos/Index.vue:540
Found a known-risky pattern (vue_v_html). Review and replace if possible.
resources/js/Pages/Alunos/Index.vue:540 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in resources/js/Pages/Assinaturas/Index.vue:305
Found a known-risky pattern (vue_v_html). Review and replace if possible.
resources/js/Pages/Assinaturas/Index.vue:305 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in resources/js/Pages/Checkout/Show.vue:753
Found a known-risky pattern (vue_v_html). Review and replace if possible.
resources/js/Pages/Checkout/Show.vue:753 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in resources/js/Pages/Partner/Vendas.vue:339
Found a known-risky pattern (vue_v_html). Review and replace if possible.
resources/js/Pages/Partner/Vendas.vue:339 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in resources/js/Pages/Produtos/Index.vue:265
Found a known-risky pattern (vue_v_html). Review and replace if possible.
resources/js/Pages/Produtos/Index.vue:265 Vue v html
medium System graph security security conf 1.00 Insecure pattern 'vue_v_html' in resources/js/Pages/Reembolsos/Index.vue:206
Found a known-risky pattern (vue_v_html). Review and replace if possible.
resources/js/Pages/Reembolsos/Index.vue:206 Vue v html
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 36 placeholder/mock markers across 12 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 49 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: php:8.2-fpm-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 2, 18
Dockerfile:2, 18 (2 hits)
containersPinned dependencies
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `migratedLegacy` in resources/js/lib/pushSubscription.js:169
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph frontend Frontend quality conf 1.00 React Flow <Controls> without dark theming — resources/js/PluginPages/AutoZap/FlowCanvasEditor.vue:542
`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.controls.no-bg
Fq controls no bg
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/34662106-fbf8-4636-afae-5811148ecbbc/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/34662106-fbf8-4636-afae-5811148ecbbc/

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.