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
57%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./design-templates/html-ppt-zhangzara-coral/SKILL.mdSecurity
1 high severity finding. You should review these findings carefully before considering using this skill.
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.
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.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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.
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.
f2760fd
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.