onyx_security_flags
ActiveTool of onyx-paid-mcp
Return the signed security posture of an agent: a list of OBSERVED, offline-verifiable security flags (insecure transport, no permission scope/principal/consent, no spend cap, unsigned identity, counterparty-blind, injection surface, unbounded skills). Pass an endpoint URL and/or the agent's record. Facts, not judgments — flags are conditions, never verdicts on intent. Ed25519-signed; verify free with onyx_attestation_verify. (price: $0.00 USDC, tier: free)
Parameters schema
{
"type": "object",
"properties": {
"agent": {
"type": "object",
"description": "Optional: the agent's record (name, description, skills, and any permission fields) for a deeper scan"
},
"endpoint": {
"type": "string",
"description": "The agent's endpoint URL"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries