18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"description": "Restrict Claude to read-only operations for code review and analysis. Prevents any file modifications or command executions, making it safe for exploring unfamiliar codebases or conducting security audits.",
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(**/*)",
|
|
"Glob",
|
|
"Grep",
|
|
"LS"
|
|
],
|
|
"deny": [
|
|
"Edit",
|
|
"Write",
|
|
"MultiEdit",
|
|
"Bash",
|
|
"WebFetch"
|
|
]
|
|
}
|
|
} |