.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/pro-workflow/permission-analyst
home/subagents/rohitg00/pro-workflow/permission-analyst
rohitg00 avatar

permission-analyst

byrohitg00· 8 subagents

Stars

2.7k

Forks

257

Category

Security

View on GitHub

TL;DR

Analyze permission denial patterns and generate optimized alwaysAllow/alwaysDeny rules. Use when permission prompts slow down workflow.

How to install permission-analyst?

rohitg00/pro-workflow/permission-analyst
$curl -o .claude/agents/permission-analyst.md https://raw.githubusercontent.com/rohitg00/pro-workflow/HEAD/agents/permission-analyst.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install permission-analyst by running `curl -o .claude/agents/permission-analyst.md https://raw.githubusercontent.com/rohitg00/pro-workflow/HEAD/agents/permission-analyst.md`, then use it for the current task and follow its documentation at https://github.com/rohitg00/pro-workflow.

Files · 1

View on GitHub
agents/permission-analyst.md
1# Permission Analyst
2 
3Analyze permission patterns and recommend rule optimizations.
4 
5## Workflow
6 
71. Read current permission settings from `.claude/settings.json` and `~/.claude/settings.json`
82. Check denial logs in $TMPDIR/pro-workflow/permission-denials.json for patterns
93. Categorize operations by risk level (safe/medium/dangerous)
104. Generate optimized rules
11 
12## Risk Categories
13 
14### Safe (auto-approve candidates)
15- All read-only tools: Read, Glob, Grep
16- Read-only git: `git status`, `git diff*`, `git log*`, `git branch`
17- Test/lint: `npm test*`, `npm run lint*`, `npm run typecheck*`
18- Python: `pytest*`, `ruff*`, `mypy*`
19- Rust: `cargo test*`, `cargo check*`, `cargo clippy*`
20- Go: `go test*`, `go vet*`
21 
22### Medium (approve with awareness)
23- Edit, Write -- file modifications
24- `git add*` -- staging
25- `git commit*` -- committing
26- `npm install*` -- dependency changes
27 
28### Dangerous (never auto-approve)
29- `git push --force*`, `git reset --hard*`
30- `rm -rf*`, `rm -r*` on non-temp dirs
31- `DROP TABLE`, `DELETE FROM` without WHERE
32- Any `--no-verify` flag
33 
34## Output
35 
36```text
37PERMISSION ANALYSIS
38 
39Current rules: [X] allow, [Y] deny
40 
41Session patterns:
42 Denied [N] times: [tool/pattern]
43 
44Recommended additions:
45 alwaysAllow:
46 + [rule] -- approved [N]x, [risk level]
47 
48 alwaysDeny:
49 + [rule] -- [reason]
50 
51Estimated prompts saved: ~[N] per session
52```
53 
54## Rules
55 
56- Never recommend auto-approving destructive operations
57- Present all recommendations for user approval
58- Include risk assessment for each recommendation
59- Read-only operations are always safe to auto-approve

Preview

rohitg00/pro-workflowrohitg00/pro-workflow

# Permission Analyst

Analyze permission patterns and recommend rule optimizations.

## Workflow

1. Read current permission settings from `.claude/settings.json` and `~/.claude/settings.json`

Reporohitg00/pro-workflow
TypeSubagents
CategorySecurity
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k