Configure Pydantic BaseSettings with .env file — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Configure Pydantic BaseSettings with .env file (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Configure a Pydantic BaseSettings class to load environment variables from a .env file, ensuring correct relative or absolute path resolution.
Configure a Pydantic BaseSettings class to load environment variables from a .env file located at a specific path relative to the settings file.
Settings inheriting from pydantic.BaseSettings.db_url (PostgresDsn), db_host (str), db_port (int), db_user (str), db_name (str), db_pass (str).port (int), host (str).Config class with env_file set to the correct relative path (e.g., .env for same directory, ../.env for parent directory).env_file_encoding to "utf-8"..env file is in the system root.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.