appfolio-install-auth
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices for handling credentials. It provides a template for environment variable configuration (
.env.example) and instructs users to store actual secrets in an ignored.envfile or an approved secret manager. - [SAFE]: The connectivity check script employs a secure method for passing credentials to
curl. It usesmktempto create a temporary file andchmod 600to restrict its permissions, ensuring that sensitive information like client IDs and secrets do not appear in process lists or shared command history. - [EXTERNAL_DOWNLOADS]: The skill mentions the use of
axiosvia Node.js for API interactions. This is a standard and well-known library for HTTP requests. References to external documentation point exclusively to official AppFolio domains, which is a well-known property management service provider.
Audit Metadata