make-app-auth
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill includes a static analysis script (
audit-auth-contract.mjs) designed to audit local project directories for compliance with authentication security standards. The script performs read-only operations to detect patterns like raw fetch usage, token-mode switches, and missing proxy headers. - [SAFE]: The documentation explicitly enforces security best practices, such as prohibiting the hardcoding of credentials, warning against trusting client-supplied
X-Forwarded-Hostheaders, and ensuring that sensitive browser cookies likezs_sessionare not accessed or modified by application code. - [SAFE]: All external references, including the
@qfeius/make-app-authpackage and related endpoints, are vendor-specific resources originating from the skill author ('qfeius') or well-known public registries. - [SAFE]: The test suite (
test-audit-auth-contract.mjs) uses standard local testing patterns, such as creating temporary file fixtures to validate the auditing logic without affecting the host system's persistence or configuration.
Audit Metadata