Skip to main content

tanstack-ai

Enables type-safe, provider-agnostic chat integration for React/Solid frontends with streaming capabilities and tool definitions.

Install this skill

or
68/100

Security score

The tanstack-ai skill was audited on May 12, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143const data = await fetch(`https://api.weather.gov/points?q=${city}`).then(r => r.json())
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148console.log(`Showing toast for ${city}`)
medium line 251

Template literal with variable interpolation in command context

SourceSKILL.md
251document.querySelector(`#user-${id}`)?.classList.add('ring')
medium line 209

Access to .env file

SourceSKILL.md
209### .env.local (Full Example)
medium line 372

Access to .env file

SourceSKILL.md
372**Solution**: Run `./scripts/check-ai-env.sh` and set the relevant provider key in `.env.local`. Fail fast in the route before invoking `chat()`. citeturn0search1
low line 143

External URL reference

SourceSKILL.md
143const data = await fetch(`https://api.weather.gov/points?q=${city}`).then(r => r.json())
low line 215

External URL reference

SourceSKILL.md
215OLLAMA_HOST=http://localhost:11434
low line 340

External URL reference

SourceSKILL.md
340- **TanStack AI Overview**: https://tanstack.com/ai/latest/docs/getting-started/overview
low line 341

External URL reference

SourceSKILL.md
341- **Quick Start**: https://tanstack.com/ai/latest/docs/getting-started/quick-start
low line 342

External URL reference

SourceSKILL.md
342- **Tool Architecture & Approval**: https://tanstack.com/ai/latest/docs/guides/tool-architecture
low line 343

External URL reference

SourceSKILL.md
343- **Client Tools**: https://tanstack.com/ai/latest/docs/guides/client-tools
low line 344

External URL reference

SourceSKILL.md
344- **API Reference**: https://tanstack.com/ai/latest/docs/api/ai
Scanned on May 12, 2026
View Security Dashboard
Installation guide →