Skip to main content

perplexity-reference-architecture

Implements best-practice project layout for Perplexity integrations, aiding in architecture design and project structure review.

Install this skill

or
80/100

Security score

The perplexity-reference-architecture skill was audited on May 12, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148rendered = rendered.replaceAll(`[${c.index}]`, `[${c.index}](${c.url})`);
medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176`Break "${topic}" into 4-5 key research questions. List one per line.`,
medium line 187

Template literal with variable interpolation in command context

SourceSKILL.md
187systemPrompt: `Research context: ${topic}. Provide detailed, well-cited answer.`,
medium line 212

Template literal with variable interpolation in command context

SourceSKILL.md
212`Verify this claim with sources. State whether it is accurate, partially accurate, or inaccurate: "${claim}"`,
Scanned on May 12, 2026
View Security Dashboard
Installation guide →