enclave-egress-filter

Filters outbound network traffic for the Latch Enclave proxy by domain patterns and service definitions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides domain-based egress filtering for the Latch Enclave proxy, ensuring secure and controlled network traffic.

Core Features & Use Cases

  • Domain Matching: Matches outbound requests to registered services using exact and wildcard patterns.
  • Tier Access Control: Enforces data tier hierarchy for secure access control.
  • Credential Injection: Injects credentials into headers for secure communication.
  • Leak Detection: Scans request bodies for credential leaks to prevent data breaches.
  • Path/Method Scoping: Enforces fine-grained access control via glob patterns.
  • Use Case: Ideal for proxy request evaluation, network policy enforcement, and service access control in complex environments.

Quick Start

Enable the enclave-egress-filter skill in your Latch configuration to enforce egress filtering policies.

Frequently Asked Questions about enclave-egress-filter

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

FAQPage Schema
How do I filter outbound network traffic by domain patterns?

You can filter outbound network traffic by configuring exact and wildcard domain patterns to match outbound requests against registered services. This enforces secure egress policies and controls access paths for approved domains.

How does credential leak detection work for outbound requests?

Credential leak detection scans outbound request bodies to identify exposed credentials and prevent data breaches. This mechanism ensures sensitive authentication data is not accidentally transmitted over the network to unauthorized destinations.

Can I enforce data tier access control for network communication?

Yes, you can enforce data tier access control by applying a data tier hierarchy. This restricts network access paths and ensures only authorized users and services can communicate across specific security boundaries.

How do I inject credentials into headers for secure service access?

Credential injection securely embeds authentication credentials directly into outbound request headers. This ensures safe communication with registered services without exposing sensitive data in the request body or URL parameters.

What is the best way to scope access paths and methods for outbound requests?

The best way to scope access paths and methods is by enforcing fine-grained access control via glob patterns. This allows precise policy enforcement on specific URL paths and HTTP methods for registered services.

Do I need to configure service definitions before enabling egress filtering?

Yes, you must configure domain patterns and service definitions before enabling egress filtering. This prerequisite setup ensures the proxy can accurately evaluate and match outbound requests against your secure network policies.