Skip to main content

imis-api

Facilitates iMIS API integration with workflows for implementing features, adding endpoints, and debugging issues.

Install this skill

or
59/100

Security score

The imis-api skill was audited on Feb 12, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 53

Template literal with variable interpolation in command context

SourceSKILL.md
53const tokenResponse = await fetch(`${baseUrl}/token`, {
medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56body: `grant_type=password&username=${encodeURIComponent(username)}&password=${encodeURIComponent(password)}`,
medium line 61

Template literal with variable interpolation in command context

SourceSKILL.md
61const response = await fetch(`${baseUrl}/api/{endpoint}`, {
medium line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63Authorization: `Bearer ${access_token}`,
medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123HttpClientRequest.get(`${env.baseUrl}/api/MyEndpoint`)
medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143HttpClientRequest.post(`${env.baseUrl}/api/MyEndpoint/_execute`)
low line 15

Access to hidden dotfiles in home directory

SourceSKILL.md
15~/.local/share/imis/index.ts
low line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21grep -n "api.party\|api.query\|api.document" ~/.local/share/imis/index.ts
low line 35

Access to hidden dotfiles in home directory

SourceSKILL.md
35grep -A 20 "relevant-endpoint-name" ~/.local/share/imis/index.ts
medium line 173

Access to hidden dotfiles in home directory

SourceSKILL.md
173| `~/.local/share/imis/index.ts` | Reference API patterns |
low line 48

Access to .env file

SourceSKILL.md
48const baseUrl = process.env.IMIS_BASE_URL!
low line 49

Access to .env file

SourceSKILL.md
49const username = process.env.IMIS_USERNAME!
low line 50

Access to .env file

SourceSKILL.md
50const password = process.env.IMIS_PASSWORD!
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →