Skip to main content

database-use

Facilitates database management and operations using PostgreSQL, ensuring safe execution and schema documentation.

Install this skill

or
80/100

Security score

The database-use skill was audited on Feb 9, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 10

Access to .env file

SourceSKILL.md
10- **Connection string**: sourced from `.env` via `DATABASE_URL` (see `SQLALCHEMY_DATABASE_URI` / `DATABASE_URL` in `config.py`).
medium line 24

Access to .env file

SourceSKILL.md
24- Connection credentials: `.env`.
medium line 25

Access to .env file

SourceSKILL.md
25- Users' credentials: `.env`
medium line 76

Access to .env file

SourceSKILL.md
76- This utility uses the configured database URL (from `.env`) and initializes `db` from `utils_db/database.py`.
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →