.vscode — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .vscode (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Power up your AI workflows with Snowfakery data generation — Use Claude, ChatGPT, and other AI assistants to author, debug, and run data recipes through the Model Context Protocol.
mcp-name: io.github.composable-delivery/snowfakery-mcp
Snowfakery is a YAML-based tool for programmatically generating test data. This MCP server connects Snowfakery to AI assistants, letting you:
Perfect for teams that need realistic test data—from Salesforce admins to developers building data pipelines.
uvWe recommend using uv for installs and for running from source.
uv (macOS/Linux): curl -LsSf https://astral.sh/uv/install.sh | shuv (Windows PowerShell): powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"See the official uv install docs: <https://docs.astral.sh/uv/getting-started/installation/>
For Claude Desktop, prefer using the .mcpb bundle from Releases:
.mcpb from <https://github.com/composable-delivery/snowfakery-mcp/releases>This bundle includes the pinned runtime metadata (uv.lock, manifest.json) and is the easiest way to get a reproducible setup.
# Recommended: isolated install
uv tool install snowfakery-mcp
# Then run the server
snowfakery-mcpOr from source:
git clone https://github.com/composable-delivery/snowfakery-mcp.git
cd snowfakery-mcp
uv sync
uv run snowfakery-mcpAdd to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"snowfakery-mcp": {
"command": "snowfakery-mcp"
}
}
}Then ask Claude:
"Show me an example Snowfakery recipe" or "Help me write a recipe to generate 100 Salesforce accounts"
Resources — Access docs, examples, and schemas:
Tools — Interact with recipes:
We want this to be welcoming at any level. Questions, ideas, and contributions are always welcome!
# Install dev dependencies
uv sync --all-groups
# Run tests
uv run pytest
# Type check
uv run mypy snowfakery_mcp
# Lint & format
uv run ruff check snowfakery_mcp tests scripts evals
uv run ruff format snowfakery_mcp tests scripts evalsThis repo includes inspect-ai tasks for testing the MCP server with AI models:
# Install eval dependencies
uv sync --group evals
# Run evaluation
uv run inspect eval evals/inspect_tasks.py@snowfakery_mcp_agentic --model openai/gpt-4o-miniSee evals/ for more examples and troubleshooting.
Snowfakery/) for developmentuv run ... to ensure the pinned environmentSee GitHub Releases for sdist, wheel, and .mcpb bundles (recommended for Claude Desktop).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.