Skip to main content

appfolio-deploy-integration

Facilitates the deployment of AppFolio integration services to cloud infrastructure, ensuring seamless property management operations.

Install this skill

or
64/100

Security score

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

Categories Tested

Security Issues

medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69const response = await fetch(`${process.env.APPFOLIO_BASE_URL}/properties`, {
medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70headers: { 'Authorization': `Bearer ${process.env.APPFOLIO_API_KEY}` },
medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72if (!response.ok) throw new Error(`AppFolio API returned ${response.status}`);
medium line 45

Curl to non-GitHub URL

SourceSKILL.md
45CMD curl -f http://localhost:3000/health || exit 1
medium line 100

Curl to non-GitHub URL

SourceSKILL.md
100curl -s http://localhost:3000/health | jq .
medium line 130

Webhook reference - potential data exfiltration

SourceSKILL.md
130See `appfolio-webhooks-events`.
low line 69

Access to .env file

SourceSKILL.md
69const response = await fetch(`${process.env.APPFOLIO_BASE_URL}/properties`, {
low line 70

Access to .env file

SourceSKILL.md
70headers: { 'Authorization': `Bearer ${process.env.APPFOLIO_API_KEY}` },
low line 45

External URL reference

SourceSKILL.md
45CMD curl -f http://localhost:3000/health || exit 1
low line 53

External URL reference

SourceSKILL.md
53export APPFOLIO_BASE_URL="https://your-company.appfolio.com/api/v1"
low line 100

External URL reference

SourceSKILL.md
100curl -s http://localhost:3000/health | jq .
low line 126

External URL reference

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