-
Notifications
You must be signed in to change notification settings - Fork 0
Ai domain #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ai domain #2
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,100 +1,91 @@ | ||||||
| # OpenAuditKit | ||||||
| <div align="center"> | ||||||
|
|
||||||
| OpenAuditKit is an open-source CLI security audit tool designed to scan your codebase for secrets and configuration vulnerabilities. It emphasizes offline capability, modular design, and secure handling of sensitive data (secret masking). | ||||||
| <img src="https://raw.githubusercontent.com/neuralforgeone/OpenAuditKit/main/assets/logo1.png" alt="OpenAuditKit Logo" width="200" height="auto" /> | ||||||
|
|
||||||
| ## Features | ||||||
| - **Secret Scanning**: Detects API keys and secrets using regex and entropy checks. | ||||||
| - **Config Scanning**: Identifies misconfigurations in deployment files (e.g., .env, Dockerfile). | ||||||
| - **Secure**: Secrets are masked in outputs; offline-first design. | ||||||
| - **Backend Ready**: Feature-based architecture with Pydantic models for easy integration into dashboards or APIs. | ||||||
| - **Customizable**: Add your own rules! See [Rule Documentation](openopenaudit/rules/README.md). | ||||||
| # OpenAuditKit | ||||||
|
|
||||||
| ## 🛡️ Why OpenAuditKit? | ||||||
| [](https://badge.fury.io/py/openaudit) | ||||||
| [](https://pypi.org/project/openaudit/) | ||||||
| [](https://opensource.org/licenses/MIT) | ||||||
| [](https://neuralforge.one) | ||||||
|
|
||||||
| **Next-Gen Security Audit Tool for Modern Codebases.** | ||||||
| *Powered by AI. Secure by Design. Offline First.* | ||||||
|
|
||||||
| ## 🎥 Usage Demo | ||||||
| [🌐 Website](https://neuralforge.one) • [📚 Documentation](https://github.com/neuralforgeone/OpenAuditKit) • [🐛 Report Bug](https://github.com/neuralforgeone/OpenAuditKit/issues) | ||||||
|
|
||||||
|  | ||||||
| *(Replace this with your actual usage GIF)* | ||||||
| </div> | ||||||
|
|
||||||
| ## Usage | ||||||
| --- | ||||||
|
|
||||||
| ### Basic Scan | ||||||
| ```bash | ||||||
| openaudit scan . | ||||||
| ``` | ||||||
| ## � What is OpenAuditKit? | ||||||
|
||||||
| ## � What is OpenAuditKit? | |
| ## What is OpenAuditKit? |
Copilot
AI
Dec 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent capitalization: "auto-generates" should be capitalized consistently with the rest of the table entries. The other feature descriptions start with capital letters after the emoji ("Detects", "Discovers", "Integrated", "AI agents analyze"), so this should be "Auto-generates" or "Automatically generates".
| | **🛡️ Threat Modeling** | auto-generates STRIDE threat models based on your codebase. | | |
| | **🛡️ Threat Modeling** | Auto-generates STRIDE threat models based on your codebase. | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The badge URL appears to use an unusual domain extension. The badge links to "NeuralForge.1" which seems incorrect - it should likely be "NeuralForge.one" (matching the website URL on line 15). The ".1" extension doesn't exist as a valid TLD.