Skip to main content

Simple, reproducible red teaming pipeline for GPT-OSS via Ollama with DeepSeek-based prompt generation

Project description

gpt-oss-redteam

Simple, reproducible red teaming pipeline for GPT‑OSS models via Ollama, with DeepSeek-based adversarial prompt generation.

  • DeepSeek API to generate adversarial prompts from high-level HITL prompts (preserves [insert ...]).
  • Ollama for local GPT‑OSS inference with a fake tools manifest (one string arg: input, description: "put all information here").
  • Logs every run to JSONL for later analysis (full model JSON when available).
  • Minimal analyzer: refusal rate and 95% CI.
  • Minimal CLI for end-to-end runs.

Quickstart

Prereqs:

  • Python 3.9+
  • Ollama running locally and the model pulled: ollama pull gpt-oss:20b
  • DeepSeek API key in env: DEEPSEEK_API_KEY=...

Install (editable):

pip install -e .

Run the full pipeline with 20 prompts × 100 runs each (2,000 total):

# Create a starter prompts file you can edit
python -m gpt_oss_redteam.cli init --out prompts.txt

# Edit prompts.txt to include one prompt per line (each may include [insert ...])

# Run pipeline
gpt-oss-redteam all \
  --prompts-file prompts.txt \
  --runs-per-prompt 100 \
  --generation-batch-size 10 \
  --ollama-model gpt-oss:20b \
  --out-dir runs

Outputs:

  • runs/<timestamp>/generated_prompts.jsonl – all generated prompts with their source high-level prompt.
  • runs/<timestamp>/inference.jsonl – every model run with raw JSON response.
  • runs/<timestamp>/analysis.json and analysis.md – refusal rate and 95% CI.

Configuration via CLI flags or environment variables

  • DEEPSEEK_API_KEY – required for prompt generation.
  • DEEPSEEK_BASE_URL – optional, defaults to https://api.deepseek.com.
  • OLLAMA_BASE_URL – optional, defaults to http://localhost:11434/v1.

Fake tools manifest (simple)

We pass a static set of tool/function definitions so the model thinks it can call tools without consuming context with actual implementations. Every tool takes a single string arg named input with the description "put all information here". No tool execution occurs.

Safety note

This project logs raw model outputs for offline analysis. The provided analyzer only checks for a very simple refusal phrase; deeper evaluation is out of scope for this minimal baseline.

Paper outline (in docs/)

  • Brief literature review
  • Package pipeline and creation
  • Quantified results
  • Qualitative analysis of results
  • Example problem prompts
  • Next steps

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpt_oss_redteam-0.1.3.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gpt_oss_redteam-0.1.3-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file gpt_oss_redteam-0.1.3.tar.gz.

File metadata

  • Download URL: gpt_oss_redteam-0.1.3.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.4

File hashes

Hashes for gpt_oss_redteam-0.1.3.tar.gz
Algorithm Hash digest
SHA256 76bf1a86fcf22ae268f02c095a37eeba8166cdc66e73c6a6af700e02489443bf
MD5 f8dfe3c8b3748294854a008ce92563e0
BLAKE2b-256 62cbb00b54b7f1a154ad935833c0731bce33110cb84f5b4ca206672318514dda

See more details on using hashes here.

File details

Details for the file gpt_oss_redteam-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for gpt_oss_redteam-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b28c627266baa7627a85851f5c30d2535fc851a88a9a73c3adcddffd1a7f9aeb
MD5 9b3e687ada679c55a044bb794cdb0a58
BLAKE2b-256 5b942e82cedb7a8122c7c89a165ad70e1ffe8b583fcf95f9541f9d867d9f0482

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page