Skip to content

Commit 9c79ec7

Browse files
committed
Add security reporting info
1 parent 4461508 commit 9c79ec7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)