ignis-login
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents and implements standard authentication patterns (OAuth2, OIDC, PKCE) using the vendor's identity provider infrastructure. It follows industry best practices for secure authentication flows.
- [COMMAND_EXECUTION]: The example project contains a build command in
ignis.tomlused to prepare the frontend distribution. This command is a standard part of the build pipeline and is limited to file system operations within the project scope. - [EXTERNAL_DOWNLOADS]: The Rust backend implementation includes standard dependencies in
Cargo.toml. These libraries are well-known, versioned crates from the official Rust package registry (crates.io) and are required for the example's functionality. - [DATA_EXFILTRATION]: Network operations are restricted to the designated identity provider domain (
id.igniscloud.transairobot.com) as specified in theignis.tomlmanifest. The authentication process handles user data according to standard protocols without unauthorized external transmission.
Audit Metadata