Skip to content

Security Overview

Repository gates

Scripts wired in package.json:

  • **gate:secrets**scripts/gate-0-secrets.js blocks leaked credentials before merge.
  • **gate:check / gate:fix**scripts/security-fixer.js for automated hygiene where applicable.

Run locally before pushing:

bash
npm run gate:secrets
npm run gate:check

Skills

SkillFocus
cm-safe-deploySecrets, release safety, rollback, and deployment checkpoints
cm-identity-guardWrong-account prevention for git/deploy
cm-safe-i18nMass string changes without breaking HTML/security assumptions

Paths: skills/cm-safe-deploy/SKILL.md, skills/cm-identity-guard/SKILL.md, skills/cm-safe-i18n/SKILL.md.

Engineering safety

  • Guardian commands (engineering group) help block destructive operations — see src/guardian-core.ts and Engineering pipeline.

See also

CodyMaster — AI-assisted engineering toolkit