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
| 327 | result = session.exec(select(1)).first() |
medium line 44
Access to .env file
SourceSKILL.md
| 44 | Create `.env` file in backend directory: |
medium line 54
Access to .env file
SourceSKILL.md
| 54 | Create `.env.example` for version control: |
medium line 423
Access to .env file
SourceSKILL.md
| 423 | 1. **Never commit credentials**: Use `.env` files, add to `.gitignore` |
low line 23
External URL reference
SourceSKILL.md
| 23 | 1. 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 DashboardInstall this skill with one command
/learn @maneeshanif/neon-db-setup