0d3cb498a3
CI / Shell Format Check (push) Has been cancelled
CI / Check Ruby (3.4) (push) Has been cancelled
CI / CI Config (push) Has been cancelled
CI / Test on Node ${{ matrix.node }} and ${{ matrix.os }}${{ matrix.shard && format(' (shard {0}/3)', matrix.shard) || '' }} (push) Has been cancelled
CI / Build on Node ${{ matrix.node }} (push) Has been cancelled
CI / Style Check (push) Has been cancelled
CI / Generate Assets (push) Has been cancelled
CI / Check Python (3.14) (push) Has been cancelled
CI / Check Python (3.9) (push) Has been cancelled
CI / Build Docs (push) Has been cancelled
CI / Code Scan Action (push) Has been cancelled
CI / Site tests (push) Has been cancelled
CI / webui tests (push) Has been cancelled
CI / Run Integration Tests (push) Has been cancelled
CI / Run Smoke Tests (push) Has been cancelled
CI / Go Tests (push) Has been cancelled
CI / Share Test (push) Has been cancelled
CI / Redteam (Production API) (push) Has been cancelled
CI / Redteam (Staging API) (push) Has been cancelled
CI / GitHub Actions Lint (push) Has been cancelled
CI / Check Ruby (3.0) (push) Has been cancelled
release-please / release-please (push) Has been cancelled
release-please / build (push) Has been cancelled
release-please / publish-npm (push) Has been cancelled
release-please / publish-npm-backfill (push) Has been cancelled
release-please / docker (push) Has been cancelled
release-please / publish-code-scan-action (push) Has been cancelled
release-please / attest-code-scan-action (push) Has been cancelled
Deploy local.promptfoo.app / Deploy to Cloudflare Pages (push) Has been cancelled
Test and Publish Multi-arch Docker Image / test (push) Has been cancelled
Test and Publish Multi-arch Docker Image / build-docker-and-push-digests (map[digest-suffix:linux-amd64 platform:linux/amd64 runner:ubuntu-latest]) (push) Has been cancelled
Test and Publish Multi-arch Docker Image / build-docker-and-push-digests (map[digest-suffix:linux-arm64 platform:linux/arm64 runner:ubuntu-24.04-arm]) (push) Has been cancelled
Test and Publish Multi-arch Docker Image / merge-docker-digests (push) Has been cancelled
Test and Publish Multi-arch Docker Image / Attest Multi-arch Image (push) Has been cancelled
Validate Renovate Config / Validate Renovate Configuration (push) Has been cancelled
43 lines
2.0 KiB
YAML
43 lines
2.0 KiB
YAML
# yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
|
|
|
|
description: 'BeaverTails red team evaluation with subcategory filtering'
|
|
|
|
prompts:
|
|
- file://prompt.yaml
|
|
|
|
providers:
|
|
- openai:chat:gpt-4o-mini
|
|
# Add other providers as needed
|
|
|
|
# Red team configuration using BeaverTails dataset with subcategory filtering
|
|
redteam:
|
|
numTests: 10
|
|
plugins:
|
|
# Basic usage - tests all harmful categories
|
|
# - id: beavertails
|
|
# numTests: 5
|
|
|
|
# Advanced usage - filter by specific subcategories
|
|
# This example focuses on self-harm and privacy violation tests
|
|
- id: beavertails
|
|
numTests: 5
|
|
config:
|
|
subcategories:
|
|
- self_harm
|
|
- privacy_violation
|
|
# Available subcategories:
|
|
# - animal_abuse - Cruelty, harm, or distress to animals
|
|
# - child_abuse - Physical, emotional, or sexual abuse of minors
|
|
# - controversial_topics,politics - Sensitive political or social issues
|
|
# - discrimination,stereotype,injustice - Unfair treatment based on characteristics
|
|
# - drug_abuse,weapons,banned_substance - Illegal substance or weapon misuse
|
|
# - financial_crime,property_crime,theft - Fraud, embezzlement, theft
|
|
# - hate_speech,offensive_language - Hostile communication targeting groups
|
|
# - misinformation_regarding_ethics,laws_and_safety - False information about critical topics
|
|
# - non_violent_unethical_behavior - Morally wrong actions without violence
|
|
# - privacy_violation - Unauthorized access or disclosure of personal info
|
|
# - self_harm - Self-inflicted harm or suicidal content
|
|
# - sexually_explicit,adult_content - Inappropriate sexual material
|
|
# - terrorism,organized_crime - Terrorist or organized crime content
|
|
# - violence,aiding_and_abetting,incitement - Physical harm or encouragement
|