Prevents SQL injection attacks by enforcing parameterized queries and ORM patterns that keep user data separate from SQL commands. Triggers on: SQL query, database query, user input in query, dynamic query, string concatenation in SQL, f-string SQL, format SQL, raw SQL, execute query, %s in SQL, LIKE clause, ORDER BY, search.
Prevents SQL injection attacks by enforcing parameterized queries and ORM patterns that keep user data separate from SQL commands. Triggers on: SQL query, database query, user input in query, dynamic query, string concatenation in SQL, f-string SQL, format SQL, raw SQL, execute query, %s in SQL, LIKE clause, ORDER BY, search.
通过强制使用参数化查询和 ORM 模式将用户数据与 SQL 命令分离来防止 SQL 注入攻击。触发条件:SQL 查询、数据库查询、查询中的用户输入、动态查询、SQL 中的字符串拼接、f-字符串 SQL、format 格式化的 SQL、原始 SQL、execute 调用、SQL 中的 %s、LIKE 子句、ORDER BY、搜索。
Category: developer (开发工具) · Author: sharp-skills · Version: @main
该 Skill 暂无文档文件。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer