Skip to main content

appfolio-sdk-patterns

Provides production-ready patterns for integrating with the AppFolio REST API, enhancing property management workflows.

Install this skill

or
91/100

Security score

The appfolio-sdk-patterns skill was audited on May 23, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 54

Template literal with variable interpolation in command context

SourceSKILL.md
54throw new AppFolioError(status, 'API_ERROR', `${operation} failed [${status}]: ${err.message}`);
low line 32

Access to .env file

SourceSKILL.md
32const clientId = process.env.APPFOLIO_CLIENT_ID;
low line 33

Access to .env file

SourceSKILL.md
33const clientSecret = process.env.APPFOLIO_CLIENT_SECRET;
low line 34

Access to .env file

SourceSKILL.md
34const baseURL = process.env.APPFOLIO_BASE_URL;
low line 122

External URL reference

SourceSKILL.md
122- [AppFolio Stack APIs](https://www.appfolio.com/stack/partners/api)
Scanned on May 23, 2026
View Security Dashboard
Installation guide →