io.github.sparkvibe-io/GuardianShield✓
io.github.sparkvibe-io/GuardianShield · v1.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sparkvibe-io/GuardianShield",
"description": "AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs",
"repository": {
"url": "https://github.com/sparkvibe-io/GuardianShield",
"source": "github"
},
"version": "1.2.1",
"packages": [
{
"registryType": "pypi",
"identifier": "guardianshield",
"version": "1.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Default safety profile (general, education, healthcare, finance, children)",
"format": "string",
"name": "GUARDIANSHIELD_PROFILE"
},
{
"description": "Path to the SQLite audit database",
"format": "string",
"name": "GUARDIANSHIELD_AUDIT_PATH"
},
{
"description": "Set to 1 for debug logging",
"format": "string",
"name": "GUARDIANSHIELD_DEBUG"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}