Skip to main content

opengraph-io

Extracts web data, captures screenshots, and generates AI images using OpenGraph.io for enhanced URL handling and content creation.

Install this skill

or
0/100

Security score

The opengraph-io skill was audited on Feb 9, 2026 and we found 40 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104```bash
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113```bash
medium line 122

Template literal with variable interpolation in command context

SourceSKILL.md
122```bash
medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129```bash
medium line 136

Template literal with variable interpolation in command context

SourceSKILL.md
136```bash
medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150```bash
medium line 159

Template literal with variable interpolation in command context

SourceSKILL.md
159```bash
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178```bash
medium line 185

Template literal with variable interpolation in command context

SourceSKILL.md
185```bash
medium line 217

Template literal with variable interpolation in command context

SourceSKILL.md
217```bash
medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106curl -s "https://opengraph.io/api/1.1/site/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}"
medium line 115

Curl to non-GitHub URL

SourceSKILL.md
115curl -s "https://opengraph.io/api/1.1/screenshot/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}&dimensions=lg"
medium line 124

Curl to non-GitHub URL

SourceSKILL.md
124curl -s "https://opengraph.io/api/1.1/scrape/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}&use_proxy=true"
medium line 131

Curl to non-GitHub URL

SourceSKILL.md
131curl -s "https://opengraph.io/api/1.1/extract/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}&html_elements=h1,h2,p"
medium line 137

Curl to non-GitHub URL

SourceSKILL.md
137curl -s -X POST "https://opengraph.io/api/1.1/query/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}" \
medium line 151

Curl to non-GitHub URL

SourceSKILL.md
151SESSION=$(curl -s -X POST "https://opengraph.io/image-agent/sessions?app_id=${OPENGRAPH_APP_ID}" \
medium line 160

Curl to non-GitHub URL

SourceSKILL.md
160curl -s -X POST "https://opengraph.io/image-agent/sessions/${SESSION_ID}/generate?app_id=${OPENGRAPH_APP_ID}" \
medium line 180

Curl to non-GitHub URL

SourceSKILL.md
180curl -s "https://opengraph.io/image-agent/assets/${ASSET_ID}/file?app_id=${OPENGRAPH_APP_ID}" -o output.png
medium line 186

Curl to non-GitHub URL

SourceSKILL.md
186curl -s -X POST "https://opengraph.io/image-agent/sessions/${SESSION_ID}/iterate?app_id=${OPENGRAPH_APP_ID}" \
medium line 219

Curl to non-GitHub URL

SourceSKILL.md
219curl -s -X POST "https://opengraph.io/image-agent/sessions/${SESSION_ID}/generate?app_id=${OPENGRAPH_APP_ID}" \
low line 79

Access to hidden dotfiles in home directory

SourceSKILL.md
79// ~/.clawdbot/clawdbot.json
low line 5

External URL reference

SourceSKILL.md
5homepage: https://www.opengraph.io
low line 46

External URL reference

SourceSKILL.md
46"Premium marketing card with QR code for https://myapp.com, cosmic purple gradient
low line 70

External URL reference

SourceSKILL.md
70Sign up at [dashboard.opengraph.io](https://dashboard.opengraph.io/register)
low line 74

External URL reference

SourceSKILL.md
741. **Sign up** at [dashboard.opengraph.io](https://dashboard.opengraph.io/register) — free trial available
low line 100

External URL reference

SourceSKILL.md
100Use `curl` with the `OPENGRAPH_APP_ID` environment variable. Base URL: `https://opengraph.io/api/1.1/`
low line 106

External URL reference

SourceSKILL.md
106curl -s "https://opengraph.io/api/1.1/site/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}"
low line 115

External URL reference

SourceSKILL.md
115curl -s "https://opengraph.io/api/1.1/screenshot/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}&dimensions=lg"
low line 118

External URL reference

SourceSKILL.md
118Response: `{ "screenshotUrl": "https://..." }`
low line 124

External URL reference

SourceSKILL.md
124curl -s "https://opengraph.io/api/1.1/scrape/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}&use_proxy=true"
low line 131

External URL reference

SourceSKILL.md
131curl -s "https://opengraph.io/api/1.1/extract/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}&html_elements=h1,h2,p"
low line 137

External URL reference

SourceSKILL.md
137curl -s -X POST "https://opengraph.io/api/1.1/query/$(echo -n 'https://example.com' | jq -sRr @uri)?app_id=${OPENGRAPH_APP_ID}" \
low line 146

External URL reference

SourceSKILL.md
146Base URL: `https://opengraph.io/image-agent/`
low line 151

External URL reference

SourceSKILL.md
151SESSION=$(curl -s -X POST "https://opengraph.io/image-agent/sessions?app_id=${OPENGRAPH_APP_ID}" \
low line 160

External URL reference

SourceSKILL.md
160curl -s -X POST "https://opengraph.io/image-agent/sessions/${SESSION_ID}/generate?app_id=${OPENGRAPH_APP_ID}" \
low line 163

External URL reference

SourceSKILL.md
163"prompt": "A beautiful QR code linking to https://example.com with modern gradient design",
low line 180

External URL reference

SourceSKILL.md
180curl -s "https://opengraph.io/image-agent/assets/${ASSET_ID}/file?app_id=${OPENGRAPH_APP_ID}" -o output.png
low line 186

External URL reference

SourceSKILL.md
186curl -s -X POST "https://opengraph.io/image-agent/sessions/${SESSION_ID}/iterate?app_id=${OPENGRAPH_APP_ID}" \
low line 219

External URL reference

SourceSKILL.md
219curl -s -X POST "https://opengraph.io/image-agent/sessions/${SESSION_ID}/generate?app_id=${OPENGRAPH_APP_ID}" \
low line 222

External URL reference

SourceSKILL.md
222"prompt": "Premium marketing card with QR code for https://myapp.com, cosmic purple gradient background with floating 3D spheres, glowing accents, SCAN TO DOWNLOAD call-to-action",
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →