LangSmith Datasets
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- Local File Operations: The skill reads local JSONL and JSON files provided via the
--inputflag to extract trace data. This is a standard part of its functionality to generate datasets from execution logs. - External API Interaction: The scripts use the official LangSmith SDK to upload datasets and query information. This requires a
LANGSMITH_API_KEY, which is handled through environment variables according to security best practices for developer tools. - Data Processing Considerations: As the skill processes externally generated trace files, it represents an entry point for untrusted data. While the scripts primarily perform extraction and formatting (JSON/CSV), users should ensure the source traces are from trusted environments.
- Interaction Safety: The scripts include confirmation prompts when performing destructive actions like replacing existing datasets, helping prevent accidental data loss during CLI usage.
Audit Metadata