killer 1.1.0

A Rust security platform: static analysis, the .klr test language, a parallel test framework, project intelligence, code review, and a CI gate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Killer documentation


Start here:

1. [Introduction]introduction.md — what Killer is and how it's organized.
2. [Installation]installation.md — get the `killer` binary.
3. [Quickstart]quickstart.md — your first scan and test in a few minutes.
4. [CLI reference]cli.md — every command and flag.
5. [The `.klr` language]klr-guide.md — syntax reference.
6. [Writing tests]writing-tests.md — a practical guide to authoring attacks.
7. [Architecture]architecture.md — the module map and design.
8. [Examples]examples.md — annotated `.klr` and workflow examples.

Everything here is verifiable against the code in this repository. Features that
aren't implemented yet are listed in the README [roadmap](../README.md#roadmap),
not in these docs.