Skip to main content
Glama

security_status

Check current security configuration and active protection layers to monitor defense capabilities in real-time.

Instructions

Get current ShellWard security status: mode, active layers, detection capabilities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for the 'security_status' tool, which returns the current ShellWard configuration and capabilities.
    case 'security_status': {
      return {
        mode: guard.config.mode,
        locale: guard.locale,
        injection_threshold: guard.config.injectionThreshold,
        layers: guard.config.layers,
        capabilities: [
          'command_safety_check (17 dangerous patterns)',
          'prompt_injection_detection (32+ rules, zh+en)',
          'pii_detection (CN ID/phone/bank + global)',
          'path_protection (12 protected patterns)',
          'tool_policy (block payment/transfer)',
          'response_audit (canary + PII)',
          'data_flow_tracking (DLP)',
        ],
      }
    }
  • Tool definition and input schema for 'security_status'.
      name: 'security_status',
      description: 'Get current ShellWard security status: mode, active layers, detection capabilities.',
      inputSchema: {
        type: 'object' as const,
        properties: {},
      },
    },

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/jnMetaCode/shellward'

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