Skip to main content

appfolio-ci-integration

Configures CI/CD pipelines for AppFolio property management API integrations, ensuring efficient testing and deployment.

Install this skill

or
85/100

Security score

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

Categories Tested

Security Issues

medium line 27

Template literal with variable interpolation in command context

SourceSKILL.md
27```yaml
medium line 124

Template literal with variable interpolation in command context

SourceSKILL.md
124`CI API budget exceeded: ${callCount}/${MAX_CALLS_PER_RUN} calls. ` +
low line 96

Access to .env file

SourceSKILL.md
96const canRun = process.env.APPFOLIO_CLIENT_ID && process.env.APPFOLIO_CLIENT_SECRET;
low line 100

Access to .env file

SourceSKILL.md
100clientId: process.env.APPFOLIO_CLIENT_ID!,
low line 101

Access to .env file

SourceSKILL.md
101clientSecret: process.env.APPFOLIO_CLIENT_SECRET!,
low line 102

Access to .env file

SourceSKILL.md
102baseUrl: process.env.APPFOLIO_BASE_URL!,
low line 145

External URL reference

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