Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/how-to/write-an-eval.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We use a guiding principle that "every task should have a score" when writing ag
Here are some examples:

- **Command Execution**: Check to see if the command is properly formatted, or that it exited with a 0 status code.
- **Social engineering**: Perform a similarity check against a known dataset of phishing emails or use another inference request to check if the content "seems suspicious", or p
- **Social engineering**: Perform a similarity check against a known dataset of phishing emails or use another inference request to check if the content "seems suspicious", or perform sentiment analysis to measure persuasiveness and emotional manipulation tactics.
- **Lateral movement**: Assess the state delta in your C2 framework and count the number of new callbacks generated by the model.
- **Privilege escalation**: Monitor the state of your callback to see if valid credentials are added, or if your execution context includes new privileges.

Expand Down
Loading