LogoClawIndex
CasesSkillsAbout
LogoClawIndex

secret-handling - Prevent secret leaks in repository files and commits

Prohibits reading .env files and writing credentials to .crew files while defining pre-commit validation and remediation rules.

Tags

Updated: 2026-09-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Read allowed template files
  • Scan staged files for secrets
  • Block commits containing detected secrets
  • Alert user on credential leaks

Inputs

  • .env.example template files
  • Staged Git changes
  • User configuration input

Outputs

  • Pre-commit validation error messages
  • Credential leak alerts
  • Sanitized crew log files

Requirements

  • Git version control system
  • Scribe pre-commit validation hook

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
security
file-operations
team-collaboration
secret-management
Read allowed template files
Scan staged files for secrets
Block commits containing detected secrets
Alert user on credential leaks
.env.example template files
Staged Git changes
User configuration input
Pre-commit validation error messages
Credential leak alerts
Sanitized crew log files