AgentReadyHomeAgent Listing

← expo-skills

expo-skills — agentic threat model

8.7AIVSS 8.7 · High

The expo-skills agent presents a moderate-to-high risk profile because it executes bundled tooling and commands on local development environments or EAS build pipelines, making tool misuse or command injection highly impactful.

OWASP AIVSS score rationale

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

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 susceptible to prompt injection that could trick the agent into running malicious Expo CLI commands or EAS build configurations.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — The agent relies on Expo-specific documentation and local project files. If local project files or dependency manifests are poisoned, the agent may ingest malicious context.

L3 · Agent Frameworks✓ mapped

The agent orchestrates Expo-specific workflows and runs bundled tooling/commands. The primary threat is tool misuse or insecure tool integration, where malicious inputs trigger unintended local shell commands or EAS API calls.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — The agent runs bundled tooling, which likely executes in the user's local terminal or CI/CD environment. Without strict sandboxing, this poses a risk of local host compromise or unauthorized EAS credential access.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of built-in guardrails, logging, or execution monitoring to intercept harmful commands before they are executed in the Expo project context.

L6 · Security & Compliance (cross-cutting)✓ mapped

The agent interacts with EAS (Expo Application Services), which requires authentication tokens. Insecure handling of these secrets within the agent's execution context could lead to credential exfiltration.

L7 · Agent Ecosystem✓ mapped

As an open-source collection of skills, these can be integrated into broader multi-agent developer workflows, creating risks of cascading failures if a upstream agent passes untrusted code to these skills.

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