Skip to main content

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
394echo 'export LANGSMITH_API_KEY="your_key"' >> ~/.bashrc
low line 395

Access to hidden dotfiles in home directory

SourceSKILL.md
395echo 'export LANGSMITH_PROJECT="your_project"' >> ~/.bashrc
low line 398

Access to hidden dotfiles in home directory

SourceSKILL.md
398source ~/.bashrc
low line 465

External URL reference

SourceSKILL.md
465- **LangSmith Studio:** https://smith.langchain.com/
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →
GitHub Stars 476
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
ECNU-ICALK/AutoSkill