NPC
Enables autonomous AI task execution as a game character, integrating with Supabase for character management and task logging.
Install this skill
or
84/100
Security score
The NPC skill was audited on May 20, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 24
Template literal with variable interpolation in command context
SourceSKILL.md
| 24 | ```bash |
low line 17
Access to .env file
SourceSKILL.md
| 17 | set -a && source .env.supabase && set +a |
medium line 55
Access to .env file
SourceSKILL.md
| 55 | - Environment variables `GOOGLE_API_KEY` and `SUPABASE_URL` must be set (they come from `.env.supabase`). |
medium line 56
Access to .env file
SourceSKILL.md
| 56 | - Edge functions must be running: `npx supabase functions serve --workdir deployment --no-verify-jwt --env-file .env.supabase` |
Scanned on May 20, 2026
View Security Dashboard