[PR #2851] [CLOSED] docs: Add Inkog AI agent security scanning integration #2947

Closed
opened 2026-06-05 18:20:29 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2851
Author: @cloakmaster
Created: 2/28/2026
Status: Closed

Base: mainHead: docs/add-inkog-security-scanning


📝 Commits (1)

  • 170f388 docs: Add Inkog AI agent security scanning integration

📊 Changes

1 file changed (+215 additions, -0 deletions)

View changed files

src/oss/python/integrations/tools/inkog.mdx (+215 -0)

📄 Description

Summary

  • Add integration page for Inkog, the first security scanner purpose-built for AI agent code
  • Inkog scans LangChain & LangGraph projects for behavioral vulnerabilities: prompt injection, infinite loops, token bombing, SQL injection via LLM, missing human oversight
  • Covers CLI usage (npx -y @inkog-io/cli scan .), MCP server setup for Claude Desktop/Cursor, GitHub Actions CI integration, and SARIF output for GitHub Security tab
  • All findings mapped to OWASP LLM Top 10, EU AI Act, and NIST AI RMF

Why this matters for LangChain developers

Inkog has native framework adapters for LangChain and LangGraph that understand chains, agents, tools, graph nodes, conditional edges, and state -- not just generic Python AST patterns. It helps developers catch security issues during development rather than in production.

Details

Test plan

  • Verify the page renders correctly in the docs preview
  • Confirm all external links are valid
  • Check formatting matches existing integration pages

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2851 **Author:** [@cloakmaster](https://github.com/cloakmaster) **Created:** 2/28/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/add-inkog-security-scanning` --- ### 📝 Commits (1) - [`170f388`](https://github.com/langchain-ai/docs/commit/170f388c5aadbbc1d6ff9b2bb55a47e3129727f2) docs: Add Inkog AI agent security scanning integration ### 📊 Changes **1 file changed** (+215 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/inkog.mdx` (+215 -0) </details> ### 📄 Description ## Summary - Add integration page for [Inkog](https://inkog.io), the first security scanner purpose-built for AI agent code - Inkog scans LangChain & LangGraph projects for behavioral vulnerabilities: prompt injection, infinite loops, token bombing, SQL injection via LLM, missing human oversight - Covers CLI usage (`npx -y @inkog-io/cli scan .`), MCP server setup for Claude Desktop/Cursor, GitHub Actions CI integration, and SARIF output for GitHub Security tab - All findings mapped to OWASP LLM Top 10, EU AI Act, and NIST AI RMF ## Why this matters for LangChain developers Inkog has native framework adapters for LangChain and LangGraph that understand chains, agents, tools, graph nodes, conditional edges, and state -- not just generic Python AST patterns. It helps developers catch security issues during development rather than in production. ## Details - **New file**: `src/oss/python/integrations/tools/inkog.mdx` - **Open source**: [github.com/inkog-io/inkog](https://github.com/inkog-io/inkog) (Apache 2.0) - **npm packages**: [@inkog-io/cli](https://www.npmjs.com/package/@inkog-io/cli), [@inkog-io/mcp](https://www.npmjs.com/package/@inkog-io/mcp) ## Test plan - [ ] Verify the page renders correctly in the docs preview - [ ] Confirm all external links are valid - [ ] Check formatting matches existing integration pages 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:29 -04:00
yindo closed this issue 2026-06-05 18:20:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2947