Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
benchRegistryVerifyCli
Function benchRegistryVerifyCli
benchRegistryVerifyCli
(
dir
:
string
,
)
:
{
errors
:
string
[]
;
index
:
|
{
benches
:
{
benchId
:
string
;
evidence
:
{
integrityIndex
:
number
;
trustLabel
:
"HIGH"
|
"MEDIUM"
|
"LOW"
;
}
;
labels
:
{
agentType
?:
|
"code-agent"
|
"support-agent"
|
"ops-agent"
|
"research-agent"
|
"sales-agent"
|
"other"
;
deployment
?:
"host"
|
"single"
|
"k8s"
|
"compose"
;
industry
?:
|
"health"
|
"software"
|
"fintech"
|
"other"
|
"manufacturing"
;
}
;
scopeType
:
"AGENT"
|
"WORKSPACE"
|
"NODE"
;
versions
:
{
risk
:
"HIGH"
|
"MEDIUM"
|
"LOW"
;
sha256
:
string
;
signerFingerprint
:
string
;
url
:
string
;
version
:
string
;
}
[]
;
}
[]
;
registry
:
{
id
:
string
;
issuerFingerprint
:
string
;
name
:
string
;
updatedTs
:
number
;
}
;
v
:
1
;
}
|
null
;
ok
:
boolean
;
}
Parameters
dir
:
string
Returns
{
errors
:
string
[]
;
index
:
|
{
benches
:
{
benchId
:
string
;
evidence
:
{
integrityIndex
:
number
;
trustLabel
:
"HIGH"
|
"MEDIUM"
|
"LOW"
;
}
;
labels
:
{
agentType
?:
|
"code-agent"
|
"support-agent"
|
"ops-agent"
|
"research-agent"
|
"sales-agent"
|
"other"
;
deployment
?:
"host"
|
"single"
|
"k8s"
|
"compose"
;
industry
?:
|
"health"
|
"software"
|
"fintech"
|
"other"
|
"manufacturing"
;
}
;
scopeType
:
"AGENT"
|
"WORKSPACE"
|
"NODE"
;
versions
:
{
risk
:
"HIGH"
|
"MEDIUM"
|
"LOW"
;
sha256
:
string
;
signerFingerprint
:
string
;
url
:
string
;
version
:
string
;
}
[]
;
}
[]
;
registry
:
{
id
:
string
;
issuerFingerprint
:
string
;
name
:
string
;
updatedTs
:
number
;
}
;
v
:
1
;
}
|
null
;
ok
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...