audit_trust_surface
Analyze project files to detect missing proof links, legacy naming issues, and trust coverage gaps.
Instructions
Audit the project for missing proof links, legacy names, and trust gaps.
This tool is read-only and analyzes public-facing metadata and documentation files
(such as README, docs, verify, index.html) to locate credentials and references.
Parameters:
workspace (str): The absolute path to the local project workspace to audit.
target (str, optional): The target trust profile. Must be one of:
- "public-site": A public webpage surface.
- "mcp-server": An MCP server code surface.
- "trust-repo": A public repository layout.
- "repo": A standard repository layout.
- "auto" (default): Auto-detects target based on available files.
Returns:
dict[str, Any]: A dictionary containing a summary of detected proof links, stale naming issues,
gaps in trust coverage, and recommended fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | auto | |
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||