seed_security_guidance
Generates a security guidance file for your repository, tailored to the Starter Series template. This file is used by Claude Code to guard against insecure code writes.
Instructions
Generate a starter claude-security-guidance.md at the repo root, tailored to the detected Starter Series template. The file is consumed in-session by Anthropic's Claude Code Security Guidance Plugin (released 2026-05-26) as a guard while Claude writes code. Use force: true to overwrite an existing file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the repo (default: the MCP server's cwd). Use the absolute path of the project the user is working in. | |
| force | No | Overwrite an existing claude-security-guidance.md. Default false (returns status='exists' instead). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| filePath | Yes | ||
| repoPath | Yes | ||
| bytesWritten | Yes | ||
| relativePath | Yes | ||
| matchedStarter | Yes |