AgentReadyHomeAgent Listing

← pdf

pdf — agentic threat model

8.2AIVSS 8.2 · High

This agent possesses high risk due to its ability to execute arbitrary Python scripts and command-line tools for PDF manipulation on local disk, making it a high-value target for malicious document injection and local file system compromise.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 7.8AARS uplift 0.88Factor sum 3.8/10Threat ×1.05Mitigation ×0.95
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.40
Dynamic Identity
0.10
Multi-Agent Interactions
0.20
Non-Determinism
0.50
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⚠ not certain from listing

Not certain from the listing — relies on Anthropic's foundation models to interpret instructions and drive PDF operations. Threats include prompt injection via malicious text embedded in processed PDFs, which could hijack the model's instructions.

L2 · Data Operations✓ mapped

Reads and writes arbitrary PDF files on disk, extracts text/tables, and performs OCR. This introduces significant risk of data exfiltration if processing untrusted documents containing malicious payloads designed to leak sensitive extracted data.

L3 · Agent Frameworks✓ mapped

Uses a structured framework guided by SKILL.md, REFERENCE.md, and FORMS.md to drive Python libraries (pypdf, pdfplumber) and command-line tools. Insecure tool integration or vulnerabilities in these underlying parsing libraries could lead to remote code execution.

L4 · Deployment & Infrastructure✓ mapped

Runs bundled scripts and command-line tools to manipulate files on disk. Without strict containerization or sandboxing, this poses severe threats of local privilege escalation, host file system compromise, or unauthorized command execution.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — there is no mention of built-in logging, guardrails, or anomaly detection to monitor the execution of command-line tools or to inspect the integrity of the PDF files being processed.

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

Supports PDF encryption and decryption, but lacks explicit details regarding access control, identity management, or compliance audits for handling sensitive or regulated document data.

L7 · Agent Ecosystem✓ mapped

Designed as an official document skill. If integrated into a multi-agent system, a compromise of this agent could allow cascading failures where malicious PDFs are generated and passed to downstream agents.

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