auditor.default

Audit agent artifacts for security, correctness, and reproducibility.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mandubian/autonoetic --skill auditor-default
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: auditor.default
Source: https://github.com/mandubian/autonoetic/tree/main/agents/specialists/auditor.default
Command: npx skills add https://github.com/mandubian/autonoetic --skill auditor-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit candidate agent artifacts for security, correctness, and reproducibility to gate promotions.

Core Features & Use Cases

  • Review code and outputs for correctness, security, and reproducibility
  • Document findings with severity levels (info, warning, error, critical)
  • Block agent installs when critical security issues exist
  • You review only β€” never implement fixes (delegate to coder.default)

Quick Start

Audit the candidate agent artifact and return a structured findings JSON to guide promotion decisions.

Frequently Asked Questions about auditor.default

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

FAQPage Schema
How do I audit agent artifacts for security and compliance before promotion?β–Ό

An agent artifact audit evaluates code reviews, runtime behavior, and policy adherence to gate promotions. It produces a structured JSON Findings contract with security risk levels and reproducibility checks to guide installation decisions.

What is included in the JSON findings contract when gating agent promotions?β–Ό

The JSON findings contract includes status, auditor_pass, security_risk, findings, reproducibility, recommendation, and summary fields. It enforces a promotions.record trigger upon audit completion to document the promotion gate decision.

Can I block agent installs when critical security issues are found during an audit?β–Ό

Yes, the audit blocks agent installs when critical security issues exist. Findings are documented with severity levels including info, warning, error, and critical to enforce governance and compliance during promotion gating.

Does the auditor fix security vulnerabilities found during agent artifact reviews?β–Ό

No, the auditor only reviews and documents findings without implementing fixes. Fixing identified security vulnerabilities and correctness issues must be delegated to a coder component to maintain separation of duties during the promotion gate process.

What security and compliance checks are needed for agent promotion gates?β–Ό

Agent promotion gates require auditing candidate artifacts for security, correctness, and reproducibility. The audit evaluates code reviews, runtime behavior, and policy adherence to ensure governance compliance before allowing agent installs to proceed.