sekuire analysis
View source analysis results for an agent.
Usage
sekuire analysis [OPTIONS]
Options
| Option | Description |
|---|---|
--id <ID> | Agent Sekuire ID (defaults to current project) |
--registry <URL> | Registry URL (default: https://api.sekuire.ai) |
Example
Terminal
$ sekuire analysis --id 7f8a9b3c2d1e...
Sekuire Source Analysis
-----------------------
Agent: 7f8a9b3c...
Status: Completed
Analyzed: 2026-01-26T10:30:00Z
Commit: abc123de
--- SDK Compliance ---
SDK Detected: Yes
SDK Version: 0.2.0
Language: python
Lifecycle Complete: Yes
--- Capabilities ---
Declared:
network: api.openai.com
Detected:
network: api.openai.com, analytics.example.com
Gaps (undeclared capabilities):
- [network] analytics.example.com
--- Security ---
SAST Issues: 1
SCA Vulnerabilities: 2
Secrets Found: 0
--- Transparency Score ---
Score: 85/100
Notes
- If no
--idis provided, the CLI derives the ID from local manifest content. - If analysis is not available yet, the command returns
No analysis found for this agent.