File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Reporting a vulnerability
4+
5+ If you find a security issue in skill-validator, please report it privately
6+ via the [ contact form] ( https://dacharycarey.com/contact/ ) rather than opening
7+ a public issue.
8+
9+ Include as much detail as you can: what you found, how to reproduce it, and
10+ what impact you think it has. You should expect a response within a few days.
11+
12+ ## Scope
13+
14+ skill-validator processes untrusted skill packages on the user's machine.
15+ Security-relevant issues include (but aren't limited to):
16+
17+ - Path traversal (reading or writing files outside the skill directory)
18+ - Request forgery via link validation (probing internal network addresses)
19+ - Input that causes the tool to hang, crash, or consume excessive resources
20+ - Command injection through skill content
You can’t perform that action at this time.
0 commit comments