AuditWalk RC Testing

RC Tester Brief - v0.9.0-rc1

Scope: Linux developer environments, Python 3.10+, CLI workflow evaluation. Focus on reproducible issues only.

Quick Install

git clone https://github.com/AuditWalk/auditwalk-app
cd auditwalk-app
git checkout v0.9.0-rc1

python3 -m venv .venv
source .venv/bin/activate
pip install .

Core Workflow

auditwalk scan run --profile full
auditwalk baseline set --scan-id <scan_id>
auditwalk compare run
auditwalk doctor
auditwalk repair plan --dry-run

What To Report

Severity Rubric

Feedback Template

Environment:
OS:
Python version:

Command executed:

Observed behavior:
Expected behavior:

Severity:
Critical / High / Medium / Low

Additional notes:

Submit via support intake: /help/support/

← Back to homepage