Skip to main content

pp-archive-is

Enables users to archive URLs, bypass paywalls, and retrieve cached webpage versions using archive.today and Wayback Machine CLI.

Install this skill

or
78/100

Security score

The pp-archive-is skill was audited on Jun 10, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 249

Webhook reference - potential data exfiltration

SourceSKILL.md
249Route command output to a sink other than stdout. Useful when an agent needs to hand a result to a file, a webhook, or another process without plumbing.
low line 253

Webhook reference - potential data exfiltration

SourceSKILL.md
253archive-is-pp-cli <command> --deliver webhook:https://hooks.example/in
medium line 256

Webhook reference - potential data exfiltration

SourceSKILL.md
256File sinks write atomically (tmp + rename). Webhook sinks POST `application/json` (or `application/x-ndjson` when `--compact` is set). Unknown schemes produce a structured refusal listing the supporte
medium line 268

Access to hidden dotfiles in home directory

SourceSKILL.md
268Entries append to `~/.archive-is-pp-cli/feedback.jsonl` as JSON lines. When `ARCHIVE_IS_FEEDBACK_ENDPOINT` is set and either `--send` is passed or `ARCHIVE_IS_FEEDBACK_AUTO_SEND=true`, the entry is al
low line 123

External URL reference

SourceSKILL.md
123archive-is-pp-cli read "https://www.wsj.com/articles/..." --agent
low line 125

External URL reference

SourceSKILL.md
125archive-is-pp-cli get "https://www.wsj.com/articles/..." --format text --agent
low line 133

External URL reference

SourceSKILL.md
133archive-is-pp-cli save "https://example.com/important-page" --agent
low line 134

External URL reference

SourceSKILL.md
134archive-is-pp-cli history "https://example.com/important-page" --agent # verify
low line 152

External URL reference

SourceSKILL.md
152archive-is-pp-cli read "https://ft.com/content/xyz" --backend wayback,archive-is --agent
low line 253

External URL reference

SourceSKILL.md
253archive-is-pp-cli <command> --deliver webhook:https://hooks.example/in
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →