Skip to main content

pp-dominos

Enables users to order pizza, track deliveries, and optimize deals via a command-line interface with unique local storage capabilities.

Install this skill

or
75/100

Security score

The pp-dominos skill was audited on Jun 6, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 301

Webhook reference - potential data exfiltration

SourceSKILL.md
301| `webhook:<url>` | POST the output body to the URL (`application/json` or `application/x-ndjson` when `--compact`) |
medium line 303

Webhook reference - potential data exfiltration

SourceSKILL.md
303Unknown schemes are refused with a structured error naming the supported set. Webhook failures return non-zero and log the URL + HTTP status on stderr.
medium line 225

Access to hidden dotfiles in home directory

SourceSKILL.md
225Customer ID is the long base64-style identifier from your sign-in. Once `auth login` completes, the bearer token persists in `~/.config/dominos-pp-cli/config.toml` until Dominos expires it (~1 hour).
medium line 261

Access to hidden dotfiles in home directory

SourceSKILL.md
261Most commands work without authentication: store locator, menu browse, cart building, anonymous order placement, and tracking-by-phone all succeed unauthenticated. For loyalty rewards, member-exclusiv
medium line 289

Access to hidden dotfiles in home directory

SourceSKILL.md
289Entries are stored locally at `~/.dominos-pp-cli/feedback.jsonl`. They are never POSTed unless `DOMINOS_FEEDBACK_ENDPOINT` is set AND either `--send` is passed or `DOMINOS_FEEDBACK_AUTO_SEND=true`. De
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →