social-monitor: Settings file for Claude Code

.claude/settings.json

social-monitor is a settings file for Claude Code from 777genius/social-monitor. Its token cost is not measured, scanned C, original, Apache-2.0.

A set of agent settings that runs actions when tools are used, tasks are created, or work stops. It also blocks access to common secret and credential files.

In plain words
What is it for?
Use it to define safety rules around tool use and task events, while denying access to files such as .env files, SSH keys, and cloud credentials.
Why use it?
It helps prevent an agent from reading or changing passwords, keys, tokens, and other sensitive configuration files.

Settings file for Claude Code

Written for Claude Code: ${CLAUDE_PROJECT_DIR} variable. Also seen: names the NotebookEdit tool.

This is 777genius/social-monitor's own configuration. It tells Claude Code how to work on social-monitor 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 social-monitor configures →

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

Reuse

Borrowing it

Nothing to install: this file belongs to 777genius/social-monitor. 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/777genius/social-monitor/main/.claude/settings.json
Clone the repo
git clone --depth 1 https://github.com/777genius/social-monitor

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 social-monitor

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

Your own site · 80×15
<a href="https://agentmods.dev/settings/777genius/social-monitor/settings"><img src="https://agentmods.dev/badge/settings/777genius/social-monitor/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 C 1 finding. 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 C, and why

social-monitor 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 12d 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.

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(//**/.netrc)",
.claude/settings.json · 130 lines

How it starts

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

{
  "permissions": {
    "disableAutoMode": "disable",
    "disableBypassPermissionsMode": "disable",
    "deny": [
      "Read(//**/.env)",
      "Read(//**/.env.local)",
      "Read(//**/.env.production)",
      "Read(//**/.env.staging)",
      "Read(//**/.env.beta)",
      "Read(//**/.env.development)",
      "Read(//**/.envrc)",
      "Read(//**/.npmrc)",
      "Read(//**/.pypirc)",
      "Read(//**/.netrc)",
      "Read(//**/secrets/**)",
      "Read(//**/credentials/**)",
      "Read(//**/.ssh/**)",
      "Read(//**/.aws/**)",
      "Read(//**/.azure/**)",
      "Read(//**/.kube/**)",
      "Read(//**/.config/gh/**)",
      "Read(//**/.config/gcloud/**)",
      "Read(//**/.config/stripe/**)",
      "Read(//**/.config/vercel/**)",
      "Read(//**/.config/supabase/**)",
      "Read(//**/.docker/config.json)",
      "Read(//**/*.pem)",
      "Read(//**/*.key)",
      "Read(//**/id_rsa)",
      "Read(//**/id_ed25519)",
      "Edit(//**/.env)",
      "Edit(//**/.env.local)",
      "Edit(//**/.env.production)",
      "Edit(//**/.env.staging)",
      "Edit(//**/.env.beta)",
      "Edit(//**/.env.development)",
      "Edit(//**/.envrc)",
      "Edit(//**/.npmrc)",
      "Edit(//**/.pypirc)",
      "Edit(//**/.netrc)",
      "Edit(//**/secrets/**)",
      "Edit(//**/credentials/**)",
      "Edit(//**/.ssh/**)",
      "Edit(//**/.aws/**)",
      "Edit(//**/.azure/**)",
      "Edit(//**/.kube/**)",
      "Edit(//**/.config/gh/**)",
      "Edit(//**/.config/gcloud/**)",
      "Edit(//**/.config/stripe/**)",
      "Edit(//**/.config/vercel/**)",
      "Edit(//**/.config/supabase/**)",
      "Edit(//**/.docker/config.json)",
      "Edit(//**/*.pem)",
      "Edit(//**/*.key)",
      "Edit(//**/id_rsa)",
      "Edit(//**/id_ed25519)",
      "Write(//**/.env)",
      "Write(//**/.env.local)",
      "Write(//**/.env.production)",
      "Write(//**/.env.staging)",
      "Write(//**/.env.beta)",
      "Write(//**/.env.development)",
      "Write(//**/.envrc)",
      "Write(//**/

Read the full file on GitHub · 130 lines

Same file

What else settings.json configures

This page is one entry in a file that holds 4. 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. 12d ago First seen · 130 lines scan C ed80ea3cb491

Subscribe to this mod's changes

social-monitor is a settings file published in the GitHub repository 777genius/social-monitor (46 stars, last pushed today), 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-08-30.