audit-1-setup

Create audit documentation and map codebase structure for pre-audit context.

Updated May 8, 2026
One-click install
npx skills add https://github.com/freire19/Mythos --skill audit-1-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-1-setup
Source: https://github.com/freire19/Mythos/tree/main/skills/audit-1-setup
Command: npx skills add https://github.com/freire19/Mythos --skill audit-1-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you set up consistent documentation and a complete structural map before starting a code audit, reducing confusion and missing context during the audit process.

Core Features & Use Cases

  • Creates standardized audit documentation folders for current, archived, and temporary audit artifacts.
  • Establishes audit versioning by determining the next AUDIT_V* version and recording it for the upcoming report.
  • Captures a structural project map including directory tree, entrypoints, key dependencies, data flow, and environment variables for later auditing.
  • Use case: When you are about to review a repository for security and quality issues, run this skill first to generate the audit workspace and a baseline documentation snapshot.

Quick Start

Ask the agent: "audit setup para iniciar a auditoria de codigo deste projeto."

Frequently Asked Questions about audit-1-setup

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

FAQPage Schema
How do I prepare a codebase for a security audit?

To prepare a codebase for a security audit, you need to generate a structural project map and establish standardized audit documentation. This process captures directory trees, entrypoints, dependencies, and data flow to create a baseline context before reviewing code.

What is audit versioning and how does it track code review reports?

Audit versioning assigns a sequential identifier, such as the next AUDIT_V* version, to track code review reports. It records the upcoming audit version within a dedicated workspace to maintain organized historical records of security assessments.

How do I map project dependencies and data flow before reviewing code?

Mapping project dependencies and data flow requires capturing a structural inventory of the target codebase. This records key dependencies, environment variables, and data movement within standardized audit documentation for later reference.

What's the best way to organize audit documentation folders?

The best way to organize audit documentation folders is by creating a structured workspace that separates current, archived, and temporary audit artifacts. This establishes a consistent environment for tracking codebase security and quality reviews.

Can I set up a code audit workspace for an existing repository?

Yes, you can set up a code audit workspace for an existing repository by initializing an audit workflow. This computes the next planned audit version and records a detailed architectural inventory of your current project structure.

Why do I need a structural project map before starting a code audit?

You need a structural project map before starting a code audit to reduce confusion and prevent missing context during the review process. It captures essential architectural details like entrypoints and environment variables for accurate security analysis.