Skip to main content

trails

Facilitates integration of Trails for cross-chain token transfers and swaps using various methods like Widget, SDK, or API.

Install this skill

or
84/100

Security score

The trails skill was audited on Feb 12, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 108

Access to .env file

SourceSKILL.md
108- `.env` files → `TRAILS_API_KEY` or `NEXT_PUBLIC_TRAILS_API_KEY`
low line 120

Access to .env file

SourceSKILL.md
120Once you have your key, add it to your .env file:
low line 196

Access to .env file

SourceSKILL.md
196<TrailsProvider trailsApiKey={process.env.NEXT_PUBLIC_TRAILS_API_KEY}>
low line 235

Access to .env file

SourceSKILL.md
235<TrailsProvider trailsApiKey={process.env.NEXT_PUBLIC_TRAILS_API_KEY}>
low line 279

Access to .env file

SourceSKILL.md
279const trails = new TrailsAPI({ apiKey: process.env.TRAILS_API_KEY });
low line 378

Access to .env file

SourceSKILL.md
378Once you have your key, add it to your .env file and let me know!
low line 116

External URL reference

SourceSKILL.md
116Please visit https://dashboard.trails.build to:
low line 183

External URL reference

SourceSKILL.md
1832. **Get API Key**: Visit [https://dashboard.trails.build](https://dashboard.trails.build) to get your API key
low line 223

External URL reference

SourceSKILL.md
2232. **Get API Key**: Visit [https://dashboard.trails.build](https://dashboard.trails.build) to get your API key
low line 270

External URL reference

SourceSKILL.md
2702. **Get API Key**: Visit [https://dashboard.trails.build](https://dashboard.trails.build) to get your API key
low line 318

External URL reference

SourceSKILL.md
3182. **Get API Key**: Visit [https://dashboard.trails.build](https://dashboard.trails.build) to get your API key
low line 370

External URL reference

SourceSKILL.md
370Please visit: https://dashboard.trails.build
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →