langsmith-dataset
Fail
Audited by Runlayer on Mar 5, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (4)
langsmith-dataset/scripts/generate_datasets.pyHIGH
90.5%
Malicious tool definition detected
langsmith-dataset/SKILL.mdMEDIUM
86.4%
Malicious tool definition detected
langsmith-dataset/scripts/generate_datasets.tsMEDIUM
84.0%
Tool passed security scan
Malicious tool definition detected
langsmith-dataset/scripts/query_datasets.tsMEDIUM
75.3%
Tool passed security scan
Malicious tool definition detected
Description: 0) { console.log(chalk.yellow(`No examples in dataset '${datasetName}'`)); return; } const outputPath = path.resolve(outputFile); fs.writeFileSync(outputPath, JSON.stringify(examples, null, 2)); console.log( chalk.green("✓") + ` Exported ${examples.length} examples to ${outputFile}`, ); }); // Only run CLI when executed directly (not when imported) const isMainModule = process.argv[1] && (process.argv[1].endsWith("query_datasets.ts") || process.argv[1].endsWith("query_datasets.js"))
Passed Files (1)Click to expand
langsmith-dataset/scripts/query_datasets.pyOK
33.0%
Tool passed security scan
Audit Metadata