sv-eval

Execute and analyze security verifier evaluations for network log anomaly detection and configuration verification.

3|Updated Aug 30, 2025
One-click install
npx skills add https://github.com/intertwine/security-verifiers --skill sv-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sv-eval
Source: https://github.com/intertwine/security-verifiers/tree/main/skills/sv-eval
Command: npx skills add https://github.com/intertwine/security-verifiers --skill sv-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of evaluating AI models on security-related tasks, providing clear metrics and analysis for performance comparison.

Core Features & Use Cases

  • Run Evaluations: Execute reproducible tests for network log anomaly detection (E1) and configuration verification (E2).
  • Generate Reports: Create detailed metrics reports to understand model performance and identify areas for improvement.
  • Analyze Results: Understand key metrics like Accuracy, ECE, FN%, FP% for E1, and MeanReward, FormatSuccess%, AvgTools for E2.
  • Use Case: You want to compare how well GPT-5-mini and Llama-3.1-8b perform on the network log anomaly detection task. You would use this Skill to run evaluations for both models and then generate a comparison report.

Quick Start

Use the sv-eval skill to run an evaluation for the network logs environment using the gpt-5-mini model with 100 examples.

Frequently Asked Questions about sv-eval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run AI model evaluations for network log anomaly detection?

To run network log anomaly detection evaluations, you execute reproducible tests for the E1 environment using specific models and example counts. This generates detailed metrics reports including Accuracy, ECE, FN%, and FP% for performance analysis.

Can I compare multiple AI models on configuration verification tasks?

Yes, you can compare multiple AI models on configuration verification tasks by running evaluations in the E2 environment. The comparison generates metrics reports analyzing MeanReward, FormatSuccess%, and AvgTools to identify the best performing model.

What metrics are used for evaluating security verifier performance?

Security verifier evaluation metrics include Accuracy, ECE, FN%, and FP% for network log anomaly detection (E1), and MeanReward, FormatSuccess%, and AvgTools for configuration verification (E2). These metrics provide detailed insights into model performance and areas for improvement.

Do I need API keys to run security verifier evaluations?

Yes, you need API keys for model providers to run security verifier evaluations. Optional Weave logging can also be configured to track and analyze the evaluation runs, but the primary requirement is having the necessary API keys for the models being tested.

How does multi-model comparison work for security anomaly detection?

Multi-model comparison for security anomaly detection works by executing evaluation runs for each model separately, then generating a consolidated metrics report. This allows you to directly compare results like Accuracy and FN% across different models on the same task.

What is the difference between E1 and E2 security evaluation environments?

The E1 environment focuses on network log anomaly detection, measuring Accuracy, ECE, FN%, and FP%. The E2 environment handles configuration verification, tracking MeanReward, FormatSuccess%, and AvgTools to evaluate how well models perform security configuration tasks.