Ajuste segurança-extra

This commit is contained in:
2026-05-05 13:13:23 -03:00
parent 25bc77f582
commit d698f8f834
15 changed files with 580 additions and 4 deletions

View File

@@ -19,8 +19,13 @@ define flow check_input_terms
$ok_size = execute medir_tamanho_mensagem_action
$ok_fbk = execute detectar_fallback_action
# Segurança - Adicional
$ok_pinj = execute detectar_prompt_injection_jailbreak_action
$ok_ragsec = execute detectar_rag_injection_context_poisoning_action
$ok_dlex_in = execute detectar_data_leakage_input_action
# 🚨 HARD BLOCK
if not ($ok_msk and $ok_tox and $ok_oos and $ok_adj and $ok_hist)
if not ($ok_msk and $ok_tox and $ok_oos and $ok_adj and $ok_hist and $ok_pinj and $ok_ragsec and $ok_dlex_in)
bot refuse to respond
stop

View File

@@ -16,6 +16,9 @@ define flow check_output_terms
$ok_prec = execute calcular_precisao_revocacao_action
$ok_sem = execute avaliar_acuracia_semantica_action
# Segurança - Extra
$ok_delex_out = execute detectar_data_leakage_output_action
# 🚨 Auditoria
$ok_viol = execute registrar_violacao_action