CLI commands

status

Show the security status dashboard.


Displays an overview of your Security Layer configuration, integration status, and active sessions.

Usage

sl status

Output

The status dashboard shows:

  • Configuration — Whether config files are loaded and their locations
  • Shield status — Active or inactive
  • Claude Code hooks — Installed or not installed
  • Sessions — Count and details of configured sessions
  • Learning mode — Active duration and expiration (if enabled)

Example output

Security Layer Status

  ✓ Configuration loaded
    config.yaml
    capabilities/sessions.yaml
    capabilities/channels.yaml
    ai-tools.yaml
    projects.yaml

  Shield: active
  Claude Code hooks: installed
  Sessions: 1
    claude-code (exec, file.read, file.write, web_fetch)

Exit codes

CodeMeaning
0Always exits successfully

On this page