Solution for long term memory for agent coding CLIs and to facilitate handoff between different agent vendors
This report presents the forensic synthetic code analysis of akitaonrails/ai-memory, a Rust project with 5,099 GitHub stars. SynthScan v2.0 examined 226,117 lines of code across 408 source files, recording 777 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 777 distinct pattern matches across 10 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Cargo.toml | 121 | COMMENT | |
| LOW | README.md | 481 | -v ai-memory-data:/data \ | COMMENT |
| LOW | .gitleaks.toml | 1 | # gitleaks configuration for ai-memory. | COMMENT |
| LOW | evals/src/main.rs | 1 | //! Live A/B harness for the ai-memory consolidation prompt. | COMMENT |
| LOW | evals/src/main.rs | 21 | //! harness only reports the OBJECTIVE deltas (latency, update | COMMENT |
| LOW | crates/ai-memory-web/build.rs | 1 | //! Build script for ai-memory-web. | COMMENT |
| LOW | crates/ai-memory-web/tests/routes.rs | 2061 | /// On a server that DOES authenticate, a caller it can neither name nor place | COMMENT |
| LOW | crates/ai-memory-web/src/lib.rs | 1 | //! `ai-memory-web` — read-only HTTP browser for the wiki. | COMMENT |
| LOW | crates/ai-memory-web/src/state.rs | 1 | //! Web router state — the handle a request handler receives. | COMMENT |
| LOW | crates/ai-memory-web/src/mount.rs | 21 | use axum::middleware::Next; | COMMENT |
| LOW | crates/ai-memory-web/src/mount.rs | 41 | /// set (`ALPHA / DIGIT / "-" / "." / "_" / "~"`). Dot-segments `.` and | COMMENT |
| LOW | crates/ai-memory-web/src/mount.rs | 281 | /// the call shape. | COMMENT |
| LOW | crates/ai-memory-web/src/markdown.rs | 1 | //! Markdown → HTML rendering for the read-only web browser, plus the | COMMENT |
| LOW | crates/ai-memory-web/src/markdown.rs | 301 | if !trimmed.is_empty() && is_relative && !is_network_path && !trimmed.contains('\\') { | COMMENT |
| LOW | crates/ai-memory-web/src/templates.rs | 1 | //! `askama` template definitions and per-route view-models. | COMMENT |
| LOW | crates/ai-memory-web/src/templates.rs | 161 | } | COMMENT |
| LOW | crates/ai-memory-web/src/templates.rs | 181 | /// Semantic kind. | COMMENT |
| LOW | crates/ai-memory-web/src/templates.rs | 201 | /// chrome they had before v0.8. | COMMENT |
| LOW | crates/ai-memory-web/src/routes/api.rs | 541 | health, | COMMENT |
| LOW | crates/ai-memory-web/src/routes/api.rs | 561 | ai_memory_core::OwnerFilter::for_actor_context( | COMMENT |
| LOW | crates/ai-memory-web/src/routes/api.rs | 581 | /// | COMMENT |
| LOW | crates/ai-memory-web/src/routes/api.rs | 641 | #[serde(skip_serializing_if = "Option::is_none")] | COMMENT |
| LOW | crates/ai-memory-web/src/routes/api.rs | 681 | /// | COMMENT |
| LOW | crates/ai-memory-web/src/routes/api.rs | 1181 | #[serde(default = "default_session_list_limit")] | COMMENT |
| LOW | crates/ai-memory-workstream/src/transcript.rs | 41 | pub source_cursor: Option<String>, | COMMENT |
| LOW | crates/ai-memory-cli/tests/marker_scope.rs | 1 | //! Subprocess tests for `.ai-memory.toml` scope resolution in client commands. | COMMENT |
| LOW | crates/ai-memory-cli/tests/autoscope_env.rs | 1 | //! Subprocess smoke tests for `[auto_scope]` env-var configuration. | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 1 | # ai-memory configuration. | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 21 | # Optional server-side hook ingest limiter for shared/remote installs. The rate | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 41 | # schemas verbatim to strict upstreams that reject root combinators with a | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 61 | # provider as JSON-encoded untrusted data. Any failed or invalid response keeps | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 81 | # - Bigger time-pressure on access: mu = 0.08 | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 101 | sigma = 0.6 | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 121 | # | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 161 | COMMENT | |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 201 | min_session_age_secs = 600 | COMMENT |
| LOW | crates/ai-memory-cli/templates/config.default.toml | 221 | # `ai-memory init` appends further `[auth]` keys (token_pepper, root_username, | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 41 | COMMENT | |
| LOW | crates/ai-memory-cli/src/config.rs | 101 | COMMENT | |
| LOW | crates/ai-memory-cli/src/config.rs | 121 | /// here would crash on harmless deploy-specific env vars before the | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 141 | pub base_path: String, | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 161 | /// `AI_MEMORY_LLM_COMPAT_STRICT=false` for an incompatible endpoint. | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 181 | /// Server-side opt-in for assistant/Stop capture (#196). When true, the | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 201 | /// (Vertex/Gemini `functionDeclaration.parameters`) accepts: the nullable | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 221 | pub reranker: Option<String>, | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 241 | /// LLM consolidation prompt limits. Defaults are sized for a model with a | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 261 | /// Default `single` mode preserves the legacy global slot; `per_session` | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 281 | /// comma-separated string (`"a,b"`) for ergonomics — env vars | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 301 | /// [[admission_webhooks]] | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 461 | Either::Many(v) => v, | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 481 | /// Some(root_username)` on root-token requests, so audit_log | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 501 | /// [`ai_memory_store::hash_token`] to keep stolen | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 541 | ) | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 661 | pub struct AutoImproveSettings { | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 801 | pending_path: ai_memory_consolidate::DEFAULT_AUTO_IMPROVE_PENDING_PATH.into(), | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 821 | /// | COMMENT |
| LOW | crates/ai-memory-cli/src/config.rs | 841 | pub per_user: bool, | COMMENT |
| LOW | crates/ai-memory-cli/src/http_client.rs | 1 | //! Shared HTTP-client glue for thin-client CLI subcommands. | COMMENT |
| LOW | crates/ai-memory-cli/src/http_client.rs | 61 | /// stripped, e.g. `http://127.0.0.1:49374` or `http://192.168.0.90:49374`. | COMMENT |
| LOW | crates/ai-memory-cli/src/http_client.rs | 101 | Some(config.base_path.clone()).filter(|s| !s.is_empty()), | COMMENT |
| 610 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crates/ai-memory-web/tests/routes.rs | 179 | // ── /web HTML chrome for multi-user attribution ────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-web/tests/routes.rs | 2494 | // ── Part A: Cache-Control + ETag tests ───────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/tests/autoscope_env.rs | 231 | // ─── Boundary-value cases for the numeric fields ────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/serve.rs | 2915 | // ── Part B: CORS validation tests ────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/hook_capture.rs | 913 | // ── install-time default strategy (#128), no marker required ────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/hook_capture.rs | 913 | // ── install-time default strategy (#128), no marker required ────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/install_hooks.rs | 5127 | // ── #issue project-strategy preservation on re-apply ───────────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/install_hooks.rs | 5127 | // ── #issue project-strategy preservation on re-apply ───────────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/install_hooks.rs | 5341 | // ── P1.8 validate_as_user ──────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/render_shared.rs | 2895 | // ── install-time --project-strategy baking (#128) ──────────────── | COMMENT |
| MEDIUM | crates/ai-memory-cli/src/commands/render_shared.rs | 2895 | // ── install-time --project-strategy baking (#128) ──────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_multiuser.rs | 346 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_multiuser.rs | 350 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_multiuser.rs | 496 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_multiuser.rs | 503 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_multiuser.rs | 557 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_multiuser.rs | 561 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 388 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 390 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 449 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 451 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 544 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 552 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 642 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 644 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 729 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 731 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 794 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 796 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 855 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 869 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 1055 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/tests/autoscope_stress.rs | 1070 | // ──────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-mcp/src/admin.rs | 9449 | // ── user-management endpoints (P1.4) ────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-core/src/user.rs | 225 | // ── username validation ─────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-core/src/user.rs | 289 | // ── email validation ────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-core/src/user.rs | 346 | // ── NewUser::validate normalisation ─────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-core/src/active_project.rs | 1039 | // ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-core/src/active_project.rs | 1054 | // ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-llm/src/openai_compat.rs | 367 | // ── strip_reasoning_blocks ─────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-wiki/src/wiki.rs | 3788 | // ── P1.6: write attribution ───────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-store/src/users.rs | 117 | // ── SQL ops ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-store/src/users.rs | 299 | // ── helpers ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-store/src/reader.rs | 6843 | // ── user lookups ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-hooks/src/router.rs | 12074 | // ── derive_open_questions heuristic tests ───────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-consolidate/tests/lifecycle.rs | 168 | // ── Phase 1 — bootstrap a fresh wiki + store ───────────────── | COMMENT |
| MEDIUM | crates/ai-memory-consolidate/tests/lifecycle.rs | 213 | // ── Phase 3 — time-travel via direct SQL ──────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-consolidate/tests/lifecycle.rs | 260 | // ── Phase 5 — real sweep; verify row counts ───────────────── | COMMENT |
| MEDIUM | crates/ai-memory-consolidate/tests/lifecycle.rs | 332 | // ── Phase 6 — FTS5 invariants ─────────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-consolidate/tests/lifecycle.rs | 452 | // ── Phase 8 — retention scores ordering sanity check ──────── | COMMENT |
| MEDIUM | crates/ai-memory-consolidate/src/lint.rs | 681 | // ── LintFinding tolerant deserialization ───────────────────────────── | COMMENT |
| MEDIUM | crates/ai-memory-consolidate/src/lint.rs | 709 | // ── use_llm=false skips contradiction pass ─────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.cloudflared.yml | 75 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.cloudflared.yml | 77 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.cloudflared.yml | 93 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.cloudflared.yml | 95 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.caddy.yml | 70 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.caddy.yml | 72 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.caddy.yml | 88 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docker/compose.tls.caddy.yml | 90 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| 18 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Cargo.toml | 14 | # Live A/B harness — not part of the shipped binary, but in | COMMENT |
| MEDIUM | crates/ai-memory-web/src/markdown.rs | 36 | // robust hook. Code (fenced + inline) is skipped so `[[…]]` stays literal | COMMENT |
| MEDIUM | crates/ai-memory-store/src/ops.rs | 2150 | // path-boundary match robust to trailing slash/backslash drift. | COMMENT |
| MEDIUM | docker/multiuser-test/compose.yml | 8 | # The unproxied port is deliberately exposed: it is how the harness checks that | COMMENT |
| MEDIUM | hooks/_lib.sh | 103 | # Extract a harness-native session id from the common hook payload spellings. | COMMENT |
| MEDIUM | scripts/managed-workstream-acceptance.sh | 2 | # Manual, opt-in acceptance test for managed cross-harness workstreams. | COMMENT |
| MEDIUM | scripts/managed-workstream-acceptance.sh | 3 | # This is intentionally not called by CI: the real-harness phase uses the | COMMENT |
| MEDIUM | scripts/managed-workstream-acceptance.sh | 122 | # the harness produced new portable evidence, and any assigned context delta | COMMENT |
| MEDIUM | scripts/managed-workstream-acceptance.sh | 507 | # native session in any auto-detected harness. | COMMENT |
| MEDIUM | scripts/managed-workstream-acceptance.sh | 521 | # The harness list in this message grows as adapters join the automatic | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crates/ai-memory-cli/templates/config.default.toml | 155 | # differ by provider and model. Their sum must fit the model's context window; | COMMENT |
| MEDIUM | crates/ai-memory-hooks/src/router.rs | 1569 | /// injects nothing rather than an empty scaffold. | COMMENT |
| MEDIUM | docs/ARCHITECTURE.md | 538 | # their sum must fit the model context window; | COMMENT |
| MEDIUM | docs/companion-crates.md | 210 | ├── crates/server/ # auth, CSRF, mutation broker, LLM orchestration | CODE |
| MEDIUM | docs/install.md | 1685 | #### Match the consolidation budget to a local model's context window | COMMENT |
| MEDIUM | docs/install.md | 1694 | # e.g. a model loaded with an 8k context window | COMMENT |
| MEDIUM | docs/marker-file.md | 62 | # captures. A multi-agent harness fans one goal out to many subagent | COMMENT |
| MEDIUM | docs/issues-mempalace.md | 119 | - **#1561** - "persist and verify embedding model metadata in palace | CODE |
| MEDIUM | docs/issues-mempalace.md | 124 | - **#1563 / #1261** - embedding model is hardcoded to all-MiniLM-L6-v2; users | CODE |
| MEDIUM | docs/issues-mempalace.md | 180 | | #1561/#1563 - no stored embedding model identity; drift on model change | **#8 `{provider, model, dim}` stored next to | CODE |
| MEDIUM | docs/llm-provider-comparison.md | 370 | ## Run 3 - tightened anti-hallucination system prompt | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/ai-memory-mcp/src/admin.rs | 3738 | // Step 3: execute the rename. The writer validates the name and | COMMENT |
| LOW | crates/ai-memory-mcp/src/admin.rs | 3759 | // Step 4: count is_latest pages that now belong to the renamed project. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/ai-memory-mcp/src/admin.rs | 3738 | // Step 3: execute the rename. The writer validates the name and | COMMENT |
| LOW | crates/ai-memory-mcp/src/admin.rs | 3759 | // Step 4: count is_latest pages that now belong to the renamed project. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/ai-memory-consolidate/tests/lifecycle.rs | 406 | // the "don't forget too fast" property explicit — searching for a | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/install-hooks.sh | 8 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/ai-memory-hooks/src/router.rs | 3735 | .unwrap_or_else(|_| git2::Signature::now("test", "test@test.com").unwrap()); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/examples/auto-improve-eval/score_proposal.py | 13 | CODE |