clauder

clauder is a settings file for Claude Code from spacehendrix/clauder. Its token cost is not measured, scanned C, original, Apache-2.0.

A settings configuration for a coding agent with status display, tool permissions, and hooks that run checks before and after agent actions.

In plain words
What is it for?
Use it to trace activity, check ignored and immutable files, block unsafe commands, and show folder, Git, and model status.
Why use it?
It standardizes project safeguards, status reporting, and command checks across an agent session.

Settings file for Claude Code

One of 9 entries in settings.json — they are configured in one file and arrive together.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add settings/spacehendrix/clauder/settings
Clone the repo
git clone --depth 1 https://github.com/spacehendrix/clauder

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 clauder

README.md
[![agentmods](https://agentmods.dev/badge/settings/spacehendrix/clauder/settings.svg)](https://agentmods.dev/settings/spacehendrix/clauder/settings)
Your own site
<a href="https://agentmods.dev/settings/spacehendrix/clauder/settings"><img src="https://agentmods.dev/badge/settings/spacehendrix/clauder/settings.svg" alt="Measured on agentmods" 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 C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade C, and why

clauder scanned grade C with 1 finding 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 yesterday.

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.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

"Read(.aws/credentials)",
.claude/settings.json · 479 lines

How it starts

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

{
  "statusLine": {
    "type": "command",
    "command": "python3 $CLAUDE_PROJECT_DIR/.claude/statusline/pyccsl.py folder,git,model --theme minimal --style pipes"
  },
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/trace-event.py"
          }
        ]
      },
      {
        "matcher": "Edit|MultiEdit|Write|mcp|Bash|Read|Grep",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/check-ignore-patterns.py"
          }
        ]
      },
      {
        "matcher": "Edit|MultiEdit|Write|mcp|Bash",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/check-immutable-patterns.py"
          }
        ]
      },
      {
        "matcher": "Bash",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/prevent-unsafe-commands.py"
          }
        ]
      },
      {
        "matcher": "mcp__supabase",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/require-human-approval.py"
          }
        ]
      },
      {
        "matcher": "mcp__stripe",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/require-human-approval.py"
          }
        ]
      },
      {
        "matcher": "mcp__github",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/require-human-approval.py"
          }
        ]
      },
      {
        "matcher": "mcp__cloudflare",
        "hooks": [
          {
            "type": "command",
            "command": "python3 $CLAUDE_PROJECT_DIR/.claude/hooks/require

Read the full file on GitHub · 479 lines

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. yesterday First seen · 479 lines scan C a2cca623e40c

Subscribe to this mod's changes

clauder is a settings file published in the GitHub repository spacehendrix/clauder (58 stars, last pushed 3mo ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.