https://github.com/evilsocket/code-audit
An AI agent that performs a security audit on a target codebase.
https://github.com/evilsocket/code-audit
Last synced: 19 days ago
JSON representation
An AI agent that performs a security audit on a target codebase.
- Host: GitHub
- URL: https://github.com/evilsocket/code-audit
- Owner: evilsocket
- License: other
- Created: 2025-03-28T14:20:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T12:09:10.000Z (11 months ago)
- Last Synced: 2025-04-22T22:17:59.913Z (10 months ago)
- Size: 1 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**code-audit** is a [Nerve](https://github.com/evilsocket/nerve) agent that performs a security audit on a target codebase and saves its findings to `AUDIT.md` in markdown.
Install with (requires nerve >= 1.4.x):
```bash
# this will download and install (or update) to ~/.nerve/agents
nerve install evilsocket/code-audit
```
By default it will scan the current folder:
```bash
nerve run code-audit
```
To specify another path use the `--target-path` argument:
```bash
nerve run code-audit --target-path /path/to/code
```
The security audit findings will be automatically appended to the `AUDIT.md` file in the current working directory for easy review and documentation.