AgentReadyHomeAgent Listing

← go-specialist (sgaunet)

go-specialist (sgaunet) — agentic threat model

8.3AIVSS 8.3 · High

The go-specialist agent poses a moderate-to-high risk due to its integration with local development environments via MCP tools (go-tool, context7 MCP). A compromise or prompt injection could lead to the generation of backdoored Go code or unauthorized local file system access.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 7.8AARS uplift 0.51Factor sum 2.3/10Threat ×1.0Mitigation ×1.0
Autonomy of Action
0.30
Goal-Driven Planning
0.20
Self-Modification
0.00
Dynamic Tool Use
0.50
Persistent Memory
0.10
Contextual Awareness
0.40
Dynamic Identity
0.00
Multi-Agent Interactions
0.10
Non-Determinism
0.40
Opacity & Reflexivity
0.30

Scored with the canonical OWASP AIVSS formula (AIVSS calculator reference); agentic risk factors estimated from the agent’s described capabilities.

MAESTRO 7-layer threat model

Per-layer threats for this agent. Layers tagged “not certain from listing” are general, caveated commentary where the public description didn’t pin that layer.

L1 · Foundation Models⚠ not certain from listing

Not certain from the listing — the underlying LLM is not specified, but it is vulnerable to prompt injection that could lead to generating insecure Go code or malicious tool execution.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — the agent likely reads local Go source files via MCP, posing risks of data exfiltration or exposure of sensitive hardcoded secrets in the codebase.

L3 · Agent Frameworks✓ mapped

The agent utilizes MCP (Model Context Protocol) tools like go-tool and context7 MCP. Insecure tool integration or prompt injection could lead to unauthorized file system access or execution of unintended local commands.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — deployment details are unspecified, but running this as a local IDE plugin or un-sandboxed MCP server exposes the host file system to potential compromise.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — there is no mention of built-in guardrails, logging, or evaluation frameworks to detect malicious code generation or tool abuse.

L6 · Security & Compliance (cross-cutting)⚠ not certain from listing

Not certain from the listing — no authentication, authorization, or compliance controls are described for the MCP server or plugin.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — while it operates as an MCP plugin, there is no explicit multi-agent orchestration or marketplace trust verification detailed.

MAESTRO — the 7-layer agentic threat-modeling framework (Cloud Security Alliance / Ken Huang).