AgentReadyHomeAgent Listing

← Desklib

Desklib — agentic threat model

6.3AIVSS 6.3 · Medium

Desklib exhibits a low-risk agentic profile, primarily functioning as an information retrieval, recommendation, and content generation tool for education. Its primary security risks lie in data integrity (poisoned scholarly sources) and prompt injection affecting quiz generation, rather than autonomous execution or systemic privilege escalation.

OWASP AIVSS score rationale

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

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 utilizes commercial LLMs for quiz generation and research assistance. Vulnerable to prompt injection (e.g., jailbreaking the quiz generator) and indirect prompt injection via malicious text embedded in uploaded or indexed scholarly documents.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — relies on an integrated digital library of vetted scholarly materials and likely a vector database for RAG. Vulnerable to knowledge-base poisoning if the vetting process for scholarly materials is bypassed, and data exfiltration of proprietary academic texts.

L3 · Agent Frameworks⚠ not certain from listing

Not certain from the listing — orchestrates recommendation engines and quiz generation. Vulnerable to insecure tool integration, particularly if the document parsers handling multi-format learning materials (PDFs, docs) are susceptible to remote code execution or denial of service.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — deployed with mobile integration and web access. Vulnerable to standard mobile OWASP Top 10 risks, insecure API endpoints, and lack of sandboxing during the processing of user-uploaded study materials.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — no public details on guardrails or hallucination monitoring. Gaps here could allow the agent to output confidently incorrect academic information or biased recommendations without detection.

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

Not certain from the listing — closed-source, freemium model. Requires alignment with student data privacy standards (such as COPPA or FERPA depending on the target demographic) and robust access control to protect premium/vetted content from unauthorized scraping.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — operates as a standalone vertical educational tool. There is no indication of multi-agent orchestration or third-party agent marketplace integration, minimizing ecosystem-level cascading risks.

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