Peekmd

Security checks across static analysis, malware telemetry, and agentic risk

Overview

Peekmd is a coherent instruction-only skill for publishing markdown as shareable web pages, with disclosed external sharing and optional paid credential flows that users should control.

Use Peekmd for non-sensitive markdown or content you intentionally want to share. Before creating a link, confirm the content is safe for an external service, choose a short TTL when possible, burn pages when finished, and only use Stripe/x402 paid flows with explicit approval.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI07: Insecure Inter-Agent Communication
Medium
What this means

Private notes, secrets, customer data, or internal reports included in the markdown could be exposed through the external service or shared link.

Why it was flagged

The core workflow sends user-provided markdown to an external provider and makes it available through a shareable URL.

Skill content
`POST /api/create` ... `markdown` ... `GET /:slug` Returns the rendered HTML page. Share this URL directly.
Recommendation

Use it only for content that is safe to share externally, remove secrets before posting, and prefer short TTLs or the burn endpoint for temporary handoffs.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

If a paid tier is used, API keys or payment receipts could authorize charges or paid page creation.

Why it was flagged

The skill documents optional paid tiers that use bearer API keys and crypto payment receipts.

Skill content
`Authorization: Bearer sk_...` ... `$0.001-$0.01/page` ... `X-PAYMENT` header ... `0.01 USDC/page`
Recommendation

Require explicit user approval before using any paid tier, keep API keys out of markdown content, and monitor usage for the paid account.

#
ASI08: Cascading Failures
Low
What this means

A mistakenly shared page could remain available longer than intended if a long or permanent TTL is chosen.

Why it was flagged

The service supports temporary sharing and deletion, but also documents a permanent TTL option.

Skill content
`ttl` ... `0 = permanent` ... `POST /api/burn/:slug` Delete a page immediately.
Recommendation

Use the shortest practical TTL for previews and call the burn endpoint when the shared page is no longer needed.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Users have less registry-level provenance information for verifying the service operator before sending data or using paid features.

Why it was flagged

The registry metadata does not provide source or homepage provenance, although the skill text points to peekmd.dev and no local code is installed.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the peekmd.dev service and pricing independently before sending sensitive content or payment credentials.