claude-settings-audit

claude settings audit

getsentry 882 ↓ 3.3k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • package.json → check dependencies and devDependencies
  • pyproject.toml → check [project.dependencies] or [tool.poetry.dependencies]
  • Gemfile → check gem names
  • Cargo.toml → check [dependencies]
  • Only READ-ONLY commands that cannot modify state
  • Only tools that are actually used by the project (detected via lock files)
  • Standard system commands (ls, cat, find, etc.)

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

claude settings audit

Source

Repository: https://github.com/getsentry/skills

claude-settings-audit FAQ

What does the claude-settings-audit skill do?

Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure. package.json → check dependencies and devDependencies pyproject.toml → check [project.dependencies] or [tool.poetry.dependencies]

How do I install claude-settings-audit?

Run: npx -y skills add https://github.com/getsentry/skills --skill claude-settings-audit --agent claude-code — the source lives at github.com/getsentry/skills.

Maintain claude-settings-audit?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[claude-settings-audit on getagentictools](https://getagentictools.com/skills/getsentry-skills-claude-settings-audit?ref=badge)
npx agentictools info skills/getsentry-skills-claude-settings-audit

The second line is the CLI lookup for this page — handy in READMEs and docs.