docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
# [[Excessive Agency (과도한 권한 남용)]]
# Excessive Agency (과도한 권한 남용)
## 📌 Brief Summary
Excessive Agency(과도한 권한 남용)는 AI 에이전트에게 현재 작업을 수행하는 데 필요한 범위를 넘어서는 지나치게 강력한 도구 접근 권한, 데이터 접근 권한, 혹은 자율적 결정권이 부여되어 발생하는 보안 리스크이다. 이는 OWASP LLM06 위험으로 분류되며, 프롬프트 인젝션 공격 시 에이전트가 시스템 전체를 장악하거나 돌이킬 수 없는 피해를 입히는 직접적인 원인이 된다.
@@ -21,11 +21,11 @@ Excessive Agency(과도한 권한 남용)는 AI 에이전트에게 현재 작업
## 🔗 Knowledge Connections
### Related Concepts
* [[Agentic AI Security]]
* [[Agentic AI Security|Agentic AI Security]]
* 연결 이유: 과도한 권한 남용은 에이전트 보안의 핵심 관리 대상이다.
* [[T-component (Tool Registry)]]
* [[T-component (Tool Registry)|T-component (Tool Registry)]]
* 연결 이유: 도구의 권한과 명세를 관리하는 하네스의 구성 요소이다.
* [[L-component (Lifecycle Hooks)]]
* [[L-component (Lifecycle Hooks)|L-component (Lifecycle Hooks)]]
* 연결 이유: 도구 실행 전 권한을 검사하고 정책을 집행하는 실질적인 계층이다.
### Deeper Research Questions