Skip to content
Security
Command

/findings

List recent AKA findings (masked) from the local store

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/findings

Context preview

What this command does when you run it.

List recent AKA findings (masked) from the local store

Command definition

findings.md
description: List recent AKA findings (masked) from the local store

AKA findings

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 a space-aligned monospace table that Markdown would otherwise collapse. Do not reformat the columns or restate each row.

If the user asked to filter by severity — e.g. `--critical`, `--high`, `--medium`, `--low`, or `--severity <level>` — pass that flag through to the script unchanged. Otherwise run it with no flag.

node "${CLAUDE_PLUGIN_ROOT}/scripts/query.js" findings [--severity <critical|high|medium|low>]

This lists the most recent findings from `~/.aka/data/aka.db` with their rule, category, severity, action taken, and the **masked** match (raw secrets are never stored), narrowed to one severity when a filter is given. It is read-only.

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
17h ago
Last commit
28d ago
Created

Repo: akasecurity/ai-tc