docs: add agent ecosystem scan examples#16
Merged
Conversation
3 tasks
limaronaldo
added a commit
that referenced
this pull request
Jun 14, 2026
docs: add langgraph-tool example README Adds the LangGraph/LangChain example scan guide missing from main — the other four examples shipped a README in PR #16 but this one was omitted. Rescued from a local recovery branch during cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #12.
Closes #13.
Closes #14.
Closes #15.
Verification
cargo run --quiet -- scan examples/claude-mcp/fixture --ignore-tests --fail-on high --explaincargo run --quiet -- scan examples/fastmcp-server/fixture --ignore-tests --fail-on high --explaincargo run --quiet -- scan examples/openai-agents-sdk/fixture --ignore-tests --fail-on high --explaincargo run --quiet -- scan examples/playwright-mcp/fixture --ignore-tests --fail-on high --explaincargo run --quiet -- scan examples/openai-agents-sdk/fixture --format json --output target/agentshield/examples/openai-agents.jsoncargo run --quiet -- scan examples/openai-agents-sdk/fixture --format sarif --output target/agentshield/examples/openai-agents.sarifpython3 -m py_compile examples/claude-mcp/fixture/server.py examples/fastmcp-server/fixture/server.pypython3 -m json.toolfor all new JSON fixtures and lockfilesgit diff --checkcargo fmt --checkcargo testcargo clippy -- -D warningscargo build --releasecargo run --quiet -- --helpcargo run --quiet -- scan examples/does-not-exist --explainreturned the expected inconclusive/no-adapter pathExternal submissions