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.

Diixtra/diixtra-forge

https://github.com/Diixtra/diixtra-forge · scanned 2026-06-17 01:27 UTC (1 month, 2 weeks ago)

24 raw signals (0 security + 24 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -0.8 (diff) · 16 actionable findings from 1 signal source. 8 repeated signals 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 75.9/100 with 100.0% coverage. It contains 2532 nodes across 2 cross-layer flows, written primarily in mixed languages. Engine surfaced 24 findings — concentrated in cicd (7), hardware (5), security (5). Risk profile is high: 3 critical, 1 high, 14 medium. Recommended next step: open the cicd layer findings first — that's where the highest-impact wins live.

Showing 14 of 16 actionable findings. 24 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 apps/base/erpnext/helm-release.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
apps/base/erpnext/helm-release.yaml:308
critical System graph security Secrets conf 1.00 Possible secret in apps/base/frappe-crm/helm-release.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
apps/base/frappe-crm/helm-release.yaml:324
critical System graph security Secrets conf 1.00 Possible secret in clusters/homelab/vars.yaml
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
clusters/homelab/vars.yaml:255
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
Diixtra/diixtra-forge/.github/workflows/code-quality.yaml@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/code-quality-call.yaml:25 CI/CD securitySupply chainGithub actions
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 cicd CI/CD security conf 1.00 6 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
6 files, 6 locations
.github/workflows/build-truenas-app-updater.yaml
.github/workflows/build-warm-model-controller.yaml
.github/workflows/build-workos-webhook-receiver.yaml
.github/workflows/port-auto-merge.yaml
.github/workflows/revert.yaml
.github/workflows/scorecard.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in clusters/dev/flux-system/gotk-components.yaml:4828
Found a known-risky pattern (weak_hash). Review and replace if possible.
clusters/dev/flux-system/gotk-components.yaml:4828 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in clusters/homelab/flux-system/gotk-components.yaml:4828
Found a known-risky pattern (weak_hash). Review and replace if possible.
clusters/homelab/flux-system/gotk-components.yaml:4828 Weak hash
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/talos-render.py:98
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph network Security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
apps/base/forgejo/helm-release.yaml Ports
medium System graph network Security conf 1.00 Privileged port 248 in use
Port 248 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
infrastructure/base/cert-manager/network-policy.yaml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/talos-upgrade.yaml Ports
low System graph hardware Supply chain conf 1.00 4 occurrences Docker base image is tag-pinned but not digest-pinned: docker.io/library/python:3.14-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
2 files, 4 locations
apps/base/warm-model-controller/src/Dockerfile:8, 27 (2 hits)
apps/base/workos-webhook-receiver/src/Dockerfile:6, 25 (2 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.14-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
platform/base/truenas-app-updater/Dockerfile:1 containersPinned dependencies
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/5b20e44b-6b31-4383-b23b-e4d99a61bd18/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5b20e44b-6b31-4383-b23b-e4d99a61bd18/

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.