# mcp-config-audit - Doramagic AI Context Pack

> Positioning: a pre-install experience and judgment asset. It helps the host AI get off to a good start, but it does not mean the project has already been installed, run, or validated.

## Sufficiency Principle

- **Sufficiency over compression**: The AI Context Pack should be sufficient for the host AI to understand the project's value, capability boundaries, entrypoints, risks, and evidence sources before starting work; it may be layered, but it does not aim for the shortest possible summary.
- **Compression policy**: Compress only noise and duplication, never context that affects judgment or the quality of the work.

## How the Host AI Should Use This

You are reading the AI Context Pack that Doramagic compiled for mcp-config-audit. Treat it as pre-work context: help the user understand who it fits, what it can do, how to start, what must be verified after install, and where the risks are. Do not claim that you have already installed, run, or executed the target project.

## Claim Consumption Rules

- **Fact source**: Repo Evidence + Claim/Evidence Graph; the Human Wiki only supplies salience, terminology, and narrative structure.
- **Minimum status for a fact**: `supported`
- `supported`: May be used as a project fact, but the answer must cite the claim_id and evidence path.
- `weak`: Usable only as a low-confidence lead; the user must be asked to keep verifying.
- `inferred`: Usable only for risk notes or open questions; must not be packaged as a project fact.
- `unverified`: Must not be used as fact; state clearly that evidence is insufficient.
- `contradicted`: Must show the conflicting sources and must not force a single version on the user's behalf.

## Who It Fits Best

- **Developers already using host AIs such as Claude/Codex/Cursor/Gemini**: The README or plugin config mentions multiple host AIs. Evidence: `README.md` Claim: `clm_0002` supported 0.86

## What It Can Do

- **Command-Line Startup or Install Flow** (Verify after install): The project documentation contains runnable commands; real use requires running them in a local or host environment. Evidence: `CLAUDE.md`, `README.md` Claim: `clm_0001` supported 0.86

## How to Start

- `pipx install mcp-config-audit` Evidence: `README.md` Claim: `clm_0003` supported 0.86
- `pip install -e ".[dev]"` Evidence: `README.md` Claim: `clm_0004` supported 0.86, `clm_0005` supported 0.86
- `pip install -e ".[dev]" # install in development mode` Evidence: `CLAUDE.md` Claim: `clm_0005` supported 0.86

## Continue-or-Stop Decision Card

- **Current recommendation**: Needs admin / security approval
- **Why**: Continuing may involve secrets, accounts, external services, or sensitive context; get admin or security approval first.

### 30-Second Read

- **What to do now**: Needs admin / security approval
- **Minimum safe next step**: Run Prompt Preview first; if credentials or an enterprise environment are involved, get approval before trialing
- **Do not trust yet**: Tool permission boundaries cannot be trusted before install.
- **Continuing will touch**: Command execution, Host AI configuration, Local environment or project files

### What You Can Trust Now

- **Target-audience signal: Developers already using host AIs such as Claude/Codex/Cursor/Gemini** (supported): Backed by a supported claim or project evidence, but that still is not the same as real install results. Evidence: `README.md` Claim: `clm_0002` supported 0.86
- **Capability exists: Command-Line Startup or Install Flow** (supported): You can trust that the project contains signals of this capability; whether it fits your specific task still needs trial or after-install verification. Evidence: `CLAUDE.md`, `README.md` Claim: `clm_0001` supported 0.86
- **There are Quick Start / install-command signals** (supported): You can trust that the docs mention a startup or install entrypoint; do not run it directly in your primary environment because of that. Evidence: `README.md` Claim: `clm_0003` supported 0.86

### What You Cannot Trust Yet

- **Tool permission boundaries cannot be trusted before install.** (unverified): MCP/tool projects usually touch files, the network, the browser, or external APIs, so permissions and logs must be checked for real.
- **Real output quality cannot be trusted before install.** (unverified): Prompt Preview can only show how it guides you; it cannot prove result quality in the real project.
- **Host AI version compatibility cannot be trusted before install.** (unverified): Host loading rules and version differences across Claude, Cursor, Codex, Gemini, and others must be verified in a real environment.
- **That it will not pollute your existing host AI's behavior cannot be trusted directly.** (inferred): Skill, plugin, and AGENTS/CLAUDE/GEMINI instructions may change the host AI's default behavior. Evidence: `CLAUDE.md`
- **Safe rollback cannot be assumed by default.** (unverified): Unless the project clearly provides uninstall and recovery instructions, verify in an isolated environment first.
- **After a real install, is it compatible with the user's current host AI version?** (unverified): Compatibility can only be verified in the actual host environment.
- **Does the project's output quality meet the user's specific task?** (unverified): The pre-install preview can only show flow and boundaries; it cannot replace real evaluation.
- **Do the install commands require network access, permissions, or global writes?** (unverified): This affects install risk in both enterprise and personal environments. Evidence: `README.md`

### What Continuing Will Touch

- **Command execution**: Package managers, network downloads, the local plugin directory, project config, or the user's home directory. Why: Running the very first command can already change your environment; decide whether it is worth running first. Evidence: `CLAUDE.md`, `README.md`
- **Host AI configuration**: The plugin, Skill, or rule-loading config of hosts like Claude/Codex/Cursor/Gemini/OpenCode. Why: Host configuration changes how the AI works afterward and may conflict with the user's existing rules. Evidence: `CLAUDE.md`
- **Local environment or project files**: Install results, plugin caches, project config, or local dependency directories. Why: The write scope and rollback path cannot be proven before install and need isolated verification. Evidence: `CLAUDE.md`, `README.md`
- **Environment variables / API keys**: Project entry docs explicitly showing API key, token, secret, or account credential configuration. Why: If a real install needs credentials, use test credentials first and go through a permission/compliance review. Evidence: `README.md`, `mcp_config_audit/credentials.py`
- **Host AI context**: The AI Context Pack, Prompt Preview, Skill routing, risk rules, and project facts. Why: Importing context affects the host AI's later judgment, so avoid packaging unverified items as facts.

### Minimum Safe Next Steps

- **Run Prompt Preview first**: Use a pre-install interactive trial to judge whether the way of working fits; it needs no authorization or environment change. (applies when: Applies to any project, especially when output quality is unknown.)
- **Trial-install only in an isolated directory or a test account**: Avoid letting install commands pollute your primary host AI, real projects, or home directory. (applies when: When there are signals of command execution, plugin config, or local writes.)
- **Back up your host AI configuration first**: Skill, plugin, and rule files may change the default behavior of Claude/Cursor/Codex. (applies when: When there is a plugin manifest, a Skill, or a host rule entrypoint.)
- **Do not use real production credentials**: Once an environment variable / API key enters the host or toolchain, it can create account and compliance risk. (applies when: When environment signals like API, TOKEN, KEY, or SECRET appear.)
- **After install, verify just one minimal task**: Verify loading, compatibility, output quality, and rollback first, then decide whether to use it deeply. (applies when: When moving from a trial into a real workflow.)

### Exit Plan

- **Preserve the pre-install state**: Record the original host config and project state so you can later judge whether it is recoverable.
- **Be ready to remove the host plugin / Skill / rule entrypoint**: If behavior is off after the trial install, you can restore the host AI to its pre-trial state.
- **Record the install commands and written paths**: Without clear uninstall instructions, you at least need to know which directories or configs to clean up manually.
- **Be ready to revoke test API keys or tokens**: If test credentials leak or are misused, you can cut losses quickly.
- **If there is no rollback path, do not enter your primary environment**: No rollback is a blocker before continuing; do not proceed on trust or luck.

## What Can Only Be Previewed

- Explain who the project fits and what it can do
- Demonstrate a typical conversation flow based on project docs
- Help the user decide whether it is worth installing or researching further

## What Must Be Verified After Install

- Actually installing the Skill, plugin, or CLI
- Running scripts, modifying local files, or accessing external services
- Verifying real output quality, performance, and compatibility

## Boundary & Risk Decision Card

- **Mistaking the pre-install preview for a real run**: The user may overestimate how much configuration, permission, and compatibility verification the project has already done. Mitigation: Clearly separate prompt_preview_can_do from runtime_required. Claim: `clm_0006` inferred 0.45
- **Command execution will modify the local environment**: Install commands may write to the user's home directory, the host plugin directory, or project configuration. Mitigation: Run in an isolated environment or a test account first. Evidence: `CLAUDE.md`, `README.md` Claim: `clm_0007` supported 0.86
- **To confirm**: After a real install, is it compatible with the user's current host AI version?. Why: Compatibility can only be verified in the actual host environment.
- **To confirm**: Does the project's output quality meet the user's specific task?. Why: The pre-install preview can only show flow and boundaries; it cannot replace real evaluation.
- **To confirm**: Do the install commands require network access, permissions, or global writes?. Why: This affects install risk in both enterprise and personal environments.

## Pre-Work Working Context

### Loading Order

- First read how_to_use.host_ai_instruction to establish the boundaries of this pre-install judgment asset.
- Read claim_graph_summary to confirm facts come from the Claim/Evidence Graph, not the Human Wiki narrative.
- Then read intended_users, capabilities, and quick_start_candidates to judge whether the user is a match.
- When you need to carry out a concrete task, check role_skill_index first, then evidence_index.
- For real install, file modification, network access, performance, or compatibility questions, turn to risk_card and boundaries.runtime_required.

### Task Routes

- **Command-Line Startup or Install Flow**: State that this is an after-install capability first, then give a pre-install checklist. Boundary: Must be verified after a real install or run. Evidence: `CLAUDE.md`, `README.md` Claim: `clm_0001` supported 0.86

### Context Scale

- Total files: 20
- Important-file coverage: 20/20
- Evidence index entries: 18
- Role / Skill entries: 4

### Handling Insufficient Evidence

- **missing_evidence**: State that evidence is insufficient and ask the user for the target file, a README section, or after-install verification records; do not fill in facts.
- **out_of_scope_request**: State that the task is beyond the current AI Context Pack's evidence scope and suggest the user check the Human Manual or verify after a real install.
- **runtime_request**: Provide a pre-install checklist and command sources, but do not run commands for the user or claim they have been run.
- **source_conflict**: Show the conflicting sources side by side, mark them as unverified, and do not force a single version.

## Prompt Recipes

### Fit assessment

- Goal: Judge whether this project fits the user's current task.
- Expected output: A fit conclusion, key reasons, evidence citations, what can be previewed before install, what must be verified after install, and a next-step recommendation.

```text
Based on the AI Context Pack for mcp-config-audit, ask me 3 necessary questions first, then judge whether it fits my task. The answer must cover: who it fits, what it can do, what it cannot do, whether it is worth installing, and where the evidence comes from. Every project fact must cite evidence_refs, source_paths, or a claim_id.
```

### Pre-install experience

- Goal: Let the user feel the core workflow before installing, while avoiding packaging the preview as real capability or a marketing promise.
- Expected output: An experience script with boundary labels, an after-install verification checklist, and a cautious recommendation; with no real-run promises or strong marketing language.

```text
Treat mcp-config-audit as a pre-install experience asset, not an already-installed tool or a real runtime environment.

Output exactly four parts:
1. Ask me 3 necessary questions first.
2. Give an "experience script": use the three labels [Previewable before install], [Must verify after install], and [Insufficient evidence] to show how it might guide the workflow.
3. Give an after-install verification checklist: list which capabilities can only be confirmed after a real install, real host loading, and a real project run.
4. Give a cautious recommendation: only "worth researching/trialing further", "add information before deciding", or "not recommended to continue"; do not endorse the project.

Hard boundaries:
- Do not claim you have installed, run, executed tests, modified files, or produced real results.
- Do not write promise-like phrasing such as "auto-adapts", "guarantees passing", "perfect fit", or "strongly recommend installing".
- If you describe how it works after install, you must use a conditional such as "if installed successfully and the host loads the Skill correctly, it might...".
- The experience script may only be written as "example lines / hypothetical flow": use "might ask / might suggest / might show", not "has written, has generated, has passed, is running, is generating".
- Prompt Preview does not hand out install commands; if the user is ready to trial, only prompt them to read Quick Start and the Risk Card first and to verify in an isolated environment.
- Every project fact must come from a supported claim, evidence_refs, or source_paths; inferred/unverified items can only be risks or open questions.

```

### Role / Skill selection

- Goal: Pick the best-matching asset from the project's roles or Skills.
- Expected output: A list of candidate roles or Skills, each with an applicable scenario, evidence paths, risk boundary, and whether after-install verification is needed.

```text
Read role_skill_index and recommend 3-5 of the most relevant roles or Skills for my target task. For each recommendation, state the applicable scenario, likely output, risk boundary, and evidence_refs.
```

### Risk pre-check

- Goal: Identify environment, permission, rule-conflict, and quality risks before installing or adopting.
- Expected output: A checklist of environment, permission, dependency, license, host-conflict, quality risk, and unknown items.

```text
Based on risk_card, boundaries, and quick_start_candidates, give me a pre-install risk pre-check list. Do not run commands for me; only explain what I should check, why, and what impact a failure would have.
```

### Host AI kickoff instruction

- Goal: Turn the project context into a host AI instruction for the start of a conversation.
- Expected output: A pre-work instruction with clear boundaries and clear evidence citations, suitable to copy to a host AI.

```text
Based on the AI Context Pack for mcp-config-audit, generate a pre-work instruction I can paste to my host AI. This instruction must obey not_runtime=true and must not claim the project has been installed, run, or produced real results.
```

## Role / Skill Index

- Indexed 4 role / Skill / project-doc entries.

- **mcp-config-audit** (project_doc): A security CLI that scans local MCP Model Context Protocol configurations and reports what the configuration itself gives away: static credentials written into it, servers reached over plaintext, launch commands that download and run remote code or resolve a package name anyone could claim, and servers granted a whole filesystem or an unrestricted shell. Activation hint: Reference this when the user needs to understand the project's structure, install path, or boundaries. Evidence: `CLAUDE.md`
- **mcp-config-audit** (project_doc): ! CI https://github.com/jiru-labs/mcp-config-audit/actions/workflows/ci.yml/badge.svg https://github.com/jiru-labs/mcp-config-audit/actions/workflows/ci.yml ! Python 3.11+ https://img.shields.io/badge/python-3.11%2B-blue https://www.python.org/downloads/ ! License: MIT https://img.shields.io/badge/license-MIT-green LICENSE Activation hint: Reference this when the user needs to understand the project's structure, install path, or boundaries. Evidence: `README.md`
- **Contributing to mcp-config-audit** (project_doc): Thanks for looking. Bug reports, false positives, missing hosts and new rules are all welcome. Activation hint: Reference this when the user needs to understand the project's structure, install path, or boundaries. Evidence: `CONTRIBUTING.md`
- **Security policy** (project_doc): mcp-config-audit reads security-sensitive files — your MCP configs, which hold your API keys — so a bug in it can hurt you in ways an ordinary CLI bug cannot. This page says how to report one, and what counts as one. Activation hint: Reference this when the user needs to understand the project's structure, install path, or boundaries. Evidence: `SECURITY.md`

## Evidence Index

- Indexed 18 evidence entries.

- **mcp-config-audit** (documentation): A security CLI that scans local MCP Model Context Protocol configurations and reports what the configuration itself gives away: static credentials written into it, servers reached over plaintext, launch commands that download and run remote code or resolve a package name anyone could claim, and servers granted a whole filesystem or an unrestricted shell. Evidence: `CLAUDE.md`
- **mcp-config-audit** (documentation): ! CI https://github.com/jiru-labs/mcp-config-audit/actions/workflows/ci.yml/badge.svg https://github.com/jiru-labs/mcp-config-audit/actions/workflows/ci.yml ! Python 3.11+ https://img.shields.io/badge/python-3.11%2B-blue https://www.python.org/downloads/ ! License: MIT https://img.shields.io/badge/license-MIT-green LICENSE Evidence: `README.md`
- **Contributing to mcp-config-audit** (documentation): Thanks for looking. Bug reports, false positives, missing hosts and new rules are all welcome. Evidence: `CONTRIBUTING.md`
- **License** (source_file): Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files the "Software" , to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Evidence: `LICENSE`
- **Init** (source_file): version = "0.1.0" Evidence: `mcp_config_audit/__init__.py`
- **Every file we tried to read, so --output can refuse to write over one** (source_file): app = typer.Typer ⋮---- console = Console ⋮---- CONFIG OPTION = typer.Option ⋮---- QUIET OPTION = typer.Option ⋮---- OUTPUT OPTION = typer.Option ⋮---- EXIT CODES = { ⋮---- EXIT CLEAN = 0 ⋮---- EXIT USAGE = 64 ⋮---- EXIT INCOMPLETE = 3 ⋮---- @app.callback def main - None ⋮---- @app.command def version - None ⋮---- """Scan your MCP servers for security risks. Runs every detection rule against every server found, and reports what they flag, worst first. Read-only: no config file is ever modified. Exits 0 when nothing worse than an INFO finding is reported, 1 when the worst is a WARN, and 2 when a CRITICAL is found — so a script can gate on the verdict without reading the output. A run that co… Evidence: `mcp_config_audit/cli.py`
- **: The trailing word that makes a name read as the name of a secret. Only the** (source_file): REDACTED = " " ⋮---- ENV REFERENCE = re.compile r"\$\{ ^{} +\} \$ A-Za-z A-Za-z0-9 " ⋮---- : The trailing word that makes a name read as the name of a secret. Only the : last word is looked at, which keeps API KEY , --api-key and X-Api-Key : in, and leaves SSH KEY PATH a path to a key and AUTH MODE alone. SECRET WORDS = frozenset ⋮---- VALUE SEPARATORS = "=", ":" ⋮---- CREDENTIAL SHAPES: tuple tuple re.Pattern str , str , ... = ⋮---- EMBEDDED CREDENTIALS: tuple tuple re.Pattern str , str , ... = ⋮---- A token gives itself away wherever it sits — a path segment, a fragment, a query field whose name said nothing. ⋮---- A URL sitting in the arguments carries its secrets the way a remote server… Evidence: `mcp_config_audit/credentials.py`
- **Discovery** (source_file): HOST CLAUDE DESKTOP = "claude-desktop" HOST CLAUDE CODE = "claude-code" HOST CURSOR = "cursor" HOST VSCODE = "vscode" HOST WINDSURF = "windsurf" ⋮---- HOST UNKNOWN = "unknown" ⋮---- CLAUDE DESKTOP CONFIG RELPATH = Path CLAUDE DESKTOP CONFIG RELPATH LINUX = Path ".config/Claude/claude desktop config.json" ⋮---- CLAUDE DESKTOP CONFIG RELPATH WINDOWS = Path "Claude/claude desktop config.json" CLAUDE CODE CONFIG RELPATH = Path ".claude.json" CURSOR CONFIG RELPATH = Path ".cursor/mcp.json" ⋮---- VSCODE CONFIG RELPATH = Path "Library/Application Support/Code/User/mcp.json" VSCODE CONFIG RELPATH LINUX = Path ".config/Code/User/mcp.json" ⋮---- VSCODE CONFIG RELPATH WINDOWS = Path "Code/User/mcp.jso… Evidence: `mcp_config_audit/discovery.py`
- **Where every line starts, so an offset becomes a line number by bisection** (source_file): SERVERS KEY = "mcpServers" ⋮---- VSCODE SERVERS KEY = "servers" ⋮---- PROJECTS KEY = "projects" ⋮---- TRANSPORT STDIO = "stdio" TRANSPORT REMOTE = "remote" TRANSPORT UNKNOWN = "unknown" ⋮---- JSON TOKEN = re.compile r'" ?: ^"\\ \\. " {}\ \ ' ⋮---- NEWLINE = re.compile r"\n" ⋮---- @dataclass frozen=True class MCPServer ⋮---- name: str source: Path host: str = HOST UNKNOWN command: str None = None args: tuple str, ... = url: str None = None env keys: tuple str, ... = env static keys: tuple str, ... = line: int None = None ⋮---- @property def transport self - str ⋮---- @property def endpoint self - str ⋮---- @property def redacted endpoint self - str ⋮---- """The same endpoint, with any creden… Evidence: `mcp_config_audit/parsers.py`
- **Report** (source_file): SCHEMA VERSION = 1 ⋮---- SARIF VERSION = "2.1.0" SARIF SCHEMA = "https://json.schemastore.org/sarif-2.1.0.json" ⋮---- PROJECT URL = "https://github.com/jiru-labs/mcp-config-audit" ⋮---- SEVERITY STYLES = { ⋮---- SARIF LEVELS = { ⋮---- SARIF SECURITY SEVERITIES = { ⋮---- SEVERITY WIDTH = len "CRITICAL" ⋮---- MARKDOWN SPECIAL = re.compile r" \\ \ \ < " ⋮---- class UnknownFormat ValueError ⋮---- """The --output path does not name a format we can write.""" ⋮---- class WouldOverwriteConfig ValueError ⋮---- """The --output path is a config file we just read. Writing there would destroy the very thing the user asked us to scan. A scanner does not modify the files it scans, so this is a refusal, no… Evidence: `mcp_config_audit/report.py`
- **Pyproject** (source_file): build-system requires = "hatchling" build-backend = "hatchling.build" Evidence: `pyproject.toml`
- **Init** (source_file): all = ⋮---- @dataclass class ScanResult ⋮---- findings: list Finding = field default factory=list warnings: list str = field default factory=list ⋮---- def load rules package: ModuleType None = None - list Rule ⋮---- package = package if package is not None else importlib.import module name rules = rule class for module in modules in package for rule class in rules in module ⋮---- rules = load rules if rules is None else rules ⋮---- result = ScanResult ⋮---- def modules in package: ModuleType - Iterator ModuleType ⋮---- """Import and yield every module in package .""" ⋮---- def rules in module: ModuleType - Iterator type Rule ⋮---- """Yield the rule classes a module defines. Only classes de… Evidence: `mcp_config_audit/rules/__init__.py`
- **: Stable, human-readable identifier, e.g. static-credentials .** (source_file): class Severity IntEnum ⋮---- INFO = 1 WARN = 2 CRITICAL = 3 ⋮---- def str self - str ⋮---- @dataclass frozen=True class Finding ⋮---- rule id: str title: str severity: Severity server: MCPServer message: str remediation: str = "" ⋮---- class Rule ABC ⋮---- """Base class for detection rules. A rule is a file in this package that subclasses Rule , fills in id , title and severity , and implements check . Nothing else registers it: the engine discovers every rule in the package on its own. """ ⋮---- : Stable, human-readable identifier, e.g. static-credentials . id: ClassVar str = "" : What the rule looks for, phrased as the problem it reports. title: ClassVar str = "" : Severity of the finding… Evidence: `mcp_config_audit/rules/base.py`
- **: A word that says a program's job is to run whatever it is told to run.** (source_file): HOME REFERENCES = "~", "${home}", "$home", "%userprofile%", "${userprofile}" ⋮---- BROAD PATHS: tuple tuple re.Pattern str , str , ... = ⋮---- VOLUME FLAGS = frozenset {"-v", "--volume"} ⋮---- MOUNT SOURCE = re.compile r" ?:^ , \s ?:source src = ^, + ", re.IGNORECASE ⋮---- : A word that says a program's job is to run whatever it is told to run. SHELL WORDS = frozenset ⋮---- SHELL BINARIES = frozenset ⋮---- PACKAGE RUNNERS = frozenset {"npx", "bunx", "pnpx", "uvx"} ⋮---- RUNNER SUBCOMMANDS = frozenset ⋮---- class BroadFilesystemAccess Rule ⋮---- id = "broad-filesystem-access" title = "Server granted access to a whole filesystem, home or disk" severity = Severity.WARN remediation = ⋮---- def… Evidence: `mcp_config_audit/rules/broad_access.py`
- **Static Credentials** (source_file): class StaticCredentialInEnv Rule ⋮---- id = "static-credential-in-env" title = "Credential hardcoded in an environment variable" severity = Severity.WARN remediation = ⋮---- def check self, server: MCPServer - list Finding ⋮---- class StaticCredentialInArgs Rule ⋮---- id = "static-credential-in-args" title = "Credential hardcoded in a command argument" severity = Severity.CRITICAL ⋮---- class StaticCredentialInUrl Rule ⋮---- """Flag a credential written into the URL of a remote server.""" ⋮---- id = "static-credential-in-url" title = "Credential hardcoded in a server URL" Evidence: `mcp_config_audit/rules/static_credentials.py`
- **: What turns a download into an execution. Paired with a fetcher on the same** (source_file): FETCHERS = re.compile ⋮---- INTERPRETERS = r" ?:sh bash zsh dash ksh fish python3? node perl ruby " ⋮---- : What turns a download into an execution. Paired with a fetcher on the same : command line, each of these means the code is run sight unseen. The label : goes into the finding, so the message says how the command executes it. EXECUTION SINKS: tuple tuple re.Pattern str , str , ... = ⋮---- TEMP DIRECTORIES: tuple tuple re.Pattern str , str , ... = ⋮---- EXECUTABLE SUFFIXES = frozenset ⋮---- URL IN ARGS = re.compile r"\b ?:http ws :// ^\s\"' +", re.IGNORECASE ⋮---- : Schemes that carry the traffic in the clear. PLAINTEXT SCHEMES = frozenset {"http", "ws"} ⋮---- : Commands that resolve a… Evidence: `mcp_config_audit/rules/suspicious_patterns.py`
- **Security policy** (documentation): mcp-config-audit reads security-sensitive files — your MCP configs, which hold your API keys — so a bug in it can hurt you in ways an ordinary CLI bug cannot. This page says how to report one, and what counts as one. Evidence: `SECURITY.md`
- **Python** (source_file): Python pycache / .py cod $py.class .so Evidence: `.gitignore`

## Rules the Host AI Must Follow

- **Treat this asset as pre-work context, not a runtime environment.**: The AI Context Pack contains only an evidence-backed understanding of the project, not the project's executable state. Evidence: `CLAUDE.md`, `README.md`, `CONTRIBUTING.md`
- **When answering the user, distinguish what can be previewed from what can only be verified after install.**: The consumer value of the pre-install experience comes from reducing bad installs and misjudgments, not from pretending to be a real run. Evidence: `CLAUDE.md`, `README.md`, `CONTRIBUTING.md`

## Questions the User Should Answer First

- Which host AI or local environment do you plan to use it in?
- Do you just want to experience the workflow first, or are you ready to actually install?
- What matters most to you: install cost, output quality, or conflicts with your existing rules?

## Acceptance Checks

- Every capability claim can be traced back to a file path in evidence_refs.
- AI_CONTEXT_PACK.md does not package previews as a real run.
- The user can understand who it fits, what it can do, how to start, and the risk boundaries within 3 minutes.

---

## Doramagic Context Augmentation

The following sections strengthen the repository context for a host AI. Human Manual data is a reading route, and pitfall notes become operating constraints.

## Human Manual Outline

Usage rule: this is only a reading route and salience signal, not factual authority. Concrete claims must still return to repo evidence or Claim Graph.

Host AI hard rules:
- Do not treat page titles, section order, summaries, or importance values as factual project evidence.
- When explaining the Human Manual outline, state that it is only a reading route or salience signal.
- Capability, installation, compatibility, runtime state, and risk claims must cite repo evidence, source paths, or Claim Graph.

- **Overview, Installation, and Supported Hosts**: importance `high`
  - source_paths: README.md, mcp_config_audit/__init__.py, mcp_config_audit/__main__.py, mcp_config_audit/cli.py
- **Configuration Discovery and Parsing**: importance `high`
  - source_paths: mcp_config_audit/discovery.py, mcp_config_audit/parsers.py, mcp_config_audit/credentials.py
- **Detection Rules and Rule Engine**: importance `high`
  - source_paths: mcp_config_audit/rules/__init__.py, mcp_config_audit/rules/base.py, mcp_config_audit/rules/static_credentials.py, mcp_config_audit/rules/broad_access.py, mcp_config_audit/rules/suspicious_patterns.py
- **Output Formats, Exit Codes, and CI Integration**: importance `high`
  - source_paths: mcp_config_audit/report.py, mcp_config_audit/cli.py, mcp_config_audit/__main__.py

## Repo Inspection Evidence

- repo_clone_verified: true
- repo_inspection_verified: true
- repo_commit: `1a292997ee82bf60c751720048905e4ca8bca8b9`
- inspected_files: `README.md`, `pyproject.toml`

Host AI hard rules:
- Without repo_clone_verified=true, do not claim that the source code has been read.
- Without repo_inspection_verified=true, do not write README, docs, or package-file conclusions as facts.
- Without quick_start_verified=true, do not claim that the Quick Start path has run successfully.

## Doramagic Pitfall Constraints

These rules come from Doramagic discovery, validation, or compilation findings. The host AI must treat them as operating constraints, not background notes.

### Constraint 1: Capability evidence risk requires verification

- Trigger: README/documentation is current enough for a first validation pass.
- Host AI rule: Reproduce the official install and quickstart path in an isolated environment.
- Why it matters: May increase setup, validation, or first-run risk for the user.
- Evidence: capability.assumptions | https://github.com/jiru-labs/mcp-config-audit
- Hard boundary: Do not present this pitfall as solved, verified, or ignorable unless later evidence explicitly closes it.
