PizzINT Monitor

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a purpose-aligned PizzINT reporting skill that fetches a public website, but users should treat the external OSINT content and speculative threat labels cautiously.

Before installing, be aware that the skill contacts pizzint.watch and may include live external web text in the agent context. It appears benign and scoped, but treat its geopolitical-risk output as speculative OSINT rather than verified intelligence.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A web page could contain misleading or prompt-like text that appears in the agent's context.

Why it was flagged

The skill asks the agent to use a browser tool against a public external site and capture page content. This is aligned with the stated monitoring purpose, but the retrieved DOM should be treated as untrusted data.

Skill content
open https://pizzint.watch/ ... snapshot / screenshot 获取完整 DOM
Recommendation

Use an isolated browser session as the skill suggests and treat page content as data, not as instructions for the agent to follow.

What this means

Running the skill performs an outbound request to pizzint.watch from the user's environment.

Why it was flagged

The Python script invokes curl as a subprocess, but the command uses a fixed URL and no shell interpolation, making it purpose-aligned and relatively contained.

Skill content
subprocess.run(['curl', '-s', '--max-time', '10', 'https://pizzint.watch/'], capture_output=True, text=True, timeout=15)
Recommendation

Run it only if you are comfortable with that network request; no credentials are required by the artifacts.

What this means

External text could bias the agent's reasoning or be mistaken for verified intelligence.

Why it was flagged

The skill includes live external OSINT and prediction-market text in the generated report. That retrieved content may be unreliable or adversarial even though it is relevant to the skill's purpose.

Skill content
OSINT 动态摘要 ... Polymarket 预测市场(实时)
Recommendation

Cross-check important claims and do not let retrieved OSINT text override the user's original goal or safety constraints.

What this means

Users could overreact to speculative threat labels if they treat them as authoritative predictions.

Why it was flagged

The report uses high-impact military-risk language, but it also includes a clear disclaimer that the pizza index is only an OSINT reference and does not prove causation.

Skill content
DOUGHCON ... 5 | 🚨 CRISIS - Military Operation Imminent ... ⚠️ 披萨指数是 OSINT 开源情报工具,相关性≠因果性,仅供参考。
Recommendation

Treat the output as a lightweight OSINT signal only, not as a basis for consequential security, political, financial, or operational decisions.

What this means

Users have less information for independently verifying the origin or maintenance of the skill.

Why it was flagged

The registry metadata does not provide an upstream source or homepage. The included files are simple, but provenance is limited.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included files before running and prefer skills with clear source provenance when possible.