Repository Analysis

microsoft/mxc

Policy-driven, layered isolation and containment

5.0 Low AI signal View on GitHub

Analysis Overview

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).

5.0
Adjusted Score
5.0
Raw Score
100%
Time Factor
2026-08-28
Last Push
1.3K
Stars
Rust
Language
276.7K
Lines of Code
1.0K
Files
1.2K
Pattern Hits
2026-08-29
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 0HIGH 0MEDIUM 99LOW 1092

Directory Score Breakdown

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.

Pattern Findings

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.

Over-Commented Block1052 hits · 1034 pts
SeverityFileLineSnippetContext
LOW.azure-pipelines/1ES.Build.Official.yml1# Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOW.azure-pipelines/1ES.IsolationSession.TestBundle.yml1# Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOW.azure-pipelines/templates/Rust.Toolchain.Public.yml1# Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOW.azure-pipelines/templates/Rust.Toolchain.Public.yml21# That URL is byte-stable for a given (version, triple) so the SHA-256COMMENT
LOW…es/templates/IsolationSession.TestBundle.Build.Job.yml1# Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOW.azure-pipelines/templates/Fuzz.Build.Job.yml1# Copyright (c) Microsoft Corporation. All rights reserved.COMMENT
LOWtests/scripts/run_bwrap_teardown_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_version_gate_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_enforcement_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_readonly_denial_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_inbound_deny_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_inbound_deny_test.sh41command -v ip6tables >/dev/null 2>&1 || skip "ip6tables is not installed."COMMENT
LOWtests/scripts/run_bwrap_denied_masking_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_deny_precedence_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_all_tests.sh81run_test "LXC Filesystem" "$SCRIPT_DIR/run_lxc_filesystem_test.sh"COMMENT
LOWtests/scripts/run_lxc_all_tests.sh101# carries no information about the code under test.COMMENT
LOWtests/scripts/run_lxc_network_cidr_boundary_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_proxy_credentials_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_proxy_credentials_test.sh21# Unlike the other LXC network tests, this one needs no root, no LXC, noCOMMENT
LOWtests/scripts/run_lxc_network_proxy_reuse_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_most_specific_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_inbound_deny_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_inbound_deny_test.sh21# rules, and INPUT actually jumps to it. Unit tests assert the renderedCOMMENT
LOWtests/scripts/run_bwrap_localnet_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_localnet_test.sh21# combinations are rejected from 0.8; both must still be accepted before it.COMMENT
LOWtests/scripts/run_lxc_timeout_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_most_specific_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_directional_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_directional_test.sh381# string, which keeps the check precise without pinning it to chain formatting.COMMENT
LOWtests/scripts/run_ci_backend_tests.sh41 cp -a "$binary_directory/." "$release_directory/"COMMENT
LOWtests/scripts/run_lxc_denied_masking_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_env_cwd_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_proxy_hostname_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_proxy_hostname_test.sh21# The *_LEAK and PIN_ABSENT counterparts mean the isolation or the pinCOMMENT
LOWtests/scripts/run_bwrap_firewall_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_firewall_test.sh41 fiCOMMENT
LOWtests/scripts/run_bwrap_firewall_test.sh61# unprivileged -- which is why this case used to be written as `|| true`. ThatCOMMENT
LOWtests/scripts/run_lxc_network_v07_schema_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_bwrap_filesystem_object_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_ipv6_cidr_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_proxy_test.sh1#!/bin/bashCOMMENT
LOWtests/scripts/run_lxc_network_proxy_test.sh21# Scope of the DNS assertions, measured rather than assumed. The chain isCOMMENT
LOWtests/scripts/run_lxc_network_proxy_test.sh41# because there is no name to resolve, so no hosts entry is written on thisCOMMENT
LOWtests/scripts/lib/chain_name.sh1#!/bin/bashCOMMENT
LOWdocs/schema.md121 // Under bubblewrap at schema 0.8+ withCOMMENT
LOWdocs/schema.md141 // egress is dropped except the proxy endpoint, and DNSCOMMENT
LOWdocs/schema.md161COMMENT
LOW…s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md261COMMENT
LOW…s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md861// Parser deserializes the JSON above into an ExecutionRequest withCOMMENT
LOW…s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md1201 _sandbox_id: &str,COMMENT
LOW…s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md1221 /// process's** own stdio, where a pseudo-console is legitimate and stderr mayCOMMENT
LOW…s/state-aware-lifecycle/mxc-state-aware-sandbox-api.md1341 /// Stdin pipe handle. Not consumed by the executor relay, which forwardsCOMMENT
LOW…ware-lifecycle/mxc-state-aware-sandbox-api-overview.md321// then calls:COMMENT
LOWsdk/dotnet/Microsoft.Mxc.Sdk.ConsoleDriver/Program.cs1// Copyright (c) Microsoft Corporation.COMMENT
LOWsdk/dotnet/Microsoft.Mxc.Sdk/RunResult.cs21 /// <summary>Everything the sandboxed process wrote to stderr.</summary>COMMENT
LOWsdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs61 CancellationToken cancellationToken = default);COMMENT
LOWsdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs81/// <para>COMMENT
LOWsdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs201 return _stdin;COMMENT
LOWsdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs221 /// </summary>COMMENT
LOWsdk/dotnet/Microsoft.Mxc.Sdk/MxcSandboxProcess.cs401 /// </summary>COMMENT
992 more matches not shown…
Decorative Section Separators92 hits · 288 pts
SeverityFileLineSnippetContext
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh113# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh115# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh173# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh175# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh201# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh203# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh231# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_inbound_deny_test.sh233# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_credentials_test.sh48# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_credentials_test.sh51# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_credentials_test.sh89# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_credentials_test.sh91# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh121# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh123# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh170# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh174# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh228# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh230# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh257# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_inbound_deny_test.sh259# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_directional_test.sh49# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_directional_test.sh51# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_directional_test.sh117# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_directional_test.sh119# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_directional_test.sh372# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_bwrap_directional_test.sh374# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh74# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh78# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh118# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh121# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh139# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh142# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh193# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh196# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh241# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh243# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh251# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_hostname_test.sh253# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_v07_schema_test.sh68# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_v07_schema_test.sh70# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_v07_schema_test.sh96# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_v07_schema_test.sh98# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh72# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh76# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh108# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh114# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh138# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh141# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh174# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh176# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh184# ---------------------------------------------------------------------------COMMENT
MEDIUMtests/scripts/run_lxc_network_proxy_test.sh187# ---------------------------------------------------------------------------COMMENT
MEDIUMsrc/core/mxc_darwin/src/main.rs130 // ── Telemetry init (experimental) ───────────────────────────────COMMENT
MEDIUMsrc/core/mxc_darwin/src/main.rs175 // ── Telemetry emit (experimental) ───────────────────────────────COMMENT
MEDIUMsrc/core/lxc/src/main.rs210 // ── Telemetry init (experimental) ───────────────────────────────COMMENT
MEDIUMsrc/core/lxc/src/main.rs263 // ── Telemetry emit (experimental) ───────────────────────────────COMMENT
MEDIUM…e/wxc_common/src/network_parser_loopback_spec_tests.rs9// ─── 127.0.0.0/8 ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…e/wxc_common/src/network_parser_loopback_spec_tests.rs58// ─── 127.x.x.x near-misses ───────────────────────────────────────────────────COMMENT
MEDIUM…e/wxc_common/src/network_parser_loopback_spec_tests.rs96// ─── ::1 ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…e/wxc_common/src/network_parser_loopback_spec_tests.rs108// ─── Bracketed IPv6 ──────────────────────────────────────────────────────────COMMENT
32 more matches not shown…
Structural Annotation Overuse16 hits · 26 pts
SeverityFileLineSnippetContext
LOWdocs/authoring-a-new-feature.md26## Step 0: Where does my feature go?COMMENT
LOWdocs/authoring-a-new-feature.md57## Step 1: Write a Feature SpecCOMMENT
LOWdocs/authoring-a-new-feature.md81## Step 2: OS changes (if applicable)COMMENT
LOWdocs/authoring-a-new-feature.md124## Step 1: Add the field to the wire model (the schema source of truth)COMMENT
LOWdocs/authoring-a-new-feature.md167## Step 2: Add the model structCOMMENT
LOWdocs/authoring-a-new-feature.md191## Step 3: Map the wire field to the domain modelCOMMENT
LOWdocs/authoring-a-new-feature.md225## Step 4: Implement the feature in the runnerCOMMENT
LOWdocs/authoring-a-new-feature.md275## Step 5: Add a test configCOMMENT
LOWdocs/authoring-a-new-feature.md314## Step 6: Update the SDK (if needed)COMMENT
LOW…c/backends/appcontainer/common/src/sandbox_tracking.rs173 // Step 1: Clear BFS filesystem policies (must happen before profile deletion).COMMENT
LOW…c/backends/appcontainer/common/src/sandbox_tracking.rs176 // Step 2: Delete the AppContainer profile.COMMENT
LOW…c/backends/appcontainer/common/src/sandbox_tracking.rs199 // Step 3: Delete the registry tracking entry.COMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs340 /// Step 2: Start the isolation session for the pegged agent user.COMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs421 /// Step 3: Create a process inside the started isolation session and run itCOMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs614 /// Step 4: Stop the isolation session.COMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs626 /// Step 5: Deprovision the agent user.COMMENT
Hyper-Verbose Identifiers16 hits · 16 pts
SeverityFileLineSnippetContext
LOWtests/playground/src/renderer/app.ts796function updateContainmentDropdown(): void {CODE
LOWtests/playground/src/renderer/app.ts819function isExperimentalContainment(): boolean {CODE
LOWtests/playground/src/renderer/app.ts827function updatePlatformBadgeForContainment(containment: string): void {CODE
LOWsdk/node/tests/integration/test-helpers.ts321export async function probeIsolationSessionFeature(): Promise<string | undefined> {CODE
LOWsdk/node/src/helper.ts47export function warnLegacyContainmentOnce(legacy: string, canonical: string): void {CODE
LOWsdk/node/src/helper.ts147export function resolveBinaryAndCommonArgs(CODE
LOWsdk/node/src/sandbox.ts20function generateRandomContainerName(): string {CODE
LOWsdk/node/src/sandbox.ts71function hasDirectionalNetworkFields(network: NonNullable<SandboxPolicy['network']>): boolean {CODE
LOWsdk/node/src/sandbox.ts180function buildProcessBaseContainerConfig(CODE
LOWsdk/node/src/sandbox.ts796function tryParseErrorEnvelopeFromLines(output: string): MxcError | null {CODE
LOWsdk/node/src/platform.ts33function isWindowsSandboxAvailable(): boolean {CODE
LOWsdk/node/src/platform.ts147function populateIsolationFromProbe(support: PlatformSupport): void {CODE
LOWsdk/node/src/platform.ts307function defaultBwrapVersionRunner(): BwrapVersionResult {CODE
LOWsdk/node/src/platform.ts520function getDarwinRustTargetTriple(): string {CODE
LOWsdk/node/src/policy.ts143function hasAllApplicationPackagesAccess(dirPath: string): boolean {CODE
LOWscripts/versioning/lib/version.js32function compareNumericIdentifiers(left, right) {CODE
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM…tnet/Microsoft.Mxc.Sdk.Tests/MxcSandboxProcessTests.cs179 // expansion — no external process spawn, so it is robust to the sandboxCOMMENT
MEDIUMsdk/node/src/state-aware-helper.ts182 // Not JSON. Definitely script output.COMMENT
MEDIUMsrc/core/wxc_common/src/filesystem_dacl.rs3128 // test is robust to host-specific ACL layouts.COMMENT
MEDIUMsrc/core/wxc_common/src/proxy_env.rs13//! Two hygiene rules make this robust:COMMENT
MEDIUMsrc/host/plm/src/trust.rs74/// exclude the (self-signed) root — the standard, network-robust policy used byCOMMENT
Verbosity Indicators7 hits · 12 pts
SeverityFileLineSnippetContext
LOW…c/backends/appcontainer/common/src/sandbox_tracking.rs173 // Step 1: Clear BFS filesystem policies (must happen before profile deletion).COMMENT
LOW…c/backends/appcontainer/common/src/sandbox_tracking.rs176 // Step 2: Delete the AppContainer profile.COMMENT
LOW…c/backends/appcontainer/common/src/sandbox_tracking.rs199 // Step 3: Delete the registry tracking entry.COMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs340 /// Step 2: Start the isolation session for the pegged agent user.COMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs421 /// Step 3: Create a process inside the started isolation session and run itCOMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs614 /// Step 4: Stop the isolation session.COMMENT
LOWsrc/backends/isolation_session/common/src/manager.rs626 /// Step 5: Deprovision the agent user.COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/Build.yml2# split: this file orchestrates, each stage lives in its own reusable.COMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…windows-sdk/ProcessSecurityEnvironment.provenance.toml3# This file is the single source of truth for the pinned regeneration toolchainCOMMENT
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippetContext
LOWsrc/testing/wxc_e2e_tests/tests/e2e_windows.rs1116 except Exception as e:\n\CODE