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 requests in SKILL.md.
  • [COMMAND_EXECUTION]: The documentation includes standard commands for managing dependencies and launching the development environment.
  • Evidence: python app.py in SKILL.md.
  • [CREDENTIALS_UNSAFE]: The skill instructs the user on how to configure environment variables for application secrets, including explicit advice to exclude the .env file from version control to prevent data exposure.
  • Evidence: Use of MOJOAUTH_CLIENT_SECRET and FLASK_SECRET_KEY in the environment configuration section.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 09:27 PM