Skip to main content

flow-create

Creates a comprehensive web form automation flow, including site exploration, implementation, and testing.

Install this skill

or
78/100

Security score

The flow-create skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 472

Template literal with variable interpolation in command context

SourceSKILL.md
472byValue: (v: 'monsieur' | 'madame') => `input[value='${v}']`,
medium line 626

Template literal with variable interpolation in command context

SourceSKILL.md
626byValue: (v) => `[value='${v}']`, // Pour radios/options
low line 226

Access to .env file

SourceSKILL.md
226grep -q "{PLATFORM}_USERNAME" .env && grep -q "{PLATFORM}_PASSWORD" .env
medium line 232

Access to .env file

SourceSKILL.md
232Si manquants, demander a l'utilisateur de les ajouter au fichier `.env`.
medium line 653

Access to .env file

SourceSKILL.md
653- [ ] Credentials disponibles dans .env
low line 319

External URL reference

SourceSKILL.md
319"url": "https://...",
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →