Source control for agents. Use multiple coding agents, track their changes and query them in one place
This report presents the forensic synthetic code analysis of pacifio/atlas, a Rust project with 3,095 GitHub stars. SynthScan v2.0 examined 260,365 lines of code across 860 source files, recording 1178 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 7.8 places this repository in the Low AI signal 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 1178 distinct pattern matches across 11 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 |
|---|---|---|---|---|
| MEDIUM | Cargo.toml | 174 | # ─── Vendored Codex engine (ADR-0003 fork point `42b5f05`) ─────────────────── | COMMENT |
| MEDIUM | Cargo.toml | 615 | # ─── Cersei SDK — gone (#54) ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | Cargo.toml | 626 | # ─── The vendored engine's own git forks ───────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-terminal/src/lib.rs | 327 | // ── zsh shell integration ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 72 | // ── Recording sink: the DeltaSink seam BroadcastMiddleware occupies ───────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 97 | // ── Per-agent result matrix ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 124 | // ── Delta-stream helpers ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 310 | // ── Phases ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 386 | // ── spawn + session ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 424 | // ── basic tool call: the turn must WRITE a real file ─────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 500 | // ── broadcast wire-order invariants on that turn ─────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 503 | // ── mode switching (incl. plan mode when advertised) ─────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 552 | // ── reasoning effort — the composer's right-hand picker ──────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 562 | // ── model / config-option switching ──────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 612 | // ── cancel mid-turn, then a follow-up turn on the same session ───────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 645 | // ── resume: drop the session, session/load it back ───────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 1002 | // ── Entry ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-agents/examples/backend_suite.rs | 1095 | // ── Report ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/parity_memory_delta.rs | 26 | // ── Ported verbatim from memory_delta.rs's own tests ──────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/parity_memory_delta.rs | 46 | // ── One case per prefix in memory_delta's `looks_secret` table ────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/layers.rs | 30 | // ── Layer 1: Shannon entropy ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/layers.rs | 45 | // ── Layer 2: the vendored betterleaks corpus ──────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/layers.rs | 102 | // ── Layer 3: deterministic provider prefixes ──────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/layers.rs | 125 | // ── Layer 4: credentialed URIs ────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/layers.rs | 136 | // ── Layer 5: database connection strings ──────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/layers.rs | 152 | // ── Layer 6: bounded credential key/value ─────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-redact/tests/layers.rs | 179 | // ── The composed pass ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/health.rs | 87 | // ── OK ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/health.rs | 128 | // ── Degraded ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/health.rs | 224 | // ── Stopped ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/health.rs | 471 | // ── Precedence and recovery ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/timeline.rs | 68 | // ── The Sessions list ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/timeline.rs | 136 | // ── The Session timeline ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/timeline.rs | 255 | // ── Reading while another store in this process holds the writer lock ─────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/timeline.rs | 435 | // ── Active time ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 163 | // ── The core rule ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 348 | // ── Cardinality ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 429 | // ── Commit shapes ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 579 | // ── Recorded facts ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 631 | // ── Backfill and cursor recovery ──────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 741 | // ── Git is optional ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 779 | // ── Scale ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 807 | // ── Consumption: work that landed stops nominating the Session ────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 865 | // ── Time bound: commits older than the Session never link ─────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 897 | // ── Merge side branches ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 943 | // ── Content filters ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 970 | // ── The empty first walk ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 990 | // ── Imported Sessions ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 1026 | // ── Targeted evaluation for commits the cursor already passed (#31) ───────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/linkage.rs | 1026 | // ── Targeted evaluation for commits the cursor already passed (#31) ───────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/rewrites.rs | 146 | // ── Amend ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/rewrites.rs | 181 | // ── Rebase ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/rewrites.rs | 243 | // ── Squash ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/rewrites.rs | 307 | // ── Ambiguity ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/rewrites.rs | 424 | // ── Recovery, idempotency, and reporting ──────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/rewrites.rs | 576 | // ── The production sequence: walk, then reconcile ─────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/import.rs | 53 | // ── Fresh import ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/import.rs | 128 | // ── Transcript timestamps ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/import.rs | 162 | // ── Redaction ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/atlas-checkpoint/tests/import.rs | 193 | // ── Dedupe ────────────────────────────────────────────────────────────────── | COMMENT |
| 367 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Cargo.toml | 1 | # Atlas's root cargo workspace. | COMMENT |
| LOW | Cargo.toml | 161 | # lockfile and its own profile, and joining the workspace would change that | COMMENT |
| LOW | Cargo.toml | 181 | # depends on them. `tests/codex-quarantine.test.ts` is what keeps that true — | COMMENT |
| LOW | Cargo.toml | 201 | license = "Apache-2.0" | COMMENT |
| LOW | Cargo.toml | 561 | COMMENT | |
| LOW | Cargo.toml | 621 | # them rather than by a patch table: a chunk-split fixture that splits an SSE | COMMENT |
| LOW | Cargo.toml | 641 | [patch."ssh://git@github.com/openai-oss-forks/tungstenite-rs.git"] | COMMENT |
| LOW | Cargo.toml | 661 | # 2. commands/capture.rs guards its worker threads — a | COMMENT |
| LOW | Cargo.toml | 681 | opt-level = 0 | COMMENT |
| LOW | bump.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | debump.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tsconfig.test.json | 1 | { | COMMENT |
| LOW | tsconfig.json | 21 | "paths": { | COMMENT |
| LOW | vite.config.ts | 21 | // agent streaming + workspace switches. `index.js` is a table-based, | COMMENT |
| LOW | vite.config.ts | 121 | ], | COMMENT |
| LOW | vite.config.ts | 141 | // | COMMENT |
| LOW | crates/atlas-terminal/src/command.rs | 1 | //! One-shot command terminals — the engine behind ACP's `terminal/*` methods | COMMENT |
| LOW | crates/atlas-terminal/src/command.rs | 21 | COMMENT | |
| LOW | crates/atlas-terminal/src/command.rs | 41 | /// `None` when the process was terminated by a signal. | COMMENT |
| LOW | crates/atlas-terminal/src/command.rs | 101 | // character in half and every later read would show a replacement char | COMMENT |
| LOW | crates/atlas-terminal/src/command.rs | 301 | /// `Some` once the command has exited. | COMMENT |
| LOW | crates/atlas-terminal/src/lib.rs | 241 | /// Holds a `Weak` deliberately — the master must stay droppable by | COMMENT |
| LOW | crates/atlas-agents/examples/backend_suite.rs | 1 | //! Backend certification suite for the ACP registry-only port. | COMMENT |
| LOW | crates/atlas-redact/tests/parity_memory_delta.rs | 1 | //! Parity with the ad-hoc redactor this crate replaces. | COMMENT |
| LOW | crates/atlas-redact/scripts/gen_vendor_rules.py | 41 | from __future__ import annotations | COMMENT |
| LOW | crates/atlas-redact/src/vendor.rs | 1 | //! Layer 2 — the vendored betterleaks rule corpus. | COMMENT |
| LOW | crates/atlas-redact/src/lib.rs | 1 | //! Atlas's single source of truth for secret redaction. | COMMENT |
| LOW | crates/atlas-redact/src/lib.rs | 21 | //! assert!(out.text.contains("[REDACTED]")); | COMMENT |
| LOW | crates/atlas-redact/src/provider.rs | 1 | //! Layer 3 — deterministic provider token prefixes. | COMMENT |
| LOW | crates/atlas-redact/src/provider.rs | 21 | /// a capture group, that group is the redacted span; otherwise the whole match is. | COMMENT |
| LOW | crates/atlas-redact/src/provider.rs | 41 | // fixed. Suppressing a redaction by prefix is a mechanism whose failure mode | COMMENT |
| LOW | crates/atlas-redact/src/placeholder.rs | 1 | //! Values that look like credentials but carry no secret. | COMMENT |
| LOW | crates/atlas-redact/src/entropy.rs | 1 | //! Layer 1 — Shannon entropy over long alphanumeric-ish tokens. | COMMENT |
| LOW | crates/atlas-redact/src/json.rs | 1 | //! JSON-aware redaction: walk the value, scrub the leaves, keep the structure. | COMMENT |
| LOW | crates/atlas-redact/src/credential.rs | 1 | //! Layer 6 — bounded credential key/value pairs. | COMMENT |
| LOW | crates/atlas-redact/src/credential.rs | 61 | /// *the key must end in a credential word* — is not something a single regex | COMMENT |
| LOW | crates/atlas-redact/src/credential.rs | 121 | /// message would pass through the flat redactor untouched. | COMMENT |
| LOW | crates/atlas-redact/src/dsn.rs | 1 | //! Layer 5 — database connection strings, treated as one unit. | COMMENT |
| LOW | crates/atlas-redact/src/uri.rs | 1 | //! Layer 4 — credentialed URIs. | COMMENT |
| LOW | crates/atlas-checkpoint/tests/linkage.rs | 241 | // so one reworded word cost the link, and the stated fix was to sample | COMMENT |
| LOW | crates/atlas-checkpoint/tests/drain.rs | 1 | //! The outbox drain, against a real HTTP server on loopback. | COMMENT |
| LOW | crates/atlas-checkpoint/tests/workflows.rs | 1 | //! Realistic developer workflows, driven against a real git repo. | COMMENT |
| LOW | crates/atlas-checkpoint/src/health.rs | 1 | //! One visible signal per Workspace, replacing nine invisible failures. | COMMENT |
| LOW | crates/atlas-checkpoint/src/health.rs | 21 | //! single place that says so. | COMMENT |
| LOW | crates/atlas-checkpoint/src/health.rs | 61 | #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)] | COMMENT |
| LOW | crates/atlas-checkpoint/src/health.rs | 81 | pub issues: Vec<HealthIssue>, | COMMENT |
| LOW | crates/atlas-checkpoint/src/health.rs | 101 | /// reported by the watcher registry itself. | COMMENT |
| LOW | crates/atlas-checkpoint/src/tools.rs | 1 | //! Turning what the wire says into something you can `GROUP BY`. | COMMENT |
| LOW | crates/atlas-checkpoint/src/tools.rs | 81 | /// One of the two things that make a `file_touch` expected, and the weaker | COMMENT |
| LOW | crates/atlas-checkpoint/src/tools.rs | 201 | } | COMMENT |
| LOW | crates/atlas-checkpoint/src/tools.rs | 341 | COMMENT | |
| LOW | crates/atlas-checkpoint/src/error.rs | 1 | //! Failure modes of the capture path. | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 1 | //! Turning observed commits into Checkpoints. | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 21 | //! workflow, and demanding an exact content match here would silently discard | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 41 | //! commit was created, which is what makes the bounded recovery re-scan safe: | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 81 | /// is a Workspace that has silently gone dark. | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 181 | }, | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 321 | } | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 421 | // Both sides must agree the file predates the agent's write. Git's | COMMENT |
| LOW | crates/atlas-checkpoint/src/checkpoint.rs | 461 | // scaffolds a file, the developer fixes one line, and the Checkpoint | COMMENT |
| 641 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Cargo.toml | 708 | # terminal, the embedder and the RAG engine unoptimized. Restating the level | COMMENT |
| MEDIUM | crates/atlas-redact/scripts/gen_vendor_rules.py | 63 | # wide range is a context window (`.{0,200}` spanning lines) the same rewrite | COMMENT |
| MEDIUM | crates/atlas-memory/README.md | 1 | # atlas-memory — Atlas's RAG / memory engine | COMMENT |
| MEDIUM | docs/atlas-agent-codex-port-spec.md | 48 | ### Bonus, for free: the RAG stack | COMMENT |
| MEDIUM | docs/research/codex-cutover-survival-list.md | 88 | ### A4. Memory/RAG: which one is live? | COMMENT |
| MEDIUM | src-tauri/Cargo.toml | 97 | # On-device RAG/memory engine (MiniLM → usearch HNSW + manifest). The Tauri | COMMENT |
| MEDIUM | src-tauri/Cargo.toml | 101 | # Deterministic codebase scanner (Cersei tree-sitter). Feeds the Memory-Chat RAG | COMMENT |
| MEDIUM | src-tauri/src/state/atlas_config.rs | 277 | "# On-device embedding model, named by its directory. Normally managed\n\ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | crates/atlas-redact/tests/negatives.rs | 52 | "set API_KEY=<your-api-key> before running", | CODE |
| HIGH | crates/atlas-redact/src/placeholder.rs | 29 | "your_api_key", | CODE |
| HIGH | crates/atlas-redact/src/credential.rs | 379 | assert!(spans("API_KEY=<your-api-key>").is_empty()); | CODE |
| HIGH | crates/atlas-redact/src/credential.rs | 422 | assert!(spans(r#"{"api_key": "<your-api-key>"}"#).is_empty()); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …atures/memory/components/memory-timeline-view-prefs.ts | 5 | export function loadMemoryTimelineDayCount(): MemoryTimelineDayCount { | CODE |
| LOW | …atures/memory/components/memory-timeline-view-prefs.ts | 14 | export function saveMemoryTimelineDayCount(dayCount: MemoryTimelineDayCount) { | CODE |
| LOW | src/features/chat/stores/chat-store.ts | 139 | function pushPermissionModeToAgent( | CODE |
| LOW | src/features/chat/stores/chat-store.ts | 624 | function makeAssistantThinkingMessage(thinking: string): ChatMessage { | CODE |
| LOW | src/features/chat/stores/recent-files-store.ts | 70 | export function ensureRecentFilesListener(): void { | CODE |
| LOW | src/features/chat/components/chat-panel.tsx | 112 | async function rebindDisconnectedSession(tabId: string): Promise<boolean> { | CODE |
| LOW | src/features/chat/lib/acp-config-options-cache.ts | 51 | export function loadCachedAcpConfigOptions(agentType: string): unknown[] | null { | CODE |
| LOW | src/features/chat/lib/acp-config-options-cache.ts | 76 | export function saveCachedAcpConfigOptions(agentType: string, options: unknown[]): void { | CODE |
| LOW | src/features/chat/lib/default-agent.ts | 21 | export function defaultAgentForNewSession(): SwitchableAgent { | CODE |
| LOW | src/features/chat/lib/mentions.ts | 261 | export async function listMessagesInPastSession( | CODE |
| LOW | src/features/chat/lib/mentions.ts | 525 | export function publishKnowledgeToMentionCache(): Promise<void> { | CODE |
| LOW | src/features/chat/lib/mentions.ts | 558 | export async function ensureKnowledgeMentionCache(projectPath: string): Promise<void> { | CODE |
| LOW | src/features/comms/stores/comms-store.ts | 828 | export function retryUnloadedConversations(): void { | CODE |
| LOW | src/features/workspaces/stores/workspace-git-store.ts | 115 | export function resetGitSummariesForOrgSwitch() { | CODE |
| LOW | src/features/workspaces/lib/org-scope.ts | 44 | export function activeOrgWorkspacesSnapshot(): Workspace[] { | CODE |
| LOW | src/features/project/stores/project-store.ts | 229 | function maybeEnsureAtlasGitignore(path: string, settings: AppSettings): void { | CODE |
| LOW | …anisations/components/loading-organisation-overlay.tsx | 11 | export function LoadingOrganisationOverlay() { | CODE |
| LOW | src/features/telemetry/error-handlers.ts | 10 | export function installGlobalErrorHandlers(): void { | CODE |
| LOW | src/features/git/stores/git-store.ts | 164 | function ensureGitStatusFreshListener(): void { | CODE |
| LOW | src/lib/safe-unlisten.test.ts | 15 | async function unhandledRejectionsDuring(run: () => void): Promise<unknown[]> { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crates/atlas-redact/src/vendor_rules.rs | 1222 | id: r#"harness-api-key"#, | CODE |
| MEDIUM⚡ | crates/atlas-redact/src/vendor_rules.rs | 1430 | id: r#"lighton-paradigm-api-key"#, | CODE |
| MEDIUM⚡ | crates/atlas-redact/src/vendor_rules.rs | 1431 | pattern: r#"(?i)[\w.-]{0,50}?(?:lighton|paradigm)(?:[ \t\w.-]{0,20})[\s'"]{0,3}(?:=|>|:{1,3}=|\|\||:|=>|\?=|,)[\ | CODE |
| MEDIUM⚡ | crates/atlas-redact/src/vendor_rules.rs | 1432 | keywords: &[r#"lighton"#, r#"paradigm"#], | CODE |
| LOW | src-tauri/resources/nvm.sh | 982 | # if there’s no initial path, just return the supplementary path | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | bump.sh | 4 | # Usage: | COMMENT |
| LOW | debump.sh | 5 | # Usage: | COMMENT |
| LOW | scripts/set-dmg-icon.sh | 15 | # Usage: | COMMENT |
| LOW | scripts/release-macos.sh | 37 | # Usage: | COMMENT |
| LOW | scripts/build-dmg.sh | 19 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/atlas-memory/src/lib.rs | 75 | // Step 10: offline 3-agent retrieval-parity tests + an HNSW-vs-brute-force | COMMENT |
| LOW | crates/atlas-memory/src/lib.rs | 189 | // Step 3: import a legacy `.atlas/memory-index/index.json` (if present) | COMMENT |
| LOW | crates/atlas-memory/src/lib.rs | 202 | // Step 8: one-time, idempotent fold of the legacy shared cross-agent memory | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/atlas-memory/src/lib.rs | 75 | // Step 10: offline 3-agent retrieval-parity tests + an HNSW-vs-brute-force | COMMENT |
| LOW | crates/atlas-memory/src/lib.rs | 189 | // Step 3: import a legacy `.atlas/memory-index/index.json` (if present) | COMMENT |
| LOW | crates/atlas-memory/src/lib.rs | 202 | // Step 8: one-time, idempotent fold of the legacy shared cross-agent memory | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/atlas-redact/scripts/gen_vendor_rules.py | 41 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/atlas-redact/src/placeholder.rs | 24 | "placeholder", | CODE |