ionic-apple-sign-in
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
@capacitor-community/apple-sign-inlibrary from the official NPM registry, which is a standard practice for adding functionality to Capacitor projects. - [COMMAND_EXECUTION]: Uses routine build and synchronization commands (
npx cap sync,npx cap open ios) to integrate the library into the mobile development environment. - [DATA_EXFILTRATION]: Outlines a standard authentication sequence where identity tokens and user metadata are transmitted to a backend endpoint (
/api/auth/apple) for verification. The documentation correctly identifies that these tokens should be verified against Apple's public keys.
Audit Metadata