Skip to main content
GET
Get one Agent Smith technique by id or slug (admin console).

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

id
string
required

Technique id (e.g. 'SMT-0001') or slug.

Response

The technique detail.

id
string
required
slug
string
required
name
string
required
tactic
enum<string>
required
Available options:
pretext,
authority-spoof,
injection,
rationalized-destruction,
exfiltration
tactic_order
integer
required

Ladder-tier ordering (1..5).

target_surface
enum<string>
required

read = leak, write = destructive.

Available options:
read,
write
status
enum<string>
required
Available options:
experimental,
test,
stable,
deprecated,
retired,
rejected
description
string
required
strategy
string
required
threat_type
string
severity
enum<string>
Available options:
low,
medium,
high,
critical
origin
enum<string>
Available options:
seed,
evolved,
human-as-smith
evo_version
integer
atlas_tags
string[]
owasp_tags
string[]
modified
string
confidence
number | null

Wilson lower-bound confidence of the measured efficacy; null when unmeasured.

efficacy
number | null

Raw measured range breach rate (breaches/trials); null when unmeasured.

efficacy_trials
integer | null

Range trials behind confidence/efficacy; null when unmeasured.

templates
string[]
examples
(object | null)[]
known_defenses
string[]
preconditions
string[]
references
string[]
first_seen
string
author
string