Skip to main content

neon-db-setup

Facilitates the setup of Neon Serverless PostgreSQL database, including connection management and integration with SQLModel ORM.

Install this skill

or
66/100

Security score

The neon-db-setup skill was audited on Feb 25, 2026 and we found 8 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 327

Direct command execution function call

SourceSKILL.md
327result = session.exec(select(1)).first()
medium line 44

Access to .env file

SourceSKILL.md
44Create `.env` file in backend directory:
medium line 54

Access to .env file

SourceSKILL.md
54Create `.env.example` for version control:
medium line 423

Access to .env file

SourceSKILL.md
4231. **Never commit credentials**: Use `.env` files, add to `.gitignore`
low line 23

External URL reference

SourceSKILL.md
231. Go to [https://neon.tech](https://neon.tech)
low line 438

External URL reference

SourceSKILL.md
438- [Neon Documentation](https://neon.tech/docs)
low line 439

External URL reference

SourceSKILL.md
439- [SQLModel Documentation](https://sqlmodel.tiangolo.com/)
low line 440

External URL reference

SourceSKILL.md
440- [Alembic Tutorial](https://alembic.sqlalchemy.org/en/latest/tutorial.html)
Scanned on Feb 25, 2026
View Security Dashboard