Welcome to Audit Tools — a collection of open-source Python scripts and resources designed to help auditors, risk professionals, and data analysts automate common audit tasks and analytics.
Whether you’re new to audit automation or an experienced tech-enabled auditor, this toolkit offers practical, real-world examples you can use, customize, and build upon.
This repository contains Python scripts and templates for common audit procedures and control testing activities, including:
- ✅ Pseudo-Random Sampling
- ✅ GITC Extractions and Analysis
- ✅ Project Management Tracking & Visualizations
- ✅ Cloud Platform Analysis (planned)
- ✅ Audit AI Prompts & Guides (planned)
The goal is to provide practical, easy-to-understand tools that auditors and analysts can quickly deploy in their environments.
**Clone the Repository**
git clone https://github.com/ccleberg/audit-tools.git
cd audit-tools
**Install Dependencies**
Required for Python scripts
pip install -r requirements.txt
**Run a Sample Script**
Example: Run the Linux OS Report tool.
./os/linux/report/linux.sh
View the results in your terminal or within the file created by the script.
If you’re new to audit analytics or Python scripting, start here:
Also, check out the notebooks/
folder for interactive tutorials and use cases.
Want to add your own audit scripts or improve existing ones? Contributions are welcome!
**Ways to Help**
- Submit new Python scripts for audit use cases.
- Suggest enhancements or new features via Issues.
- Improve documentation or write beginner-friendly tutorials.
- Test existing tools on new datasets and report issues.
**To Contribute**
- Fork this repo
- Create a new branch:
git checkout -b my-feature
- Commit your changes:
git commit -m 'Added new audit test'
- Push to the branch:
git push origin my-feature
- Open a Pull Request
Made with ❤️ by Christian Cleberg.
I’m a technology assurance leader passionate about audit innovation, AI in audit, and building practical tools for auditors and risk professionals.
This project is licensed under the GNU General Public License v3.0 — see the LICENSE file for details.