What problem does it solve? Salesforce orgs accumulate invisible security exposure over time: broad ModifyAllData grants, sprawling profiles, guest user access, without-sharing Apex, and secrets buried in source or git history. Manually checking every layer is slow and error-prone, and no single CLI command covers the Setup-only controls. ## Core Features & Use Cases - Grant and access-matrix audit: Queries PermissionSetAssignment, ObjectPermissions, and FieldPermissions to find who holds ModifyAllData, ViewAllData, AuthorApex, and object-level sharing bypasses. - Code and public surface review: Inventories @AuraEnabled, @RestResource, without sharing classes, guest user and Experience Cloud exposure, Named Credentials, and secrets in source and git history. - Severity-ranked report: Produces a findings report with evidence (query results, file:line, Setup pages) and a fix per item, stored in .vibeforce/reports for diffing across runs. - Use Case: When onboarding an unfamiliar org or preparing for a customer security review, run the audit to get a complete, evidence-backed posture report covering identity, grants, record access, integrations, and the Setup-only layer. ## Quick Start Ask the assistant to run a standing security audit of the Salesforce org aliased vf-prod and produce a severity-ranked findings report.