langsmith-dataset
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [External Script Download]: The skill's setup section includes a command to download and execute an installation script for the LangSmith CLI (
curl -sSL https://raw.githubusercontent.com/langchain-ai/langsmith-cli/main/scripts/install.sh | sh). This is a standard installation pattern for the tool and originates from the author's official GitHub repository. - [Command Execution]: The skill utilizes several CLI commands (
langsmith dataset ...,langsmith example ...) to interact with the LangSmith platform. These commands are part of the intended functionality for dataset management and evaluated as safe within this context. - [Environment Variable Configuration]: The skill requests the setup of
LANGSMITH_API_KEY. It provides a placeholder value (lsv2_pt_your_api_key_here) for the user to populate, following standard practices for API authentication. - [Python and Node.js Dependencies]: The skill lists
langsmithas a dependency for both Python and JavaScript. These are the official SDKs provided by the author for programmatic interaction with the service.
Audit Metadata