oidc-hosted-page-python
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: The skill provides a standard implementation of OpenID Connect (OIDC) using a well-regarded library. No malicious patterns or obfuscation were detected.
- [EXTERNAL_DOWNLOADS]: The guide recommends installing standard, community-vetted Python packages from the official repository (PyPI).
- Evidence:
pip install authlib flask python-dotenv requestsinSKILL.md. - [COMMAND_EXECUTION]: The documentation includes standard commands for managing dependencies and launching the development environment.
- Evidence:
python app.pyinSKILL.md. - [CREDENTIALS_UNSAFE]: The skill instructs the user on how to configure environment variables for application secrets, including explicit advice to exclude the
.envfile from version control to prevent data exposure. - Evidence: Use of
MOJOAUTH_CLIENT_SECRETandFLASK_SECRET_KEYin the environment configuration section.
Audit Metadata