Skip to content
LangChain

GitHub Actions Audit for LangChain

io.github.unbearabledev/github-actions-audit

GitHub Actions workflow security audit - 21 checks: pinning, permissions, secrets, injection.

client:LangChain transport:streamable-http

Install GitHub Actions Audit in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "github-actions-audit": {
            "transport": "streamable_http",
            "url": "https://unbearable-dev--github-actions-audit.apify.actor/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

GitHub Actions Audit in other clients