guardian

Run automated security, linting, and alignment checks on repositories.

1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/matt-fell-ai/PAI --skill guardian-matt-fell-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guardian
Source: https://github.com/matt-fell-ai/PAI/tree/main/skills/Guardian
Command: npx skills add https://github.com/matt-fell-ai/PAI --skill guardian-matt-fell-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guardian provides automated security checks, linting, and alignment verifications to keep your repository healthy and aligned with PAI architecture.

Core Features & Use Cases

  • Repo Health Checks: Validate status, hygiene, and alignment with CORE principles.
  • Code Linting: Run style and security linters to catch issues early.
  • Secret Detection: Scan for sensitive data leaks before commit.

Quick Start

  • pai run Guardian check
  • pai run Guardian lint
  • pai run Guardian secure

Frequently Asked Questions about guardian

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

FAQPage Schema
How do I scan my repository for secrets and security vulnerabilities?

Secret scanning detects sensitive data leaks in your codebase before commit. Guardian's secure command performs regex-based scans to identify exposed credentials, API keys, and other compliance risks across your repository, preventing data exposure.

What's the best way to enforce code quality and style standards across my team?

Code linting catches style and security issues early in development. Guardian runs available lint tools to validate code against standards and alignment principles, helping teams maintain consistent quality without manual review overhead.

How do I validate repository health and alignment with architecture principles?

Repository health checks verify git status, code hygiene, and alignment with CORE principles. Guardian's check command validates the overall state of your codebase to prevent code rot and ensure compliance with organizational standards.

Can I use Guardian on both personal and organizational repositories?

Yes, Guardian applies to personal and organizational repositories. It performs automated security, linting, and alignment checks across any git repository to identify health issues regardless of scale or ownership.

What commands do I need to run Guardian's automated checks?

Guardian runs three core commands: pai run Guardian check for repository health, pai run Guardian lint for code style validation, and pai run Guardian secure for secret and compliance scanning.