azure-storage-file-share-ts
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a legitimate technical guide for the
@azure/storage-file-sharelibrary. All code snippets demonstrate standard API usage without malicious intent or obfuscation. - [EXTERNAL_DOWNLOADS]: The skill instructs the installation of official, well-known packages
@azure/storage-file-shareand@azure/identityfrom the public npm registry. - [CREDENTIALS_UNSAFE]: The documentation correctly identifies the need for credentials like account keys and connection strings but uses secure placeholders (e.g.,
<account-key>,...) and recommends using environment variables or Managed Identity (DefaultAzureCredential), which is a best practice. - [DATA_EXFILTRATION]: Network operations are scoped to official Azure service endpoints (
https://${accountName}.file.core.windows.net). There are no unauthorized data transfers to third-party or untrusted domains. - [COMMAND_EXECUTION]: No arbitrary or dangerous shell commands are present; instructions are limited to standard package management and file system interaction using the Node.js
fsmodule as required for the skill's functionality.
Audit Metadata