Skip to main content

appfolio-performance-tuning

Optimizes AppFolio API performance through caching and batch operations, significantly reducing API call volume and improving load times.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 47

Template literal with variable interpolation in command context

SourceSKILL.md
47const res = await Promise.all(batch.map(id => client.http.get(`/work_orders/${id}`)));
low line 110

External URL reference

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

External URL reference

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