Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ canonical split manifest, and an export manifest containing file hashes. The
command does not upload anything. The dataset card is maintained under
[`huggingface/README.md`](huggingface/README.md).

## Try it

ShellRisk-Bench is maintained by Kontext Security. To see Kestrel evaluating the cyber risk of agent tool calls as part of Kontext, visit [kontext.security](https://kontext.security).

## Safety

This repository processes potentially destructive commands as inert text. Nothing in the build or evaluation path executes benchmark commands. Do not pipe dataset contents into a shell.
Expand Down
9 changes: 6 additions & 3 deletions huggingface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ on unseen command strings drawn from known source distributions; it is not
evidence of transfer to a novel command dialect. Keep the `source` field when
performing source-grouped or leave-one-source-out analysis.

## Try it

ShellRisk-Bench is maintained by Kontext Security. To see Kestrel evaluating
the cyber risk of agent tool calls as part of Kontext, visit
[kontext.security](https://kontext.security).

## Licensing

There is no single blanket license for the data. The benchmark code and
Expand All @@ -116,6 +122,3 @@ The pinned sources currently declare MIT, Apache-2.0, MIT, MIT, GPL-3.0, and no
license file, respectively. Consult the source-specific links and notes in
[DATASETS.md](https://github.com/kontext-security/shellrisk-bench/blob/main/DATASETS.md)
before using or redistributing the data.

The dataset is provided for security research and defensive evaluation. No
Kestrel implementation, model weights, or training artifacts are included.
Loading