Skip to main content

paperpod

Provides an isolated runtime for code execution with browser automation and various tools, enabling seamless LLM inference and persistent memory.

Install this skill

or
59/100

Security score

The paperpod skill was audited on Feb 9, 2026 and we found 15 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl -X POST https://paperpod.dev/login -d '{"email":"[email protected]"}' # Verify and get token
medium line 26

Curl to non-GitHub URL

SourceSKILL.md
26curl -X POST https://paperpod.dev/login -d '{"email":"[email protected]"}'
high line 108

Curl to non-GitHub URL

SourceSKILL.md
108Use HTTP for one-shot tasks or when CLI isn't available. Run `curl https://paperpod.dev/docs` or visit https://paperpod.dev/docs for full API reference.
medium line 136

Curl to non-GitHub URL

SourceSKILL.md
136curl -X POST https://paperpod.dev/execute \
low line 7

External URL reference

SourceSKILL.md
7homepage: https://paperpod.dev
low line 17

External URL reference

SourceSKILL.md
17curl -X POST https://paperpod.dev/login -d '{"email":"[email protected]"}' # Verify and get token
low line 26

External URL reference

SourceSKILL.md
26curl -X POST https://paperpod.dev/login -d '{"email":"[email protected]"}'
low line 94

External URL reference

SourceSKILL.md
94ppod expose 8080 # → https://8080-{sandbox-id}-p8080_v1.paperpod.work (stable URL)
low line 96

External URL reference

SourceSKILL.md
96ppod browser:screenshot https://example.com --trace debug.zip
low line 108

External URL reference

SourceSKILL.md
108Use HTTP for one-shot tasks or when CLI isn't available. Run `curl https://paperpod.dev/docs` or visit https://paperpod.dev/docs for full API reference.
low line 136

External URL reference

SourceSKILL.md
136curl -X POST https://paperpod.dev/execute \
low line 148

External URL reference

SourceSKILL.md
148| **Preview URLs** | Expose ports → `https://8080-{sandbox-id}-p8080_v1.paperpod.work` |
low line 181

External URL reference

SourceSKILL.md
181- `GET https://paperpod.dev/` — API schema (JSON)
low line 182

External URL reference

SourceSKILL.md
182- `GET https://paperpod.dev/docs` — Full documentation
low line 186

External URL reference

SourceSKILL.md
186## Advanced: WebSocket (not recommended for normal workflows). For programmatic integrations or custom apps, connect via WebSocket. `GET https://paperpod.dev/docs` to learn more.
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →