Mcp Postgres — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Postgres (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.
-<img src="assets/logo.svg" width="256" height="256" alt="MCP Postgres Logo" />
A Model Context Protocol (MCP) server that provides PostgreSQL database operations through MCP tools.
git clone https://github.com/a21071/mcp-postgres.git
cd mcp-postgres
npm installdocker-compose up -dnpx prisma migrate devnpm run buildRun the server:
npm start {
"tableName": "user"
} {
"email": "[email protected]",
"name": "John Doe",
"age": 30
} {
"id": "clxyz...",
"email": "[email protected]",
"name": "John Doe"
} {
"id": "clxyz...",
"email": "[email protected]",
"name": "New Name"
}The server uses the following Prisma schema:
model User {
id String @id @default(cuid())
email String @unique
name String?
age Int?
createdAt DateTime @default(now())
posts Post[]
}
npm run watchMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.