Skip to main content

adding-models

Guides users in adding new LLM models to Letta Code, covering configuration and testing processes.

Install this skill

or
88/100

Security score

The adding-models skill was audited on Mar 3, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 24

Curl to non-GitHub URL

SourceSKILL.md
24curl -s https://api.letta.com/v1/models/ | jq '.[] | .handle'
medium line 29

Curl to non-GitHub URL

SourceSKILL.md
29curl -s https://api.letta.com/v1/models/ | jq '.[] | select(.handle | startswith("google_ai/")) | .handle'
low line 24

External URL reference

SourceSKILL.md
24curl -s https://api.letta.com/v1/models/ | jq '.[] | .handle'
low line 29

External URL reference

SourceSKILL.md
29curl -s https://api.letta.com/v1/models/ | jq '.[] | select(.handle | startswith("google_ai/")) | .handle'
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →