Skip to main content

defindex-sdk

Integrates DeFindex vault operations on Stellar, enabling deposits, withdrawals, and balance checks using TypeScript.

Install this skill

or
96/100

Security score

The defindex-sdk skill was audited on May 23, 2026 and we found 4 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
35apiKey: process.env.DEFINDEX_API_KEY as string, // Required for most operations
low line 78

Access to .env file

SourceSKILL.md
78apiKey: process.env.DEFINDEX_API_KEY as string,
low line 79

Access to .env file

SourceSKILL.md
79baseUrl: process.env.DEFINDEX_API_URL as string,
low line 36

External URL reference

SourceSKILL.md
36baseUrl: "https://api.defindex.io", // Optional, defaults to production
Scanned on May 23, 2026
View Security Dashboard
Installation guide →