mcp-vkusvill: Settings file for Claude Code

.claude/settings.json

settings is a settings file for Claude Code from Bazilio-san/mcp-vkusvill. Its token cost is not measured, scanned B, original, MIT.

Agent settings that define one post-tool-use hook and a list of allowed and blocked tools or file paths.

In plain words
What is it for?
Use them to configure permissions for repository work, testing, browser automation, shell commands, and access to sensitive files.
Why use it?
They control which commands, reads, edits, and web searches an agent may perform, including protected paths it must not read.

Settings file for Claude Code

Written for Claude Code: PostToolUse hook event.

This is Bazilio-san/mcp-vkusvill's own configuration. It tells Claude Code how to work on mcp-vkusvill itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-vkusvill configures →

One of 2 entries in settings.json upstream. Installing this one merges just its entry into your config; the other 1 are separate, each on its own page.

Reuse

Borrowing it

Nothing to install: this file belongs to Bazilio-san/mcp-vkusvill. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Bazilio-san/mcp-vkusvill/master/.claude/settings.json
Clone the repo
git clone --depth 1 https://github.com/Bazilio-san/mcp-vkusvill

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for settings

README.md
[![agentmods](https://agentmods.dev/badge/settings/bazilio-san/mcp-vkusvill/settings/github.svg)](https://agentmods.dev/settings/bazilio-san/mcp-vkusvill/settings)
Your own site
<a href="https://agentmods.dev/settings/bazilio-san/mcp-vkusvill/settings"><img src="https://agentmods.dev/badge/settings/bazilio-san/mcp-vkusvill/settings/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for settings

Your own site · 80×15
<a href="https://agentmods.dev/settings/bazilio-san/mcp-vkusvill/settings"><img src="https://agentmods.dev/badge/settings/bazilio-san/mcp-vkusvill/settings.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade B, and why

settings scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

"Bash(sudo cp:*)",

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

"Bash(curl:*)",
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • mcp-metro — 89% identical, 79 lines differ
.claude/settings.json · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "permissions": {
    "defaultMode": "bypassPermissions",
    "allow": [
        "Bash(sudo cp:*)",
        "Bash(sudo:*)",
        "Bash(bash:*)",
        "Bash(chmod:*)",
        "Bash(curl:*)",
        "Bash(dir:*)",
        "Bash(echo:*)",
        "Bash(git:*)",
        "Bash(find:*)",
        "Bash(grep:*)",
        "Bash(jest:*)",
        "Bash(mkdir:*)",
        "Bash(node:*)",
        "Bash(npm install:*)",
        "Bash(npm run:*)",
        "Bash(npm test:*)",
        "Bash(npm:*)",
        "Bash(npx:*)",
        "Bash(pkill:*)",
        "Bash(set:*)",
        "Bash(playwright:*)",
        "Bash(powershell:*)",
        "Bash(rm:*)",
        "Bash(taskkill:*)",
        "Bash(tasklist:*)",
        "Bash(timeout:*)",
        "Bash(turbo run:*)",
        "Bash(wc:*)",
        "Bash(jobs)",
        "Bash(npm start)",
        "Bash(unset http_proxy)",
        "Read(./config/local.yaml)",
        "Read(./node_modules/fa-mcp-sdk/config/_local.yaml)",
        "Edit",
      "MultiEdit",
      "Read",
      "Write",
      "WebSearch"
    ],
    "deny": [
      "Read(./.env)",
      "Read(./.idea/**)",
      "Read(./.run/**)",
      "Read(./_misc/**)",
      "Read(./**/_tmp/**)",
      "Read(./**/*.private.*)",
      "Read(./**/*.local.*)",
      "Read(./**/*local-*)",
      "Write(.claude/**)",
      "Edit(.claude/**)"
    ]
  },
  "env": {
    "NODE_TLS_REJECT_UNAUTHORIZED": "0",
    "BASH_DEFAULT_TIMEOUT_MS": "120000",
    "BASH_MAX_TIMEOUT_MS": "600000",
    "BASH_MAX_OUTPUT_LENGTH": "5000000",
    "CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": "true",
    "DISABLE_COST_WARNINGS": "0",
    "DISABLE_TELEMETRY": "0"
  },
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "Write|Edit",
        "hooks": [
          {
            "type": "command",
            "command": "node scripts/cc-hook-oxlint-oxfmt-fix.cjs"
          }
        ]
      }
    ]
  },
  "hasCompletedOnboarding": true,
  "hasTrustDialogAccepted": true,
  "hasCompletedProjectOnboarding": true

Read the full file on GitHub · 84 lines

Same file

What else settings.json configures

This page is one entry in a file that holds 2. Installing the file brings all of them; each is measured and scanned on its own page.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 84 lines scan B 70e2358220a1

Subscribe to this mod's changes

settings is a settings file published in the GitHub repository Bazilio-san/mcp-vkusvill (1 stars, last pushed 2mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.