Azzaraell

6 mods across 1 repository, 0 stars between them.

Azzaraell/pgguard-mcp

Agent Claude Code

Adversarial reviewer for the SQL policy gate. Tries to sneak reads or writes past src/policy/gate.ts using real PostgreSQL grammar, then adds any successful bypass to tests/policy.attacks.test.ts as a failing case.

0 1mo ago A 56 tokens original MIT

PostToolUse

02

Azzaraell/pgguard-mcp

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing no-stdout-log.sh via bash. From Azzaraell/pgguard-mcp.

0 1mo ago A tokens not measured copy · 89% MIT

PreToolUse

03

Azzaraell/pgguard-mcp

Hook Claude Code

Runs before the agent uses a tool for Bash and PowerShell tool calls, executing no-null-bytes.sh via bash. From Azzaraell/pgguard-mcp.

0 1mo ago A tokens not measured original MIT

settings

04

Azzaraell/pgguard-mcp

Settings file Claude Code

Agent settings declaring 2 hook events (PostToolUse, PreToolUse).

0 1mo ago A tokens not measured original MIT

run-attack-suite

05

Azzaraell/pgguard-mcp

Skill Claude CodeCodex

Run the SQL-gate attack suite, confirm every hostile query is denied with a named rule, and report coverage gaps. Use after editing src/policy/gate.ts or the demo policy.

0 1mo ago A 43 tokens original MIT

pgguard-mcp

06

Azzaraell/pgguard-mcp

MCP server Claude CodeCodexCursor

Read-only MCP server for Postgres. A deny-by-default policy file decides which tables and columns an AI agent can see; every query runs inside a BEGIN READ ONLY transaction with a statement timeout, and every decision lands in an audit log. Runs locally from the pgguard-mcp npm package.

0 1mo ago A tokens not measured original MIT