: / 5.0
Governance Health
Governance Risk: System(e) ohne verantwortliche Person
Systeme ohne Business oder Technical Owner verletzen die Rechenschaftspflicht nach Art. 16 EU AI Act. Klicken um die betroffenen Systeme anzuzeigen.
| Status | Date | Milestone | Phase |
|---|---|---|---|
|
|
info Noch keine anwendbaren Standards konfiguriert. Schließen Sie die ab, um personalisierte Empfehlungen zu erhalten. 13 bewertbare Frameworks und 12 Referenz-Frameworks werden unten angezeigt.No applicable standards configured yet. Complete the to get personalized recommendations. Showing 13 assessable and 12 reference-only frameworks below.
· ·
Cross-references between standards show how requirements align. Addressing one often satisfies related requirements in other frameworks.
| Source | Relationship | Target | Notes | Confidence |
|---|---|---|---|---|
|
|
v · ·
Pre-filled from org profile
v · ·
Tier 1
| ID | Tier | ||||
|---|---|---|---|---|---|
|
|
| ID | |||||
|---|---|---|---|---|---|
check_circle
API Endpoint
CLI
uv run aegis gate {system_id} --url {server_url} --token {api_token}
GitHub Action
- name: Check AI Compliance
run: |
RESULT=$(curl -sf -H "Authorization: Bearer ${{ secrets.AEGIS_TOKEN }}" \
"${{ vars.AEGIS_URL }}/api/compliance-gate/${{ vars.SYSTEM_ID }}")
echo "$RESULT" | python3 -c "
import json, sys; r = json.load(sys.stdin)
if not r.get('pass'): sys.exit(1)"
| ID | |||||
|---|---|---|---|---|---|