Skip to main content

appfolio-cost-tuning

Optimizes AppFolio API costs by implementing efficient usage patterns and caching strategies for property management.

Install this skill

or
78/100

Security score

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

Categories Tested

Security Issues

medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73console.warn(`AppFolio API budget 80% consumed: ${todayCalls}/${this.budgetLimit}`);
medium line 31

Webhook reference - potential data exfiltration

SourceSKILL.md
31| Maintenance requests | Polling for new work orders | Use webhooks to receive push notifications |
medium line 87

Webhook reference - potential data exfiltration

SourceSKILL.md
87- [ ] Replace polling loops with webhook-driven event handling
medium line 101

Webhook reference - potential data exfiltration

SourceSKILL.md
101| Budget alerts firing daily | Polling loop running on short interval | Switch to webhook-driven architecture |
low line 107

External URL reference

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

External URL reference

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