llm-wiki-newsroom: Settings file for Claude Code

.claude/settings.json

llm-wiki-newsroom is a settings file for Claude Code from alfadur7/llm-wiki-newsroom. Its token cost is not measured, scanned A, a copy of Ghost, MIT.

Project settings that run shell checks before and after file edits and terminal commands. The `PYTHONUTF8` setting makes Python use UTF-8 text handling by default.

In plain words
What is it for?
They are for running pre- and post-action dispatch scripts around `Write`, `Edit`, Bash, and PowerShell operations, plus setting Python's text encoding.
Why use it?
They provide automatic checks around changes and commands, helping project scripts inspect or guard the agent's actions.

Settings file for Claude Code

Written for Claude Code: $CLAUDE_PROJECT_DIR variable.

This is alfadur7/llm-wiki-newsroom's own configuration. It tells Claude Code how to work on llm-wiki-newsroom 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 llm-wiki-newsroom configures →

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

Reuse

Borrowing it

Nothing to install: this file belongs to alfadur7/llm-wiki-newsroom. 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/alfadur7/llm-wiki-newsroom/main/.claude/settings.json
Clone the repo
git clone --depth 1 https://github.com/alfadur7/llm-wiki-newsroom

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 llm-wiki-newsroom

README.md
[![agentmods](https://agentmods.dev/badge/settings/alfadur7/llm-wiki-newsroom/settings/github.svg)](https://agentmods.dev/settings/alfadur7/llm-wiki-newsroom/settings)
Your own site
<a href="https://agentmods.dev/settings/alfadur7/llm-wiki-newsroom/settings"><img src="https://agentmods.dev/badge/settings/alfadur7/llm-wiki-newsroom/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 llm-wiki-newsroom

Your own site · 80×15
<a href="https://agentmods.dev/settings/alfadur7/llm-wiki-newsroom/settings"><img src="https://agentmods.dev/badge/settings/alfadur7/llm-wiki-newsroom/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 A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 80% copy Near-identical to another mod in the catalogue.
Security

Grade A, and why

llm-wiki-newsroom scanned grade A with 0 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

80% identical to Ghost — 37 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/settings.json · 48 lines

What it actually says

{
  "env": {
    "PYTHONUTF8": "1"
  },
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "Bash|PowerShell",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/lint-chain-guard.sh\""
          }
        ]
      },
      {
        "matcher": "Write|Edit",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/dispatch.sh\" post"
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "matcher": "Write|Edit",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/dispatch.sh\" pre"
          }
        ]
      },
      {
        "matcher": "Bash|PowerShell",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/dispatch.sh\" pre-bash"
          }
        ]
      }
    ]
  }
}
Same file

What else settings.json configures

This page is one entry in a file that holds 3. 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. 10d ago First seen · 48 lines scan A 748487de5d41

Subscribe to this mod's changes

llm-wiki-newsroom is a settings file published in the GitHub repository alfadur7/llm-wiki-newsroom (83 stars, last pushed today), 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 A with 0 findings. It is 80% identical to Ghost, differing in 37 lines, and is treated as a copy.