Skip to main content

appfolio-core-workflow-b

Automates tenant management and lease operations using AppFolio's Stack API for efficient property management.

Install this skill

or
78/100

Security score

The appfolio-core-workflow-b skill was audited on May 19, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43console.log(`Work order ${workOrder.id} created — status: ${workOrder.status}`);
medium line 55

Template literal with variable interpolation in command context

SourceSKILL.md
55console.log(`Assigned to ${assignment.vendor_name} on ${assignment.scheduled_date}`);
medium line 67

Template literal with variable interpolation in command context

SourceSKILL.md
67console.log(`#${wo.id} [${wo.priority}] ${wo.category} — ${wo.status} (due ${wo.due_date})`)
medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81console.log(`Closed #${closed.id} — total cost: $${closed.total_cost}`);
low line 102

External URL reference

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

External URL reference

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