Skip to main content

langsmith-fetch

Facilitates debugging of LangChain and LangGraph agents by fetching execution traces directly from LangSmith Studio.

Install this skill

or
95/100

Security score

The langsmith-fetch skill was audited on Mar 3, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 394

Access to hidden dotfiles in home directory

SourceSKILL.md
394# Add to shell config file (~/.bashrc or ~/.zshrc)
low line 395

Access to hidden dotfiles in home directory

SourceSKILL.md
395echo 'export LANGSMITH_API_KEY="your_key"' >> ~/.bashrc
low line 396

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
399source ~/.bashrc
low line 466

External URL reference

SourceSKILL.md
466- **LangSmith Studio:** https://smith.langchain.com/
Scanned on Mar 3, 2026
View Security Dashboard