pixl-guard
v1.0.1
Published
Security Auditor for Images CLI and MCP.
Readme
Security Auditor for Images
This folder is the self-contained public release for Pixl Guard.
- Public display name: Security Auditor for Images
- Package/cache name:
pixl-guard - Attribution:
made by gnaneshbalusa
What Is Inside
- CLI build output in
dist/ - MCP server build output in
dist/index.js - Sample images in
test-images/ - Public docs in this folder
- Logo asset in
assets/logo.svg
Final Release
Run It Locally
npm install
npm run build
pixl-guard --help
pixl-guard images
pixl-guard scan --sample database-schema.pngOne-Command Release
npm run releaseThat command builds, minifies, and packs the release bundle.
Use The MCP Server
Claude Desktop config:
{
"mcpServers": {
"pixl-guard": {
"command": "node",
"args": ["./dist/index.js"]
}
}
}Permanent CLI
npm install -g .
pixl-guard --helpPublic Promise
- Scan images before AI agents read them.
- Sanitize flagged images.
- Keep the attribution text visible in the terminal.
