Module: Brute::Prompts::SecurityAndSafety

Defined in:
lib/brute/prompts/security_and_safety.rb

Constant Summary collapse

TEXT =
<<~TXT
  # Security and Safety Rules
  - **Explain Critical Commands:** Before executing shell commands that modify the file system, codebase, or system state, provide a brief explanation of the command's purpose and potential impact.
  - **Security First:** Always apply security best practices. Never introduce code that exposes, logs, or commits secrets, API keys, or other sensitive information.
TXT

Class Method Summary collapse

Class Method Details

.call(_ctx) ⇒ Object



12
13
14
# File 'lib/brute/prompts/security_and_safety.rb', line 12

def self.call(_ctx)
  TEXT
end