Skip to main content

azure-ai-document-intelligence-ts

Extracts structured data from documents using Azure Document Intelligence, ideal for processing invoices and forms.

Install this skill

or
93/100

Security score

The azure-ai-document-intelligence-ts skill was audited on Feb 21, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 35

Access to .env file

SourceSKILL.md
35process.env.DOCUMENT_INTELLIGENCE_ENDPOINT!,
low line 46

Access to .env file

SourceSKILL.md
46process.env.DOCUMENT_INTELLIGENCE_ENDPOINT!,
low line 47

Access to .env file

SourceSKILL.md
47{ key: process.env.DOCUMENT_INTELLIGENCE_API_KEY! }
low line 193

Access to .env file

SourceSKILL.md
193containerUrl: process.env.TRAINING_CONTAINER_SAS_URL!,
low line 213

Access to .env file

SourceSKILL.md
213const containerSasUrl = process.env.TRAINING_CONTAINER_SAS_URL!;
low line 20

External URL reference

SourceSKILL.md
20DOCUMENT_INTELLIGENCE_ENDPOINT=https://<resource>.cognitiveservices.azure.com
low line 65

External URL reference

SourceSKILL.md
65urlSource: "https://example.com/document.pdf"
Scanned on Feb 21, 2026
View Security Dashboard