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.2.tar.gz (9.0 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.2-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gpt_oss_redteam-0.1.2.tar.gz
  • Upload date:
  • Size: 9.0 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.2.tar.gz
Algorithm Hash digest
SHA256 1a1649aef4c0db7fa9375f65e361b35694fdd38a32798234525a8ca73a9bc32c
MD5 998a05fff34f8eca57bb513686a7d0ed
BLAKE2b-256 a341ef2ba4511badba1315c7612be3479d1329c44ce0c7ecdb2620492eb3f73e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gpt_oss_redteam-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 83f78c93bc775d6db4d474578228ae52e294b62c1891334799841deef6e48dff
MD5 3bc7cae27457eb6b48f2434b588c1179
BLAKE2b-256 1179a43831ed541d5fd5bef37e225050b6b881c4400c661bea09cbac546a9914

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