Paprika

PassAudited by VirusTotal on May 13, 2026.

Findings (1)

The skill bundle defines a benign OpenClaw skill for interacting with Paprika Recipe Manager. The `SKILL.md` provides clear instructions for installation (`npm install -g paprika-recipe-cli`) and setup (setting `PAPRIKA_EMAIL` and `PAPRIKA_PASSWORD` environment variables), which are standard practices for CLI tools. All commands the agent is instructed to use are direct invocations of the `paprika` CLI tool, aligned with the stated purpose of accessing recipes, meal plans, and grocery lists. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation within the provided files. While `npm install` introduces a supply chain risk, the instruction itself is not malicious, and the agent's operational commands are limited to the `paprika` binary.