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.

mnemon-dev/mnemon

https://github.com/mnemon-dev/mnemon · scanned 2026-05-15 05:01 UTC (4 weeks, 1 day ago) · 10 languages

68 raw signals (16 security + 52 graph) 100th percentile · Go · small (2-20K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 weeks, 1 day ago · v1 · 7 actionable findings from 1 signal source. 5 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 93.3 0.25 23.32
testing_score 80.0 0.20 16.00
documentation_score 100.0 0.15 15.00
practices_score 75.0 0.15 11.25
code_quality 68.3 0.10 6.83
Overall 1.00 85.2
Calibrated penalty buckets (security_score): docker: 6.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade A- (85/100). Dimensions: security 93, maintainability 85. 16 findings. 12,102 lines analyzed.

Showing 7 of 7 actionable findings. 12 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.

medium Security checks cicd CI/CD security conf 0.94 Compose service `ollama` image uses the latest tag
The latest tag is mutable and can change without a code review, producing different images from the same source.
docker-compose.yml:30 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 2 occurrences Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
lines 12, 19
Dockerfile:12, 19 (2 hits)
CI/CD securitycontainers
low Security checks quality Quality conf 0.60 Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
harness/hosts/claude-code/skill-loop/scripts/update_settings.py:2 duplicationquality
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore CI/CD securitycontainers
low Security checks quality Error handling conf 1.00 3 occurrences [ERR003] Ignored Error (Go): Ignoring error return values.
Handle the error or use errcheck linter.
3 files, 3 locations
cmd/recall.go:55
cmd/remember.go:229
cmd/search.go:38
high Security checks cicd CI/CD security conf 0.56 Compose service does not declare a runtime user
If the image does not define USER internally, this service may run as root.
docker-compose.yml:30 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 3 occurrences Compose service lacks no-new-privileges hardening
no-new-privileges prevents processes from gaining additional privileges through setuid binaries or file capabilities.
lines 1, 14, 30
docker-compose.yml:1, 14, 30 (3 hits)
CI/CD securitycontainers
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/a31848df-36e5-41b4-80a0-ca10dc50cd79/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a31848df-36e5-41b4-80a0-ca10dc50cd79/

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.