WALLIFY - SKILL DOCUMENT
Establishes coding standards and practices for developers and designers in Wallify, ensuring a cohesive development environment.
Install this skill
Security score
The WALLIFY - SKILL DOCUMENT skill was audited on Feb 28, 2026 and we found 21 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 572 | toast.error(`Failed to update: ${error.message}`) |
Template literal with variable interpolation in command context
| 720 | className={`input ${errors.email ? 'border-red-500' : ''}`} |
Template literal with variable interpolation in command context
| 898 | filter: `project_id=eq.${projectId}` |
Template literal with variable interpolation in command context
| 937 | const prompt = `You are helping collect a video testimonial. Generate 3 thoughtful questions to ask a ${customerRole} in the ${industry} industry about their experience with a ${productType}. |
Template literal with variable interpolation in command context
| 965 | const prompt = `Analyze this testimonial and score its quality from 0.0 to 1.0. |
Template literal with variable interpolation in command context
| 1001 | const prompt = `Extract relevant tags from this testimonial. Tags should be: |
Template literal with variable interpolation in command context
| 1307 | await page.goto(`https://twitter.com/${connection.handle}/mentions`) |
Webhook reference - potential data exfiltration
| 1073 | 2. Dashboard triggers webhook to scraper service |
Webhook reference - potential data exfiltration
| 1245 | - Express (API server for webhooks) |
Access to .env file
| 99 | ├── .env.local # Environment variables (not committed) |
Access to .env file
| 100 | ├── .env.example # Example env file (committed) |
Access to .env file
| 162 | ├── .env.local |
Access to .env file
| 925 | apiKey: import.meta.env.VITE_OPENAI_API_KEY |
Access to .env file
| 1609 | # Development (.env.local) |
Access to .env file
| 1612 | # Production (.env.production) |
Access to .env file
| 1774 | apiKey: import.meta.env.VITE_OPENAI_API_KEY |
External URL reference
| 1194 | "@context": "https://schema.org", |
External URL reference
| 1307 | await page.goto(`https://twitter.com/${connection.handle}/mentions`) |
External URL reference
| 1601 | VITE_SUPABASE_URL=https://your-project.supabase.co |
External URL reference
| 1610 | VITE_API_URL=http://localhost:3000 |
External URL reference
| 1613 | VITE_API_URL=https://api.wallify.com |