Skip to content
Security
Command

/health

Show AKA detection activity and local security posture

From plugin
ai-tc
1010 skills10 commands
Install
$ npx -y skills add akasecurity/ai-tc --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/health

Context preview

What this command does when you run it.

Show AKA detection activity and local security posture

Command definition

health.md
description: Show AKA detection activity and local security posture

AKA health

Run the read script and show the user its output **exactly as printed**. The script already prints its content inside a Markdown code fence — reproduce that verbatim and do **not** add another code fence, strip the fence, or reformat it. The fence is required: it is space-aligned monospace (gauges, bars, a 7-day chart) that Markdown would otherwise collapse. Do not reformat or summarize the table; you may add at most one short sentence of context after it.

node "${CLAUDE_PLUGIN_ROOT}/scripts/query.js" health

This reads the local store at `~/.aka/data/aka.db` (detection activity, action breakdown, category coverage, last 7 days). It is read-only. If the store is empty, the script says so — relay that as-is; nothing is wrong.

Ships withai-tc

AKA Security — We secure agent harnesses at the source. AI Traffic Control (ai-tc) is an open-source control plane for coding agents.

Get the whole plugin, auto-invoked
Stats
10
Stars
0
Views
0
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
18h ago
Last commit
28d ago
Created

Repo: akasecurity/ai-tc