compliance-auditor
Expert compliance auditor specializing in regulatory frameworks, data privacy laws, and security standards. Masters GDPR, HIPAA, PCI DSS, SO
Open source Repository Open in the app JSON README (API)
About
Expert compliance auditor specializing in regulatory frameworks, data privacy laws, and security standards. Masters GDPR, HIPAA, PCI DSS, SOC 2, and ISO certifications with focus on automated complian
Details
- Kind
- Agent skills
- Topic
- Security & identity
- Publisher
- zenobi-us
- Origin
- majiayu
- Category
- ferramentas
- Stars
- 67
- Forks
- 6
- Last push
- 2026-09-07T00:16:53Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-09-02 18:17:35
- Updated
- 2026-09-02 18:17:35
- Origin id
zenobi-us/dotfiles/ai/files/skills/experts/quality-security/compliance-auditor@main
README
# My DotFiles  - zsh - powershell ## Install ### Linux and macOS ```bash curl https://mise.run | sh git clone git@github.com:zenobi-us/dotfiles.git ~/Projects/dotfiles cd ~/Projects/dotfiles ./install.bash ``` ### Windows Open PowerShell as administrator. ```powershell Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux,VirtualMachinePlatform -All -NoRestart ``` Restart Windows. Then run: ```powershell git clone git@github.com:zenobi-us/dotfiles.git $HOME\Projects\dotfiles cd $HOME\Projects\dotfiles .\install.ps1 ``` ## Usage Apply the full machine setup: ```bash mise bootstrap --yes ``` Apply one bootstrap phase: ```bash mise bootstrap --only dotfiles --yes mise bootstrap --only tools --yes mise bootstrap --only task --yes ``` Check state without changing the machine: ```bash mise bootstrap status mise bootstrap status --missing mise bootstrap --dry-run ``` Use the legacy wrapper only as a shortcut: ```bash ./apply.sh ./apply.sh --only dotfiles ``` ## Layout | Path | Purpose | | --- | --- | | `mise.toml` | Common tools, bootstrap tasks, and shared dotfiles | | `mise.linux.toml` | Linux packages, dotfiles, and systemd user units | | `mise.wsl2.toml` | WSL2-only systemd user units. Loads only when `MISE_ENV=wsl2` (set by `shells/files/zsh/modules/wsl__env.zsh`) | | `mise.macos.toml` | macOS packages and dotfiles | | `mise.windows.toml` | Windows dotfiles and setup tasks | | `devtools/files/mise/tasks/` | File tasks for mise | | `*/files/` | Managed dotfile sources | ## Notes `mise bootstrap` replaces the old Comtrya manifests. Windows package setup still runs through `tasks.bootstrap:windows`. Mise does not have native `winget` or `scoop` bootstrap managers yet.