ExtractKeywords — agentic threat model
ExtractKeywords is a low-risk, single-purpose utility with minimal autonomy, but its URL scraping capability introduces a moderate risk of Server-Side Request Forgery (SSRF) and infrastructure abuse due to the complete lack of user authentication and egress controls.
OWASP AIVSS score rationale
| Autonomy of Action | 0.10 | |
| Goal-Driven Planning | 0.00 | |
| Self-Modification | 0.00 | |
| Dynamic Tool Use | 0.20 | |
| Persistent Memory | 0.00 | |
| Contextual Awareness | 0.10 | |
| Dynamic Identity | 0.00 | |
| Multi-Agent Interactions | 0.00 | |
| Non-Determinism | 0.30 | |
| Opacity & Reflexivity | 0.20 |
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.
Not certain from the listing — The specific LLM or NLP model used for keyword extraction is not disclosed. The primary model-level threat is indirect prompt injection, where malicious instructions embedded in a scraped public URL could manipulate the model's output or behavior.
Not certain from the listing — There is no mention of a persistent knowledge base, vector store, or RAG architecture. The tool appears to process text in-memory, but there is a risk of temporary data exposure if scraped content or user inputs are insecurely logged.
Not certain from the listing — The orchestration framework is not specified. The primary threat at this layer is insecure tool integration, specifically the URL scraping mechanism which could be coerced into making unauthorized internal network requests.
Not certain from the listing — No infrastructure or sandboxing details are provided. The deployment is highly vulnerable to Server-Side Request Forgery (SSRF) if the scraper is allowed to query internal metadata endpoints (e.g., AWS link-local addresses) or private network ranges.
Not certain from the listing — There is no indication of input validation, output guardrails, or rate-limiting observability. The lack of monitoring makes it easy for malicious actors to use the service as an anonymous scraping proxy.
Not certain from the listing — The tool requires no user account, signup, or authentication, meaning there are zero identity or access management controls. This open access model facilitates anonymous abuse and lacks auditability.
Not certain from the listing — The tool operates as a standalone horizontal utility and does not participate in a multi-agent ecosystem or marketplace, minimizing cascading agent-to-agent threats.
MAESTRO — the 7-layer agentic threat-modeling framework (Cloud Security Alliance / Ken Huang).