ag-ai-auditor

Audit Excel financial models for AI-introduced errors like formula-as-text and broken links.

1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Sampi314/Sam-Plugin-Marketplace --skill ag-ai-auditor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ag-ai-auditor
Source: https://github.com/Sampi314/Sam-Plugin-Marketplace/tree/main/Audit%20General/skills/ag-ai-auditor
Command: npx skills add https://github.com/Sampi314/Sam-Plugin-Marketplace --skill ag-ai-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

AI-built Excel financial models contain unique, systematic errors that standard audits miss—like formulas stored as text, static value snapshots, broken cross-sheet links, and data type mismatches—that can lead to completely incorrect financial outputs if left undetected.

Core Features & Use Cases

  • AI-Specific Error Detection: Identifies high-frequency errors introduced by LLMs using openpyxl, pywin32, or similar tools, including formula-as-text, static snapshots, uniform value fills, and broken sheet references.
  • Automated Scanning: Runs a deterministic Python script to check all cells for the full catalogue of AI failure modes, with no manual data extraction required.
  • Contextual Judgment Support: Includes a reference guide for human review of scanner results to filter false positives and validate high-impact findings.
  • Use Case: Finance teams that use AI to build or modify financial models can use this skill to verify model accuracy before relying on outputs for forecasting, reporting, or decision-making.

Quick Start

Use the ag-ai-auditor skill to scan the attached Excel file 'ai-built-forecast.xlsx' for common AI-introduced errors and generate a full standardized audit report.

Frequently Asked Questions about ag-ai-auditor

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

FAQPage Schema
How do I check an Excel financial model for AI-introduced errors?▼

To check an Excel financial model for AI-introduced errors, scan the workbook to detect systematic issues like formula-as-text, static value snapshots, broken cross-sheet links, and data type mismatches introduced during code-based spreadsheet generation.

Why does openpyxl write Excel formulas as text strings instead of live formulas?▼

openpyxl writes Excel formulas as text strings when AI tools generate spreadsheets without proper formula data types, causing AI-introduced errors like formula-as-text and broken cross-sheet links that require automated scanning to detect.

Can I verify LLM output in an Excel workbook without manual data extraction?▼

You can verify LLM output in Excel workbooks without manual data extraction by running an automated deterministic Python script that checks all cells against a full catalogue of AI failure modes to generate a standardized audit report.

What is the best way to validate AI-built spreadsheets for financial forecasting?▼

The best way to validate AI-built spreadsheets for financial forecasting is to scan for high-frequency LLM errors including uniform value fills, static snapshots, and missing error handling, then use a reference guide to filter false positives and validate high-impact findings.

Does openpyxl support detecting broken cross-sheet links in AI-generated financial models?▼

openpyxl supports detecting broken cross-sheet links in AI-generated financial models by applying automated scanning scripts that identify broken sheet references, data type mismatches, and formula-as-text errors introduced by LLMs.

What are common limitations when auditing AI-generated Excel files for financial reporting?▼

Limitations when auditing AI-generated Excel files include potential false positives in scanner results, requiring contextual human review and a reference guide to validate high-impact findings before relying on outputs for financial reporting.