AgentReadyHomeAgent Listing

← claude-english-buddy

claude-english-buddy — agentic threat model

7.5AIVSS 7.5 · High

This agent acts as an inline prompt interceptor and rewriter within Claude Code, presenting a high-risk vector for prompt injection and input manipulation, though its overall agentic risk is moderated by its lack of direct execution tools.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 6.1AARS uplift 1.43Factor sum 3.5/10Threat ×1.05Mitigation ×1.0
Autonomy of Action
0.40
Goal-Driven Planning
0.10
Self-Modification
0.30
Dynamic Tool Use
0.20
Persistent Memory
0.50
Contextual Awareness
0.60
Dynamic Identity
0.10
Multi-Agent Interactions
0.20
Non-Determinism
0.70
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✓ mapped

Relies on Claude's foundation models to perform translation and prompt refinement. Vulnerable to indirect prompt injection where adversarial non-English inputs could hijack the translation/refinement step to execute arbitrary instructions in the parent Claude Code session.

L2 · Data Operations✓ mapped

Tracks user improvement over time, implying local storage of historical prompts or performance metrics. If these logs are poisoned or exfiltrated, user privacy is compromised.

L3 · Agent Frameworks✓ mapped

Sits directly on the user-input path as a Claude Code plugin hook. A vulnerability in this orchestration layer could allow malicious inputs to bypass safety filters or silently rewrite user commands before they reach the main agent.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — Runs locally within the user's Claude Code environment. Security depends entirely on the host machine's sandboxing and the permissions granted to Claude Code plugins.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — No explicit mention of guardrails or input validation before rewriting prompts. Lack of observability could allow silent, unauthorized prompt modifications to go unnoticed by the user.

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

Not certain from the listing — Being an open-source plugin, it lacks formal compliance certifications, enterprise access controls, or centralized audit logging.

L7 · Agent Ecosystem✓ mapped

Interacts directly with the parent Claude Code agent by intercepting and modifying its input stream, creating a tight coupling where a compromise of this plugin compromises the entire agent session.

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