Skip to main content

egress-auth

Core sandbox egress authentication skill — the shared engine that the github / azure-devops / microsoft-graph / connect skills reference and use. Authentication is a REQUIRED FIRST STEP for any outbound call in the sandbox: the proxy blocks unauthenticated egress. Use whenever an outbound network call from inside a sandbox (git clone/fetch/push, gh, curl, wget, npm, pip, or a language HTTP client) targeting github.com, api.github.com, raw.githubusercontent.com, a package registry, or any external host returns an HTTP 511 (Network Authentication Required) with header `x-sandbox-proxy-status: auth_pending` or a body `{"status":"auth_pending",...}`, an HTTP 403 `{"error":"denied",...}`, or whenever a network command hangs, fails TLS, or behaves oddly behind the egress proxy. Also use PROACTIVELY before running token-unaware tools (git/gh/npm/pip) against GitHub to warm the auth cache. Owns the wire contract, the probe/poll engine, backoff polling, human-in-the-loop relay of login prompts, transparent server-side

Aller à l'installation

Informations de source

Dépôt
gautam-achieveai/ClaudePlugins
Dernière activité de la source
28 juin 2026 à 09:07
Langue détectée de SKILL.md
anglais
Étoiles
3
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.