Policy-driven, layered isolation and containment
This report presents the forensic synthetic code analysis of microsoft/mxc, a Rust project with 1,257 GitHub stars. SynthScan v2.0 examined 276,747 lines of code across 1027 source files, recording 1191 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 5.0 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).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
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 1191 distinct pattern matches across 9 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 | .azure-pipelines/1ES.Build.Official.yml | 1 | # Copyright (c) Microsoft Corporation. All rights reserved. | COMMENT |
| LOW | .azure-pipelines/1ES.IsolationSession.TestBundle.yml | 1 | # Copyright (c) Microsoft Corporation. All rights reserved. | COMMENT |
| LOW | .azure-pipelines/templates/Rust.Toolchain.Public.yml | 1 | # Copyright (c) Microsoft Corporation. All rights reserved. | COMMENT |
| LOW | .azure-pipelines/templates/Rust.Toolchain.Public.yml | 21 | # That URL is byte-stable for a given (version, triple) so the SHA-256 | COMMENT |
| LOW | …es/templates/IsolationSession.TestBundle.Build.Job.yml | 1 | # Copyright (c) Microsoft Corporation. All rights reserved. | COMMENT |
| LOW | .azure-pipelines/templates/Fuzz.Build.Job.yml | 1 | # Copyright (c) Microsoft Corporation. All rights reserved. | COMMENT |
| LOW | tests/scripts/run_bwrap_teardown_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_version_gate_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_enforcement_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_readonly_denial_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_inbound_deny_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_inbound_deny_test.sh | 41 | command -v ip6tables >/dev/null 2>&1 || skip "ip6tables is not installed." | COMMENT |
| LOW | tests/scripts/run_bwrap_denied_masking_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_deny_precedence_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_all_tests.sh | 81 | run_test "LXC Filesystem" "$SCRIPT_DIR/run_lxc_filesystem_test.sh" | COMMENT |
| LOW | tests/scripts/run_lxc_all_tests.sh | 101 | # carries no information about the code under test. | COMMENT |
| LOW | tests/scripts/run_lxc_network_cidr_boundary_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_credentials_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_credentials_test.sh | 21 | # Unlike the other LXC network tests, this one needs no root, no LXC, no | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_reuse_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_most_specific_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_inbound_deny_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_inbound_deny_test.sh | 21 | # rules, and INPUT actually jumps to it. Unit tests assert the rendered | COMMENT |
| LOW | tests/scripts/run_bwrap_localnet_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_localnet_test.sh | 21 | # combinations are rejected from 0.8; both must still be accepted before it. | COMMENT |
| LOW | tests/scripts/run_lxc_timeout_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_most_specific_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_directional_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_directional_test.sh | 381 | # string, which keeps the check precise without pinning it to chain formatting. | COMMENT |
| LOW | tests/scripts/run_ci_backend_tests.sh | 41 | cp -a "$binary_directory/." "$release_directory/" | COMMENT |
| LOW | tests/scripts/run_lxc_denied_masking_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_env_cwd_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 21 | # The *_LEAK and PIN_ABSENT counterparts mean the isolation or the pin | COMMENT |
| LOW | tests/scripts/run_bwrap_firewall_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_firewall_test.sh | 41 | fi | COMMENT |
| LOW | tests/scripts/run_bwrap_firewall_test.sh | 61 | # unprivileged -- which is why this case used to be written as `|| true`. That | COMMENT |
| LOW | tests/scripts/run_lxc_network_v07_schema_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_bwrap_filesystem_object_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_ipv6_cidr_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_test.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_test.sh | 21 | # Scope of the DNS assertions, measured rather than assumed. The chain is | COMMENT |
| LOW | tests/scripts/run_lxc_network_proxy_test.sh | 41 | # because there is no name to resolve, so no hosts entry is written on this | COMMENT |
| LOW | tests/scripts/lib/chain_name.sh | 1 | #!/bin/bash | COMMENT |
| LOW | docs/schema.md | 121 | // Under bubblewrap at schema 0.8+ with | COMMENT |
| LOW | docs/schema.md | 141 | // egress is dropped except the proxy endpoint, and DNS | COMMENT |
| LOW | docs/schema.md | 161 | COMMENT | |
| LOW | …s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md | 261 | COMMENT | |
| LOW | …s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md | 861 | // Parser deserializes the JSON above into an ExecutionRequest with | COMMENT |
| LOW | …s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md | 1201 | _sandbox_id: &str, | COMMENT |
| LOW | …s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md | 1221 | /// process's** own stdio, where a pseudo-console is legitimate and stderr may | COMMENT |
| LOW | …s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md | 1341 | /// Stdin pipe handle. Not consumed by the executor relay, which forwards | COMMENT |
| LOW | …ware-lifecycle/mxc-state-aware-sandbox-api-overview.md | 321 | // then calls: | COMMENT |
| LOW | sdk/dotnet/Microsoft.Mxc.Sdk.ConsoleDriver/Program.cs | 1 | // Copyright (c) Microsoft Corporation. | COMMENT |
| LOW | sdk/dotnet/Microsoft.Mxc.Sdk/RunResult.cs | 21 | /// <summary>Everything the sandboxed process wrote to stderr.</summary> | COMMENT |
| LOW | sdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs | 61 | CancellationToken cancellationToken = default); | COMMENT |
| LOW | sdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs | 81 | /// <para> | COMMENT |
| LOW | sdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs | 201 | return _stdin; | COMMENT |
| LOW | sdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs | 221 | /// </summary> | COMMENT |
| LOW | sdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs | 401 | /// </summary> | COMMENT |
| 992 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 113 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 115 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 173 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 175 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 201 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 203 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 231 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_inbound_deny_test.sh | 233 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_credentials_test.sh | 48 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_credentials_test.sh | 51 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_credentials_test.sh | 89 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_credentials_test.sh | 91 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 121 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 123 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 170 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 174 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 228 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 230 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 257 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_inbound_deny_test.sh | 259 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_directional_test.sh | 49 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_directional_test.sh | 51 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_directional_test.sh | 117 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_directional_test.sh | 119 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_directional_test.sh | 372 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_bwrap_directional_test.sh | 374 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 74 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 78 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 118 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 121 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 139 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 142 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 193 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 196 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 241 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 243 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 251 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_hostname_test.sh | 253 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_v07_schema_test.sh | 68 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_v07_schema_test.sh | 70 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_v07_schema_test.sh | 96 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_v07_schema_test.sh | 98 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_test.sh | 72 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_test.sh | 76 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_test.sh | 108 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_test.sh | 114 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_test.sh | 138 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/scripts/run_lxc_network_proxy_test.sh | 141 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_test.sh | 174 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_test.sh | 176 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_test.sh | 184 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/scripts/run_lxc_network_proxy_test.sh | 187 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/core/mxc_darwin/src/main.rs | 130 | // ── Telemetry init (experimental) ─────────────────────────────── | COMMENT |
| MEDIUM | src/core/mxc_darwin/src/main.rs | 175 | // ── Telemetry emit (experimental) ─────────────────────────────── | COMMENT |
| MEDIUM | src/core/lxc/src/main.rs | 210 | // ── Telemetry init (experimental) ─────────────────────────────── | COMMENT |
| MEDIUM | src/core/lxc/src/main.rs | 263 | // ── Telemetry emit (experimental) ─────────────────────────────── | COMMENT |
| MEDIUM | …e/wxc_common/src/network_parser_loopback_spec_tests.rs | 9 | // ─── 127.0.0.0/8 ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …e/wxc_common/src/network_parser_loopback_spec_tests.rs | 58 | // ─── 127.x.x.x near-misses ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …e/wxc_common/src/network_parser_loopback_spec_tests.rs | 96 | // ─── ::1 ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …e/wxc_common/src/network_parser_loopback_spec_tests.rs | 108 | // ─── Bracketed IPv6 ────────────────────────────────────────────────────────── | COMMENT |
| 32 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/authoring-a-new-feature.md | 26 | ## Step 0: Where does my feature go? | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 57 | ## Step 1: Write a Feature Spec | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 81 | ## Step 2: OS changes (if applicable) | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 124 | ## Step 1: Add the field to the wire model (the schema source of truth) | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 167 | ## Step 2: Add the model struct | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 191 | ## Step 3: Map the wire field to the domain model | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 225 | ## Step 4: Implement the feature in the runner | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 275 | ## Step 5: Add a test config | COMMENT |
| LOW | docs/authoring-a-new-feature.md | 314 | ## Step 6: Update the SDK (if needed) | COMMENT |
| LOW⚡ | …c/backends/appcontainer/common/src/sandbox_tracking.rs | 173 | // Step 1: Clear BFS filesystem policies (must happen before profile deletion). | COMMENT |
| LOW⚡ | …c/backends/appcontainer/common/src/sandbox_tracking.rs | 176 | // Step 2: Delete the AppContainer profile. | COMMENT |
| LOW | …c/backends/appcontainer/common/src/sandbox_tracking.rs | 199 | // Step 3: Delete the registry tracking entry. | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 340 | /// Step 2: Start the isolation session for the pegged agent user. | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 421 | /// Step 3: Create a process inside the started isolation session and run it | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 614 | /// Step 4: Stop the isolation session. | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 626 | /// Step 5: Deprovision the agent user. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/playground/src/renderer/app.ts | 796 | function updateContainmentDropdown(): void { | CODE |
| LOW | tests/playground/src/renderer/app.ts | 819 | function isExperimentalContainment(): boolean { | CODE |
| LOW | tests/playground/src/renderer/app.ts | 827 | function updatePlatformBadgeForContainment(containment: string): void { | CODE |
| LOW | sdk/node/tests/integration/test-helpers.ts | 321 | export async function probeIsolationSessionFeature(): Promise<string | undefined> { | CODE |
| LOW | sdk/node/src/helper.ts | 47 | export function warnLegacyContainmentOnce(legacy: string, canonical: string): void { | CODE |
| LOW | sdk/node/src/helper.ts | 147 | export function resolveBinaryAndCommonArgs( | CODE |
| LOW | sdk/node/src/sandbox.ts | 20 | function generateRandomContainerName(): string { | CODE |
| LOW | sdk/node/src/sandbox.ts | 71 | function hasDirectionalNetworkFields(network: NonNullable<SandboxPolicy['network']>): boolean { | CODE |
| LOW | sdk/node/src/sandbox.ts | 180 | function buildProcessBaseContainerConfig( | CODE |
| LOW | sdk/node/src/sandbox.ts | 796 | function tryParseErrorEnvelopeFromLines(output: string): MxcError | null { | CODE |
| LOW | sdk/node/src/platform.ts | 33 | function isWindowsSandboxAvailable(): boolean { | CODE |
| LOW | sdk/node/src/platform.ts | 147 | function populateIsolationFromProbe(support: PlatformSupport): void { | CODE |
| LOW | sdk/node/src/platform.ts | 307 | function defaultBwrapVersionRunner(): BwrapVersionResult { | CODE |
| LOW | sdk/node/src/platform.ts | 520 | function getDarwinRustTargetTriple(): string { | CODE |
| LOW | sdk/node/src/policy.ts | 143 | function hasAllApplicationPackagesAccess(dirPath: string): boolean { | CODE |
| LOW | scripts/versioning/lib/version.js | 32 | function compareNumericIdentifiers(left, right) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …tnet/Microsoft.Mxc.Sdk.Tests/MxcSandboxProcessTests.cs | 179 | // expansion — no external process spawn, so it is robust to the sandbox | COMMENT |
| MEDIUM | sdk/node/src/state-aware-helper.ts | 182 | // Not JSON. Definitely script output. | COMMENT |
| MEDIUM | src/core/wxc_common/src/filesystem_dacl.rs | 3128 | // test is robust to host-specific ACL layouts. | COMMENT |
| MEDIUM | src/core/wxc_common/src/proxy_env.rs | 13 | //! Two hygiene rules make this robust: | COMMENT |
| MEDIUM | src/host/plm/src/trust.rs | 74 | /// exclude the (self-signed) root — the standard, network-robust policy used by | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …c/backends/appcontainer/common/src/sandbox_tracking.rs | 173 | // Step 1: Clear BFS filesystem policies (must happen before profile deletion). | COMMENT |
| LOW⚡ | …c/backends/appcontainer/common/src/sandbox_tracking.rs | 176 | // Step 2: Delete the AppContainer profile. | COMMENT |
| LOW | …c/backends/appcontainer/common/src/sandbox_tracking.rs | 199 | // Step 3: Delete the registry tracking entry. | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 340 | /// Step 2: Start the isolation session for the pegged agent user. | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 421 | /// Step 3: Create a process inside the started isolation session and run it | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 614 | /// Step 4: Stop the isolation session. | COMMENT |
| LOW | src/backends/isolation_session/common/src/manager.rs | 626 | /// Step 5: Deprovision the agent user. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/Build.yml | 2 | # split: this file orchestrates, each stage lives in its own reusable. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …windows-sdk/ProcessSecurityEnvironment.provenance.toml | 3 | # This file is the single source of truth for the pinned regeneration toolchain | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/testing/wxc_e2e_tests/tests/e2e_windows.rs | 1116 | except Exception as e:\n\ | CODE |