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 May 12, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 37

Access to .env file

SourceSKILL.md
37process.env.DOCUMENT_INTELLIGENCE_ENDPOINT!,
low line 48

Access to .env file

SourceSKILL.md
48process.env.DOCUMENT_INTELLIGENCE_ENDPOINT!,
low line 49

Access to .env file

SourceSKILL.md
49{ key: process.env.DOCUMENT_INTELLIGENCE_API_KEY! }
low line 195

Access to .env file

SourceSKILL.md
195containerUrl: process.env.TRAINING_CONTAINER_SAS_URL!,
low line 215

Access to .env file

SourceSKILL.md
215const containerSasUrl = process.env.TRAINING_CONTAINER_SAS_URL!;
low line 22

External URL reference

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

External URL reference

SourceSKILL.md
67urlSource: "https://example.com/document.pdf"
Scanned on May 12, 2026
View Security Dashboard
Installation guide →