Publish, read, comment on, or edit markdown in Proof. Use for Proof links, sharing specs/plans/drafts, or publish handoffs from planning workflows; avoid proofread, math, evidence, or proof-of-concept meanings.
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
This skill explicitly instructs extracting accessToken and ownerSecret and embedding them in URLs and curl Authorization headers (including handing humans the tokenized link), which requires the agent to handle and output secret values verbatim.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required runtime workflow “Review a Shared Document” (and edit flows that follow) reads outsider-authored Proof document content via `GET /api/agent/{slug}/v3/document` and injects the returned `markdown`, `comments[]`, and `suggestions[]` into the agent’s LLM context for subsequent operations.
a9f6d53
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.