Tag index

#Security

06 entries
№006 ai-agent-operations · 05

OpenClaw 구축: Docker Gateway와 Slack을 안전하게 연결하기 (5/7)

Linux VPS에 OpenClaw Docker Gateway를 version pin과 영속 volume으로 구축하고 Slack Socket Mode를 연결합니다. SecretRef, 사용자·채널 allowlist, sandbox, health check와 rollback을 포함합니다.

#OpenClaw #Docker #SlackBot #AgentGateway
Slack Socket Mode가 인증된 연결로 Docker의 OpenClaw Gateway에 들어오고 agent별 workspace sandbox tool policy와 영속 state를 거치는 VPS 배포 구조
№005 ai-agent-operations · 02

VPS에 Hermes Agent 구축하기: Gateway·격리·복구까지 (2/7)

로컬에서 검증한 Hermes Agent를 Linux VPS의 항상 켜진 서비스로 옮깁니다. 전용 계정, Messaging Gateway, 사용자 허용 목록, Docker 실행 격리, 백업과 재시작 검증을 연결합니다.

#HermesAgent #VPS #AI에이전트 #TelegramBot
사용자가 메시징 채널로 요청하면 Hermes Gateway가 전용 서비스 계정과 격리된 실행 backend에서 작업하고 감사 기록을 남기는 VPS 구조
№003 rag-agent-harness-foundations · 09

RAG Agent 보안: Prompt Injection·Capability·실행 직전 승인 (9/10)

검색 문서와 tool result를 untrusted data로 격리하고 provenance·taint·최소 capability·human approval·commit-time authorization으로 Agent 부작용과 정보 유출을 막습니다.

#Agent #Security #PromptInjection #Authorization
Untrusted 문서와 tool result에 taint를 유지하고 capability, action-bound approval, commit-time authorization을 통과한 요청만 실행하는 RAG Agent 보안 구조
№001 production-rag-agent-python · 05

RAG Prompt·Context Builder: Evidence Budget과 Citation 검증 (5/10)

검색 Evidence를 결정적 context bundle로 조립합니다. token budget, 중복 제거, 원문 span, untrusted data 격리와 server-side citation ID 검증을 Python으로 구현합니다.

#RAGAgent #Python #PromptEngineering #ContextEngineering
검색 Evidence가 dedup과 token budget packer를 지나 S1 S2 context block으로 변환되고 structured answer의 citation ID가 server-side evidence map에서 검증되는 흐름