fs_write
Filesystem write access
Filesystem write access
Line 173Snippets
import { writeFile } from "node:fs/promises"; await writeFile("translated.txt", response.body);import { writeFile } from "node:fs/promises"; await writeFile("translated.txt", response.body);env_access
Environment variable access
Environment variable access
Line 41Snippets
key: process.env.TRANSLATOR_SUBSCRIPTION_KEY!, region: process.env.TRANSLATOR_REGION!,const client = TextTranslationClient(process.env.TRANSLATOR_ENDPOINT!, credential); key: process.env.TRANSLATOR_SUBSCRIPTION_KEY!, region: process.env.TRANSLATOR_REGION!,Trust Score
Updated 3周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 3周前
分析时间 2026年3月31日 15:56
说明
"Text and document translation with REST-style clients."
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:45
Run 1