exec_call
System command execution
Line 154Snippets
const output = execSync(`yt-dlp --dump-json --no-download "${url}"`, { execSync(`yt-dlp --write-auto-sub --sub-lang en --skip-download --sub-format vtt -o "${tmpFile}" "${url}"`, { execSync('which yt-dlp', { stdio: 'pipe' });fs_write
Filesystem write access
Filesystem write access
Line 187Snippets
files.forEach(f => fs.unlinkSync(path.join(tmpDir, f))); files.forEach(f => fs.unlinkSync(path.join(tmpDir, f)));fs_read
Filesystem read access
Filesystem read access
Line 179Snippets
const files = fs.readdirSync(tmpDir).filter(f => f.startsWith(path.basename(tmpFile)) && f.endsWith('.vtt')); const vttContent = fs.readFileSync(path.join(tmpDir, files[0]), 'utf-8'); const files = fs.readdirSync(tmpDir).filter(f => f.startsWith(path.basename(tmpFile)));network_call
Outbound network call
Outbound network call
Line 197Snippets
throw new Error(`Could not fetch transcript: ${err.message}`);Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:56
Descricao
Skill yt-digest
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:43
Run 1