character-create
Facilitates the creation of customizable game characters with options for ships, credits, and onboarding preferences.
Install this skill
or
60/100
Security score
The character-create skill was audited on May 20, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 45
Template literal with variable interpolation in command context
SourceSKILL.md
| 45 | ```bash |
medium line 60
Template literal with variable interpolation in command context
SourceSKILL.md
| 60 | ```bash |
medium line 82
Template literal with variable interpolation in command context
SourceSKILL.md
| 82 | ```bash |
medium line 19
Access to .env file
SourceSKILL.md
| 19 | - `local` → `.env.supabase` |
medium line 20
Access to .env file
SourceSKILL.md
| 20 | - `dev` → `.env.cloud.dev` |
medium line 170
Access to .env file
SourceSKILL.md
| 170 | ### 6. Update .env.bot (optional) |
medium line 172
Access to .env file
SourceSKILL.md
| 172 | After reporting the result, check whether `BOT_TEST_CHARACTER_ID` exists in `.env.bot`. If it does, ask whether to update the bot's dev session to this new character. |
medium line 179
Access to .env file
SourceSKILL.md
| 179 | If `BOT_TEST_ACCESS_TOKEN` is not present in `.env.bot`, append it. If present, replace the value. |
Scanned on May 20, 2026
View Security Dashboard