infolobby
Enables users to manage and query their InfoLobby workspace data efficiently using API commands.
Install this skill
or
73/100
Security score
The infolobby skill was audited on May 29, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 3
Access to hidden dotfiles in home directory
SourceSKILL.md
| 3 | description: Use when the user wants to read, query, or modify their InfoLobby workspace data — list spaces and tables, get a table schema, create/update/delete/query records, post comments, or upload |
medium line 16
Access to hidden dotfiles in home directory
SourceSKILL.md
| 16 | The API key lives at `~/.infolobby/key` (one line, the raw token). |
low line 21
Access to hidden dotfiles in home directory
SourceSKILL.md
| 21 | INFOLOBBY_KEY="$(cat ~/.infolobby/key 2>/dev/null)" |
medium line 25
Access to hidden dotfiles in home directory
SourceSKILL.md
| 25 | If `~/.infolobby/key` does not exist, ask the user once for their InfoLobby API key (`il_live_…` or `il_user_…`), then write it. Do not log or echo the key back. |
low line 29
Access to hidden dotfiles in home directory
SourceSKILL.md
| 29 | mkdir -p ~/.infolobby |
low line 30
Access to hidden dotfiles in home directory
SourceSKILL.md
| 30 | ( umask 077 && printf '%s' "<KEY>" > ~/.infolobby/key ) |
medium line 126
Access to hidden dotfiles in home directory
SourceSKILL.md
| 126 | - `401` → key missing/invalid/revoked; reprompt and rewrite `~/.infolobby/key`. |
low line 6
External URL reference
SourceSKILL.md
| 6 | source: https://infolobby.com/skill |
low line 22
External URL reference
SourceSKILL.md
| 22 | INFOLOBBY_API="https://infolobby.com/api" |
low line 54
External URL reference
SourceSKILL.md
| 54 | This skill does **not** create/modify workspaces, create/modify table schemas, manage members, run flows, or touch billing. Point the user at [https://infolobby.com/api-docs](https://infolobby.com/api |
low line 138
External URL reference
SourceSKILL.md
| 138 | - Base URL: `https://infolobby.com/api`. |
Scanned on May 29, 2026
View Security DashboardRate this skill
Categorydata analytics
UpdatedMay 31, 2026
openclawapidatabasedata-analystbusiness-process-analystproduct-managerdata analyticsoperationsproduct
andreas-globi/infolobby-skill