MCP Server
Active
1
0

Import UAPF package: HR-atlase-vertesana-ProcessGit-v0.1.1.uapf

This commit is contained in:
2026-07-24 09:05:23 +00:00
parent 26a5827223
commit 69a09fac8c
19 changed files with 969 additions and 0 deletions

34
resources/guardrails.yaml Normal file
View File

@@ -0,0 +1,34 @@
kind: uapf.guardrails
id: guardrails.openhr.candidate-evaluation
version: 0.1.1
rules:
- id: human-decision-required
effect: require
action: authorized_hr_human_review
- id: no-automatic-rejection
effect: deny
action: automatic_rejection
- id: no-automatic-hiring
effect: deny
action: automatic_hiring
- id: no-automatic-shortlisting
effect: deny
action: automatic_shortlisting
- id: protected-attributes-excluded
effect: deny
inputs:
- birthDate
- gender
- nationality
- photo
- familyStatus
- ethnicity
- religion
- politicalOpinion
- sexualOrientation
- healthData
- id: low-confidence-human-review
effect: require
when:
confidenceBelow: 0.7
action: enhanced_human_review