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
- Install friction (dependency/version/path issues)
- CLI expectation mismatch (unclear command/next step)
- Workflow misunderstanding in scan -> baseline -> compare -> doctor -> repair
- Repair gate trust/safety concerns
Severity Rubric
- Critical: crash, corruption, security or trust-boundary failure
- High: core workflow failure
- Medium: confusing or unreliable behavior
- Low: minor usability issue
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/