enclave-latch-proxy

Intercept and filter HTTP requests for Latch Enclave sessions.

2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/latchagent/latch-core --skill enclave-latch-proxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enclave-latch-proxy
Source: https://github.com/latchagent/latch-core/tree/main/.agents/skills/enclave-latch-proxy
Command: npx skills add https://github.com/latchagent/latch-core --skill enclave-latch-proxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires EgressFilter, TokenMap, TlsInterceptor, IngressFilter, CredentialManager, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a secure proxy for managing network traffic in Latch Enclave sessions, ensuring domain and service gatekeeping, credential injection, and leak detection.

Core Features & Use Cases

  • Network Gating: Controls outbound requests by domain/service, enforcing access control policies.
  • Credential Injection: Injects credentials into requests for secure access.
  • Leak Detection: Scans outgoing requests for credential leaks to prevent data breaches.
  • Logging: Logs all network traffic for audit purposes.
  • Use Case: When working on projects requiring secure network access, such as in a multi-agent workflow environment, this Skill ensures that all communications are secure and comply with defined policies.

Quick Start

Set up the 'enclave-latch-proxy' skill and configure it for use in your Latch Enclave session.

Frequently Asked Questions about enclave-latch-proxy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely manage network traffic for Latch Enclave sessions?

To securely manage network traffic for Latch Enclave sessions, you can use a proxy Skill that intercepts and filters HTTP requests, enforces domain access control, and prevents credential leaks.

How does credential injection work for outbound HTTP requests in a secure proxy?

Credential injection works by automatically inserting secure credentials into filtered outbound HTTP requests, ensuring that agents can access required services without manually handling sensitive tokens.

Can I enforce access control policies by domain and service for Latch Enclave sessions?

Yes, you can enforce access control policies by domain and service. The proxy filters outbound requests, ensuring that only explicitly permitted domains and services receive network traffic.

How do I scan outgoing HTTP requests for credential leaks in a multi-agent workflow environment?

You can scan outgoing HTTP requests for credential leaks by routing traffic through a filtering proxy that inspects payloads and blocks any outbound communication containing exposed credentials.

Do I need EgressFilter and TlsInterceptor to intercept HTTP requests in a Latch Enclave?

Yes, you need EgressFilter and TlsInterceptor. The proxy requires these dependencies, alongside TokenMap, IngressFilter, and CredentialManager, to intercept, filter, and secure network traffic.

What is the best way to log network traffic for audit purposes in secure environments?

The best way to log network traffic for audit purposes is to route all communications through a secure proxy that automatically records inbound and outbound HTTP requests while enforcing access control.