Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

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"
]
}
}