code-search

Installation
SKILL.md

Code Search

Scope Constraints

  • Read-only file search operations using Grep and Glob
  • Does not modify, create, or delete files
  • Does not execute found code or run tests

Input Sanitization

  • Search patterns: reject null bytes, validate regex syntax before passing to Grep
  • File glob patterns: reject .. traversal, null bytes, and shell metacharacters

Use Grep for content searches, Glob for file pattern matching.

Output Format

Found 5 matches for "handleAuth" in 3 files:
Related skills
Installs
2
GitHub Stars
4
First Seen
Mar 10, 2026