AgentReadyHomeAgent Listing

← pstack

pstack — agentic threat model

8.9AIVSS 8.9 · High

pstack is a high-risk agentic developer tool that operates directly on local codebases with multi-step planning capabilities, presenting significant supply chain and local code execution risks if compromised.

OWASP AIVSS score rationale

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

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 — Likely relies on Cursor's upstream LLMs (e.g., GPT-4, Claude). Threats include prompt injection forcing the model to generate backdoored code or bypass quality guardrails.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — Operates on the local codebase as its primary data source. Threats include codebase poisoning, where malicious files in the repository manipulate the agent's context and output.

L3 · Agent Frameworks✓ mapped

Orchestrates multi-step workflows and parallel task decomposition to edit code. Threats include insecure tool integration where the file-writing and editing capabilities are hijacked to modify sensitive system files.

L4 · Deployment & Infrastructure✓ mapped

Runs locally within the user's Cursor IDE environment. Threats include local privilege escalation, access to local environment variables/secrets, and lack of sandboxing from the host operating system.

L5 · Evaluation & Observability✓ mapped

Employs 'quality-over-speed guardrails' to govern code generation. Threats include guardrail bypass via complex or adversarial codebase contexts that trick the evaluation logic.

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

Not certain from the listing — Being a free, open-source, community-authored plugin, it lacks visible enterprise security compliance, formal access controls, or audit logging.

L7 · Agent Ecosystem✓ mapped

Distributed via the Cursor plugins marketplace. Threats include marketplace supply chain attacks, such as malicious updates to the plugin or typosquatting of community-authored extensions.

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