AgentReadyHomeAgent Listing

← bash-specialist

bash-specialist — agentic threat model

8.6AIVSS 8.6 · High

This agent acts as a shell-scripting assistant and Claude Code plugin with direct shell-execution surface exposure via the context7 MCP server. Its primary risk lies in the potential generation of malicious or flawed shell scripts that could execute with host-level privileges if not properly sandboxed.

OWASP AIVSS score rationale

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

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 — relies on Claude Code's underlying foundation models (typically Claude 3.5 Sonnet). Vulnerable to prompt injection that could bypass Shellcheck enforcement or generate obfuscated malicious shell commands.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — primarily operates on local workspace context provided by the context7 MCP server. Risks include reading sensitive local files or environment variables during context gathering.

L3 · Agent Frameworks✓ mapped

The agent integrates as a Claude Code plugin using the context7 MCP server. The primary threat is insecure tool integration, where the generated shell scripts or the linter execution could be manipulated to execute arbitrary commands on the host system.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — runs locally within the user's terminal environment via Claude Code. If executed without containerized sandboxing, any generated script execution or MCP tool call directly threatens host compromise and privilege escalation.

L5 · Evaluation & Observability✓ mapped

The agent enforces Shellcheck compliance and defensive error handling as an inline quality control mechanism, which acts as a basic syntax and safety guardrail for generated bash code.

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

Not certain from the listing — being an open-source plugin, it lacks centralized access controls, audit logging, or enterprise compliance frameworks, relying entirely on the host user's terminal permissions.

L7 · Agent Ecosystem✓ mapped

Operates within the Claude Code / MCP ecosystem. It can interact with other MCP servers configured in the user's environment, presenting a risk of cascading tool execution or data exposure across local tools.

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