orchestrate:security

Create and audit security governance files like CODEOWNERS and SECURITY.md.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill orchestrate-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate:security
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/orchestrate%3Asecurity
Command: npx skills add https://github.com/kagenti/kagenti --skill orchestrate-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the addition of essential security governance files and configurations to a target repository, enhancing its security posture and compliance.

Core Features & Use Cases

  • Automated Governance File Creation: Generates CODEOWNERS, SECURITY.md, CONTRIBUTING.md, and ensures a LICENSE file is present.
  • .gitignore Audit: Identifies and adds missing common ignore patterns for secrets, IDE files, and build artifacts.
  • Branch Protection Documentation: Outlines recommended branch protection rules for enhanced repository security.
  • Use Case: After initial setup and testing phases, this skill is applied to a new project repository to ensure it meets organizational security standards from the outset, including clear contribution guidelines and vulnerability reporting procedures.

Quick Start

Apply security governance to the target repository by running the orchestrate:security skill.

Frequently Asked Questions about orchestrate:security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add security governance files like CODEOWNERS and SECURITY.md to my repository?

Automating repository security governance generates essential files like CODEOWNERS, SECURITY.md, CONTRIBUTING.md, and LICENSE to enforce code ownership and define vulnerability reporting procedures. It also audits .gitignore patterns to exclude secrets and build artifacts.

What is the best way to audit a .gitignore file for missing secret and build artifact patterns?

Auditing a .gitignore file involves scanning the repository to identify and append missing common ignore patterns for secrets, IDE configurations, and build artifacts. This prevents sensitive files and unnecessary build outputs from entering version control.

How do I document branch protection rules for secure development workflows?

Documenting branch protection rules involves outlining recommended configurations to enforce secure development workflows within the repository. This provides the necessary governance standards to restrict direct commits and protect critical branches.

Does automated repository governance work for a new project after initial setup?

Automated repository governance works effectively for a new project after initial setup and testing phases. Applying it ensures the repository meets organizational security standards from the outset, including clear contribution guidelines and vulnerability reporting procedures.

Why do I need a CODEOWNERS file for repository compliance?

A CODEOWNERS file is needed for repository compliance because it automates the enforcement of code ownership and review requirements. It ensures designated individuals or teams are automatically requested for review when changes are made to specific directories or files.

Can I generate CONTRIBUTING.md and LICENSE files at the same time?

Generating CONTRIBUTING.md and LICENSE files at the same time is supported by the automated governance process. It ensures both files are present and correctly configured to establish clear contribution guidelines and legal compliance simultaneously.