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.

Dicklesworthstone/mcp_agent_mail_rust

https://github.com/Dicklesworthstone/mcp_agent_mail_rust · scanned 2026-06-17 01:28 UTC (1 month, 2 weeks ago)

232 raw signals (0 security + 232 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -27.8 (diff) · 185 actionable findings from 1 signal source. 47 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 48.9/100 with 88.9% coverage. It contains 1470 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 232 findings — concentrated in quality (150), security (32), cicd (32). Risk profile is high: 28 critical, 2 high, 29 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 171 of 185 actionable findings. 232 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 2 occurrences Possible secret in crates/mcp-agent-mail-db/src/search_canonical.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
lines 427, 639
crates/mcp-agent-mail-db/src/search_canonical.rs:427, 639 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in crates/mcp-agent-mail-search-core/src/canonical.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
lines 427, 639
crates/mcp-agent-mail-search-core/src/canonical.rs:427, 639 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in crates/mcp-agent-mail-share/src/bundle.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
lines 3274, 3275
crates/mcp-agent-mail-share/src/bundle.rs:3274, 3275 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in crates/mcp-agent-mail-share/src/crypto.rs
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
lines 844, 845
crates/mcp-agent-mail-share/src/crypto.rs:844, 845 (2 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in crates/mcp-agent-mail-share/src/deploy.rs
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
lines 3054, 3055
crates/mcp-agent-mail-share/src/deploy.rs:3054, 3055 (2 hits)
critical System graph security Secrets conf 1.00 8 occurrences Possible secret in crates/mcp-agent-mail-share/src/scrub.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
lines 912, 1006, 1033, 1173, 1333, 1375, 1472, 1473
crates/mcp-agent-mail-share/src/scrub.rs:912, 1006, 1033, 1173, 1333, 1375, 1472, 1473 (8 hits)
critical System graph security Secrets conf 1.00 5 occurrences Possible secret in crates/mcp-agent-mail-share/src/static_render.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
lines 1850, 1859, 2986, 3100, 3317
crates/mcp-agent-mail-share/src/static_render.rs:1850, 1859, 2986, 3100, 3317 (5 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in crates/mcp-agent-mail/benches/benchmarks.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
lines 2892
crates/mcp-agent-mail/benches/benchmarks.rs:2892 (2 hits)
high System graph security security conf 1.00 Insecure pattern 'eval_used' in scripts/e2e_share_verify_live.sh:225
Found a known-risky pattern (eval_used). Review and replace if possible.
scripts/e2e_share_verify_live.sh:225 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in crates/mcp-agent-mail-share/src/scope.rs:179
Found a known-risky pattern (exec_used). Review and replace if possible.
crates/mcp-agent-mail-share/src/scope.rs:179 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — crates/mcp-agent-mail-share/viewer_assets/coi-serviceworker.js:27
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — experimental/mcp-agent-mail-wasm/www/index.js:349
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: AGENTS.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
AGENTS.md VerificationAgents md
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 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
peter-evans/create-pull-request@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 4 locations
.github/workflows/dist.yml:146, 311 (2 hits)
.github/workflows/conformance-fixture-regen.yml:68
.github/workflows/notify-acfs.yml:45
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 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.
3 files, 3 locations
.github/workflows/conformance-fixture-regen.yml
.github/workflows/dist.yml
.github/workflows/docker.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in crates/mcp-agent-mail-server/src/mail_ui.rs:2314
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
crates/mcp-agent-mail-server/src/mail_ui.rs:2314 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in crates/mcp-agent-mail-share/viewer_assets/index.html:1327
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
crates/mcp-agent-mail-share/viewer_assets/index.html:1327 Direct innerhtml assignment
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 232 placeholder/mock markers across 61 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 network Security conf 1.00 Privileged port 200 in use
Port 200 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/e2e_tui_compat_matrix.sh Ports
medium System graph network Security conf 1.00 Privileged port 24 in use
Port 24 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/e2e_tui_compat_matrix.sh Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/e2e_tui_compat_matrix.sh Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 271 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 46, 204
Dockerfile:46, 204 (2 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 25 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
9 files, 25 locations
.github/workflows/ci.yml:104, 170, 322, 386, 547, 623, 842, 936, +4 more (12 hits)
.github/workflows/archive-fsync-matrix.yml:59, 90 (2 hits)
.github/workflows/archive-perf-gate.yml:43, 52 (2 hits)
.github/workflows/atc-perf-gate.yml:43, 52 (2 hits)
.github/workflows/dist.yml:228, 247 (2 hits)
.github/workflows/docker.yml:190, 220 (2 hits)
.github/workflows/conformance-fixture-regen.yml:57
.github/workflows/observability_drift.yml:24
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/check_observability_drift.py:iter_rust_files_python, scripts/check_observability_drift.py:iter_rust_files This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docume…
duplicatesduplication
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — crates/mcp-agent-mail-share/viewer_assets/coi-serviceworker.js:79
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — experimental/mcp-agent-mail-wasm/www/index.js:442
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/bench.rs (1904 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/ci.rs (4163 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/doctor/fixers/mod.rs (2422 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/doctor/fixers/orphan_foreign_key_rows.rs (1346 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/doctor/mod.rs (3017 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/doctor/mutate.rs (2146 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/doctor/undo.rs (3130 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/e2e_artifacts.rs (1485 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/e2e_runner.rs (2923 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/legacy.rs (2857 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/src/robot.rs (23478 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-cli/tests/integration_runs.rs (4938 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-conformance/tests/conformance.rs (3730 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/atc_assumptions.rs (1378 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/atc_composition.rs (1617 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/atc_effect_semantics.rs (1328 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/atc_labeling.rs (1598 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/atc_policy_certificates.rs (1862 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/atc_transparency.rs (1380 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/backpressure.rs (1454 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/config.rs (5619 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/diagnostics.rs (2437 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/experience.rs (2241 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/flake_triage.rs (1646 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/kpi.rs (3172 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/legacy.rs (2466 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/mcp_config.rs (2214 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/metrics.rs (2754 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/models.rs (1785 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/setup.rs (4162 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-core/src/toon.rs (1872 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/archive_anomaly.rs (2733 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/atc_queries.rs (2634 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/cache.rs (2966 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/coalesce.rs (2059 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/error.rs (2035 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/forensics.rs (1858 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/mail_explorer.rs (1489 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/mailbox_verdict.rs (3208 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/migrate.rs (2699 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/pool.rs (14663 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/queries.rs (24876 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/query_assistance.rs (1801 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/reconstruct.rs (7851 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/retry.rs (1788 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/schema.rs (5522 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/search_candidates.rs (1598 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/search_consistency.rs (1721 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/search_embedding_jobs.rs (2249 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/search_planner.rs (2171 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/search_service.rs (7878 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/search_two_tier.rs (3073 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/search_v3.rs (2930 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/sync.rs (1777 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/src/tracking.rs (1603 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/forensic_bundle_replay.rs (1738 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/golden_ranking.rs (1509 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/load_bench.rs (2470 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/load_concurrency.rs (1797 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/query_integration.rs (2246 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/relevance_harness.rs (1423 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/schema_migration.rs (2903 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/scope_policy_property.rs (1514 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/search_planner_unit.rs (2065 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/search_quality.rs (1717 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/stress.rs (3773 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-db/tests/sustained_load.rs (1488 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-guard/src/lib.rs (3907 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-search-core/src/consistency.rs (1721 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-search-core/src/embedding_jobs.rs (2281 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-search-core/src/hybrid_candidates.rs (1561 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-search-core/src/lexical_parser.rs (1800 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-search-core/src/two_tier.rs (3342 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/atc.rs (12074 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/atc_replay.rs (2443 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/cleanup.rs (1769 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/console.rs (4811 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/mail_ui.rs (6187 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/startup_checks.rs (4794 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/static_export.rs (1641 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_app.rs (14427 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_bridge.rs (3321 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_chrome.rs (2528 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_compose.rs (2475 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_events.rs (3752 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_focus.rs (1879 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_layout.rs (2128 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_macro.rs (1892 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_markdown.rs (1794 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_persist.rs (1965 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_poller.rs (6538 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/agents.rs (3379 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/analytics.rs (4282 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/archive_browser.rs (2187 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/atc.rs (1363 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/attachments.rs (2114 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/contacts.rs (2409 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/dashboard.rs (9245 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/explorer.rs (3716 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/inspector.rs (1557 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/messages.rs (9242 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/mod.rs (1611 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/projects.rs (2335 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/reservations.rs (4051 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/search.rs (8359 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/system_health.rs (6603 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/threads.rs (6907 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/timeline.rs (5122 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_screens/tool_metrics.rs (2966 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_theme.rs (3935 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_web_dashboard.rs (2360 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/src/tui_widgets.rs (9303 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-server/tests/truthfulness_integration.rs (2758 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/bundle.rs (4751 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/crypto.rs (2565 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/deploy.rs (4901 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/executor.rs (1816 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/finalize.rs (2055 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/planner.rs (2176 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/probe.rs (1574 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/scope.rs (1471 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/scrub.rs (1772 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/snapshot.rs (1534 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-share/src/static_render.rs (3463 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-storage/src/lib.rs (18176 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-storage/tests/stress_pipeline.rs (3506 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/identity.rs (3052 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/lib.rs (2311 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/llm.rs (2011 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/macros.rs (1456 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/messaging.rs (6179 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/products.rs (3109 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/reservations.rs (3618 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/resources.rs (8165 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail-tools/src/search.rs (2270 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: crates/mcp-agent-mail/benches/benchmarks.rs (3638 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: install.sh (6819 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/e2e_lib.sh (3808 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/e2e_tui_full_traversal.sh (3065 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/incident_capture_harness.sh (1416 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/truth_probe_runner.sh (1641 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/e2e/test_stress_load.sh (1520 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/446640bc-eacc-443a-b418-e43082be3c89/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/446640bc-eacc-443a-b418-e43082be3c89/

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.