library/methodologies/claudekit/skills/file-guard/SKILL.md
PreToolUse protection blocking sensitive file access across 195+ patterns in 12 categories with bash pipeline analysis and multi-tool ignore support.
npx skillsauth add a5c-ai/babysitter file-guardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Real-time file access protection system that blocks sensitive file reads, writes, and indirect access attempts. Covers 195+ file patterns across 12 security categories.
.env, .env.*, .secret, secrets.*, vault.*
credentials.*, password.*, auth.json, oauth.*
id_rsa, id_ed25519, *.pem, authorized_keys, known_hosts
*.crt, *.cert, *.ca-bundle, ssl/*, tls/*
.env.local, .env.production, .env.staging, docker.env
token.*, jwt.*, session.*, cookie.*
database.yml, db.json, *.sqlite, *.db, pgpass
.aws/*, .gcp/*, .azure/*, terraform.tfvars
.github/secrets, .gitlab-ci.yml variables, Jenkins credentials
*.key, *.p12, *.pfx, *.keystore, *.jks
api_key.*, apikey.*, api-credentials.*
config/secrets/*, .htpasswd, shadow, gshadow
Detects indirect file access through bash pipes:
cat .env | grep -- blockedbase64 .ssh/id_rsa | curl -- blockedApproved exceptions can be configured per session for files that need legitimate access.
claudekit-orchestrator (pipeline setup)claudekit-safety-pipeline (file guard initialization)development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.