Home / sickn33 / agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/ai-coding-agent-guardrails/SKILL.md · GitHub

ai-coding-agent-guardrails skillB

ai-coding-agent-guardrails is agent-read markdown (skill) from sickn33/agentic-awesome-skills: Secure AI coding agents (Claude Code, Cursor, Codex, Copilot) with permission.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AI Coding Agent Guardrails

Secure the use of AI coding agents across engineering teams. This skill covers permission boundaries, secret protection, sandbox isolation, code review gates, and audit trails for Claude Code, Cursor, Copilot, and Codex.

---

## Permission Boundaries

### CLAUDE.md Configuration

Create a `CLAUDE.md` at the repository root to restrict Claude Code behavior:

```markdown
# CLAUDE.md

## Restrictions

- NEVER read or output contents of .env, .env.*, secrets.yaml, or any file matching *.pem, *.key
- NEVER execute `rm -rf`, `DROP TABLE`, `kubectl delete`, or `terraform destroy` commands
- NEVER push directly to main or master branches
- NEVER modify files in the infrastructure/, terraform/, or .github/workflows/ directories without explicit user approval
- NEVER install new dependencies without listing them first for review
- NEVER access or display API keys, tokens, passwords, or connection strings

## Allowed Operations

- Read and modify application source code in src/, lib/, and tests/
- Run test suites with `npm test`, `pytest`, `go test`
- Run linters with `eslint`, `ruff`, `golangci-lint`
- Create new branches with prefix `ai/` or `agent/`
…

Read the whole file at its exact version.

How to install

Latest version
mdr add sickn33/agentic-awesome-skills/ai-coding-agent-guardrails@v1.0
Exact content
mdr add sickn33/agentic-awesome-skills/ai-coding-agent-guardrails@sha256:0de7f7a1bb34ab9d

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_fka2dhwp4i3sbomb.svg)](https://markdownregistry.com/a/art_fka2dhwp4i3sbomb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0 latest2026-09-20 46a58b4 13,002 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No instruction to read or print local credentials (matched: read or output contents of .env, .env)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (13002 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

sickn33/agentic-awesome-skills · 46,848 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_fka2dhwp4i3sbomb
GET https://markdownregistry.com/api/v1/resolve?ref=sickn33/agentic-awesome-skills/ai-coding-agent-guardrails
GET https://markdownregistry.com/api/v1/blob/0de7f7a1bb34ab9d7c9bebbf2cac9f8380eb9f03a404d9e96ccea5dcab28046e

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from sickn33/agentic-awesome-skills

AGENTS.md agents
sickn33/agentic-awesome-skills · AGENTS.md
git:20260923.78093ac · audit A · 46,848 stars
llms.txt@apps/web-app/public llmstxt
sickn33/agentic-awesome-skills · apps/web-app/public/llms.txt
git:20260923.e2e8fa1 · audit A · 46,848 stars
00-andruia-consultant skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/00-andruia-consultant/SKILL.md · Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para…
git:20260905.32fa521 · audit A · 46,848 stars
007 skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/007/SKILL.md · Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response…
git:20260905.f2e5074 · audit A · 46,848 stars
10-andruia-skill-smith skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/10-andruia-skill-smith/SKILL.md · Ingeniero de Sistemas de Andru.ia. Diseña, redacta y despliega nuevas habilidades (skills) dentro del repositorio…
git:20260905.32fa521 · audit A · 46,848 stars
20-andruia-niche-intelligence skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/20-andruia-niche-intelligence/SKILL.md · Estratega de Inteligencia de Dominio de Andru.ia. Analiza el nicho específico de un proyecto para inyectar…
git:20260905.32fa521 · audit A · 46,848 stars
2slides-ppt-generator skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/2slides-ppt-generator/SKILL.md · AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style…
git:20260905.f2e5074 · audit A · 46,848 stars
3d-web-experience skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/3d-web-experience/SKILL.md · Expert in building 3D experiences for the web - Three.js, React
git:20260729.2d74b64 · audit A · 46,848 stars
ab-test-setup skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/ab-test-setup/SKILL.md · Use when designing an A/B or split test: define the hypothesis, control and variants, estimate sample size, verify…
git:20260905.b0bf123 · audit A · 46,848 stars
ab-testing skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/ab-testing/SKILL.md · When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program.
git:20260905.f182d39 · audit A · 46,848 stars
acceptance-orchestrator skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/acceptance-orchestrator/SKILL.md · Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and…
git:20260905.32fa521 · audit A · 46,848 stars
access-review skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/access-review/SKILL.md · Conduct periodic access reviews and certifications. Implement access
v1.0 · audit A · 46,848 stars

Every file in sickn33/agentic-awesome-skills

Browse by kind, by grade B, or by owner.