sv-data

Build and validate Security Verifiers E1 and E2 datasets with Pydantic schemas.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of building, validating, and managing datasets for the E1 (network-logs) and E2 (config-verification) environments within the Security Verifiers framework.

Core Features & Use Cases

  • Dataset Generation: Build production and test fixture datasets for network log anomaly detection and configuration verification tasks.
  • Data Validation: Ensure dataset integrity using Pydantic models before deployment.
  • Use Case: When tasked with preparing training data for the network-logs environment, use this skill to generate the full production dataset and its out-of-distribution variants.

Quick Start

Use the sv-data skill to build the E1 production dataset.

Frequently Asked Questions about sv-data

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

FAQPage Schema
How do I build datasets for network log anomaly detection?

To build datasets for network log anomaly detection, use make commands to generate production data and out-of-distribution variants for the E1 environment. The skill manages the full dataset creation process for network logs.

How do I validate dataset integrity using Pydantic schemas?

You validate dataset integrity using Pydantic schemas by running internal Python scripts that check and convert data against the defined models. This ensures your configuration verification and network log datasets are valid before deployment.

What is the best way to generate test fixtures for configuration verification?

The best way to generate test fixtures for configuration verification is using the dataset management skill for the E2 environment. It constructs test fixture datasets alongside production data for config-verification tasks.

Can I use make commands for out-of-distribution dataset construction?

Yes, you can use make commands for out-of-distribution dataset construction. The skill supports building these variants for both E1 network-logs and E2 config-verification environments to test model robustness.

Do I need Pydantic models to manage Security Verifiers datasets?

You need Pydantic models to validate dataset integrity before deployment. The skill utilizes internal Python scripts for validation and schema conversion against these Pydantic schemas for E1 and E2 environments.