azure-ai-translation-ts
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]:
- The skill documentation specifies installing official Microsoft Azure packages including @azure-rest/ai-translation-text, @azure-rest/ai-translation-document, @azure/identity, and @azure/storage-blob.
- These libraries are sourced from the official npm registry and are maintained by a trusted organization.
- [CREDENTIALS_UNSAFE]:
- The implementation uses environment variables and descriptive placeholders for API keys and regional settings.
- No hardcoded secrets, authentication tokens, or sensitive credentials are present in the code examples.
- [DATA_EXFILTRATION]:
- Network traffic is directed exclusively to official Microsoft Azure Translator and Cognitive Services endpoints.
- There is no evidence of unauthorized data transfer to untrusted or external third-party domains.
- [COMMAND_EXECUTION]:
- The installation instructions are limited to standard package manager commands (npm install).
- No suspicious shell command patterns or unauthorized script executions were identified.
Audit Metadata