Skip to main content

canva-core-workflow-a

Automates Canva design creation and export processes, enabling seamless integration of design workflows into applications.

Install this skill

or
53/100

Security score

The canva-core-workflow-a skill was audited on May 19, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85const { design: meta } = await canvaAPI(`/designs/${designId}`, token);
medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87console.log(`Title: ${meta.title}`);
medium line 88

Template literal with variable interpolation in command context

SourceSKILL.md
88console.log(`Pages: ${meta.page_count}`);
medium line 89

Template literal with variable interpolation in command context

SourceSKILL.md
89console.log(`Created: ${new Date(meta.created_at * 1000).toISOString()}`);
medium line 90

Template literal with variable interpolation in command context

SourceSKILL.md
90console.log(`Updated: ${new Date(meta.updated_at * 1000).toISOString()}`);
medium line 91

Template literal with variable interpolation in command context

SourceSKILL.md
91console.log(`Owner: user=${meta.owner.user_id}, team=${meta.owner.team_id}`);
medium line 158

Template literal with variable interpolation in command context

SourceSKILL.md
158const { job } = await canvaAPI(`/exports/${exportId}`, token);
medium line 166

Template literal with variable interpolation in command context

SourceSKILL.md
166throw new Error(`Export failed: ${job.error.code} — ${job.error.message}`);
low line 41

External URL reference

SourceSKILL.md
41// POST https://api.canva.com/rest/v1/designs
low line 81

External URL reference

SourceSKILL.md
81// GET https://api.canva.com/rest/v1/designs/{designId}
low line 97

External URL reference

SourceSKILL.md
97// POST https://api.canva.com/rest/v1/exports
low line 149

External URL reference

SourceSKILL.md
149// GET https://api.canva.com/rest/v1/exports/{exportId}
low line 202

External URL reference

SourceSKILL.md
202- [Create Design API](https://www.canva.dev/docs/connect/api-reference/designs/create-design/)
low line 203

External URL reference

SourceSKILL.md
203- [Export API](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/)
low line 204

External URL reference

SourceSKILL.md
204- [Design Types](https://www.canva.dev/docs/connect/api-reference/designs/)
Scanned on May 19, 2026
View Security Dashboard
Installation guide →