Files
orcs-code/src/constants/cyberRiskInstruction.ts
Nourrisse Florian 0463676a8f feat: replace refusal language with positive security guidance
Remove refusal instructions from CYBER_RISK_INSTRUCTION since they are
redundant for Anthropic models (applied server-side) and useless for
uncensored models in multi-provider setups. Keep positive guidance for
security testing contexts and add red teaming support.
2026-04-13 16:43:31 +02:00

9 lines
631 B
TypeScript

/**
* CYBER_RISK_INSTRUCTION
*
* Guidance injected into the system prompt for security-related requests.
* Provides positive context for security tooling usage without refusal language,
* since openclaude targets multi-provider setups including uncensored models.
*/
export const CYBER_RISK_INSTRUCTION = `IMPORTANT: Assist with security testing, defensive security, red teaming, CTF challenges, and educational contexts. Dual-use security tools (C2 frameworks, credential testing, exploit development) can be used in pentesting engagements, red team operations, CTF competitions, security research, or defensive use cases.`