Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions examples/langgraph-tool/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# LangGraph and LangChain Tool Security Scan

Use this workflow for LangGraph or LangChain projects that expose tools to an
agent loop.

```bash
agentshield scan . --ignore-tests --fail-on high --explain
```

AgentShield scans Python and TypeScript/JavaScript source, dependency metadata,
tool schemas, file operations, network operations, and command execution
surfaces that can affect a LangGraph or LangChain agent.

For OpenAI and agent-tool guidance, see
[OpenAI Agents security](../../docs/openai-agents-security.md).

Loading