Skip to main content

GetLate API Skill

Fetches social media analytics and scheduling data from GetLate, enabling users to monitor growth metrics and engagement.

Install this skill

or
70/100

Security score

The GetLate API Skill skill was audited on Mar 8, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 14

Access to hidden dotfiles in home directory

SourceSKILL.md
14- [x] API key stored in `~/.clawdbot/.env` as `GETLATE_API_KEY`
low line 63

Access to hidden dotfiles in home directory

SourceSKILL.md
63source ~/.clawdbot/.env
medium line 114

Access to hidden dotfiles in home directory

SourceSKILL.md
114| 401 | Invalid API key | Check `~/.clawdbot/.env` |
medium line 14

Access to .env file

SourceSKILL.md
14- [x] API key stored in `~/.clawdbot/.env` as `GETLATE_API_KEY`
low line 63

Access to .env file

SourceSKILL.md
63source ~/.clawdbot/.env
medium line 114

Access to .env file

SourceSKILL.md
114| 401 | Invalid API key | Check `~/.clawdbot/.env` |
low line 25

External URL reference

SourceSKILL.md
25**Base URL:** `https://api.getlate.dev/v1`
low line 34

External URL reference

SourceSKILL.md
34"https://api.getlate.dev/v1/accounts"
low line 42

External URL reference

SourceSKILL.md
42"https://api.getlate.dev/v1/accounts/{account_id}"
low line 48

External URL reference

SourceSKILL.md
48"https://api.getlate.dev/v1/posts?status=scheduled"
low line 54

External URL reference

SourceSKILL.md
54"https://api.getlate.dev/v1/accounts/{account_id}/analytics"
low line 67

External URL reference

SourceSKILL.md
67"https://api.getlate.dev/v1/accounts" | jq '.data[] | {platform, username, followers}'
low line 75

External URL reference

SourceSKILL.md
75"https://api.getlate.dev/v1/accounts" | jq '.data[] | select(.username == "TheHelloHayleyBlog")'
low line 82

External URL reference

SourceSKILL.md
82"https://api.getlate.dev/v1/posts?status=scheduled" | jq '.data | length'
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →