Skip to main content

appfolio-debug-bundle

Collects diagnostic evidence from AppFolio API for support tickets, aiding in troubleshooting and root cause analysis.

Install this skill

or
74/100

Security score

The appfolio-debug-bundle skill was audited on May 19, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 38

Template literal with variable interpolation in command context

SourceSKILL.md
38```bash
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118`${process.env.APPFOLIO_CLIENT_ID}:${process.env.APPFOLIO_CLIENT_SECRET}`
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120const headers = { Authorization: `Basic ${creds}` };
medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125const res = await fetch(`${baseUrl}/${ep}?per_page=1`, { headers });
low line 116

Access to .env file

SourceSKILL.md
116const baseUrl = process.env.APPFOLIO_BASE_URL;
low line 118

Access to .env file

SourceSKILL.md
118`${process.env.APPFOLIO_CLIENT_ID}:${process.env.APPFOLIO_CLIENT_SECRET}`
low line 34

External URL reference

SourceSKILL.md
34- `APPFOLIO_BASE_URL` set to your Stack API base (e.g., `https://yourcompany.appfolio.com/api/v1`)
low line 138

External URL reference

SourceSKILL.md
138- [AppFolio Stack APIs](https://www.appfolio.com/stack/partners/api)
low line 139

External URL reference

SourceSKILL.md
139- [AppFolio Status](https://status.appfolio.com)
low line 140

External URL reference

SourceSKILL.md
140- [AppFolio Engineering Blog](https://engineering.appfolio.com)
Scanned on May 19, 2026
View Security Dashboard
Installation guide →