Back to skill

Security audit

paper-view

Security checks across malware telemetry and agentic risk

Overview

This is a coherent PaperView API helper, but it sends user-provided data or document URLs to PaperView and uses a PaperView token.

Install this only if you intend to use PaperView. Do not send confidential datasets, private paper links, regulated data, secrets, or unpublished material unless you are comfortable with PaperView processing it; keep the API token in an environment variable and avoid pasting it into shared chats or files.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (5)

Vague Triggers

Medium
Confidence
94% confidence
Finding
The skill description is broad enough to trigger on many generic visualization, charting, figure-generation, or document-analysis requests, which can cause the agent to route user data to this third-party API in situations where the user did not specifically ask for PaperView. Because the skill transmits raw data and document URLs externally, overbroad invocation increases the chance of unintended disclosure and surprise data handling.

Natural-Language Policy Violations

Low
Confidence
88% confidence
Finding
The instruction to always render and open results visually can override user preference and cause automatic opening of browser content or local HTML files without confirmation. While not directly code execution by itself, it creates an unnecessary action that may leak data to third-party CDNs, surprise the user, or increase exposure to unsafe rendered content.

External Transmission

Medium
Category
Data Exfiltration
Content
- **Scientific:** violin, manhattan, volcano, forest, survival, roc, venn, upset, enrichment, circos, waterfall

```bash
curl -X POST \
  -H "Authorization: Bearer $PAPERVIEW_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
97% confidence
Finding
This endpoint sends raw user-supplied data to a third-party service for server-side processing. If the data contains sensitive, proprietary, regulated, or personal information, invoking the skill can exfiltrate that information outside the local environment and into an external vendor system.

External Transmission

Medium
Category
Data Exfiltration
Content
**Example — from text description:**

```bash
curl -N -X POST \
  -H "Authorization: Bearer $PAPERVIEW_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
95% confidence
Finding
The diagram generation API transmits user prompts and potentially document references to an external service. Even if only a public URL is sent, the resulting workflow can disclose research intent, private prompts, or document-derived content to a third party and store generated outputs on external infrastructure.

External Transmission

Medium
Category
Data Exfiltration
Content
| `max_words` | integer | No | Max keywords to return (default: 100) |

```bash
curl -X POST \
  -H "Authorization: Bearer $PAPERVIEW_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
Confidence
96% confidence
Finding
The word-cloud feature sends a PDF URL to an external service, which then fetches and processes the document remotely. This can disclose user reading interests, internal document locations if misused with non-public URLs, or metadata about documents to the service provider.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.