Skip to main content

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
3description: 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
16The API key lives at `~/.infolobby/key` (one line, the raw token).
low line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21INFOLOBBY_KEY="$(cat ~/.infolobby/key 2>/dev/null)"
medium line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25If `~/.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
29mkdir -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
6source: https://infolobby.com/skill
low line 22

External URL reference

SourceSKILL.md
22INFOLOBBY_API="https://infolobby.com/api"
low line 54

External URL reference

SourceSKILL.md
54This 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 Dashboard
Installation guide →