langsmith-fetch
Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. ...
Install this skill
or
95/100
Security score
The langsmith-fetch skill was audited on Jun 14, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 393
Access to hidden dotfiles in home directory
SourceSKILL.md
| 393 | # Add to shell config file (~/.bashrc or ~/.zshrc) |
low line 394
Access to hidden dotfiles in home directory
SourceSKILL.md
| 394 | echo 'export LANGSMITH_API_KEY="your_key"' >> ~/.bashrc |
low line 395
Access to hidden dotfiles in home directory
SourceSKILL.md
| 395 | echo 'export LANGSMITH_PROJECT="your_project"' >> ~/.bashrc |
low line 398
Access to hidden dotfiles in home directory
SourceSKILL.md
| 398 | source ~/.bashrc |
low line 465
External URL reference
SourceSKILL.md
| 465 | - **LangSmith Studio:** https://smith.langchain.com/ |
Scanned on Jun 14, 2026
View Security Dashboard