maslow-audit

Audit the Maslow codebase for security, architecture, dependencies, and encryption.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/twlines/maslow --skill maslow-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maslow-audit
Source: https://github.com/twlines/maslow/tree/main/.claude/skills/maslow-audit
Command: npx skills add https://github.com/twlines/maslow --skill maslow-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of auditing the Maslow codebase for architectural integrity, security vulnerabilities, dependency issues, and code quality, ensuring the codebase meets high standards before commits or deployments.

Core Features & Use Cases

  • Comprehensive Auditing: Performs checks across security, architecture, dependencies, and encryption.
  • Configurable Scopes: Allows users to specify the audit scope (full, security, architecture, deps, encryption).
  • Use Case: Before merging a significant feature, run a full audit to catch any potential security flaws or architectural violations introduced by the new code.

Quick Start

Run a full audit on the Maslow codebase.

Frequently Asked Questions about maslow-audit

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

FAQPage Schema
How do I audit codebase architecture and security before a commit?

A codebase security audit checks for secrets exposure, input validation flaws, and boundary rule violations. It systematically reviews crypto module usage and service patterns to ensure the architecture meets high security and encryption standards.

What is included in a full codebase architecture and dependency audit?

A full codebase audit includes comprehensive checks across security, architecture, dependencies, and encryption standards. It validates service patterns, boundary rules, and crypto module usage to ensure build readiness and high code quality.

Can I run a targeted security audit instead of a full codebase review?

Yes, you can run a targeted security audit by specifying the audit scope. Configurable scopes allow you to isolate checks for security, architecture, dependencies, or encryption independently based on your immediate review needs.

How do I validate encryption standards and crypto module usage in my code?

To validate encryption standards and crypto module usage, run an encryption-scoped audit. This performs specific checks on crypto module usage to ensure your codebase meets required encryption standards before deployment.

When should I perform a post-change assessment of my codebase?

You should perform a post-change assessment after merging significant features to catch potential security flaws or architectural violations. This systematic audit validates that recent modifications maintain code quality and dependency integrity.