Skip to main content
Glama
by 8b-is
pre-push406 B
#!/bin/bash # Smart Tree Security Hook - Scan before push # "Check for malware before shipping" - Hue echo "🔍 Smart Tree Security Scan..." # Run security scan with st st --security-scan . 2>&1 | grep -E "WARNING|THREAT|SUSPICIOUS" && { echo "⚠️ Security issues detected! Review before pushing." echo "Run: st --security-scan --verbose" exit 1 } echo "✅ Security scan passed" exit 0

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/8b-is/smart-tree'

If you have feedback or need assistance with the MCP directory API, please join our Discord server