CtrlK
BlogDocsLog inGet started
Tessl Logo

html-ppt-zhangzara-coral

Open Design's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.

51

Quality

57%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./design-templates/html-ppt-zhangzara-coral/SKILL.md
SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

High

W008: Secret detected in skill content (API keys, tokens, passwords).

What this means

Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.

Why it was flagged

I scanned the skill files for literal high-entropy values that grant access. The only candidate that meets the "provides access to a service" criterion is the Discord invite code shown as a contact value (DISCORD.GG/QHBCCH8AM4). This is a literal invite token that can be used to join a Discord server and therefore qualifies as an access credential in this context. I ignored other values as non-secrets: the GitHub repo URL and X handle are public identifiers, CDN and Google Fonts URLs are public assets, and there are no API keys, private-key PEM blocks, or other high-entropy tokens elsewhere in the files.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The HTML template loads and executes remote JavaScript at runtime from https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js (used to render the chart), which is a runtime-executed external dependency required for the page's chart functionality.

Repository
nexu-io/open-design
Audited
Security analysis
Snyk

Is this your skill?

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.