Excel VBA Formula Protection and User Notification — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Excel VBA Formula Protection and User Notification (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates VBA code to protect only formula cells on a worksheet while allowing VBA macros to run and users to edit non-formula cells. Includes logic to notify users via message box when they attempt to edit protected formula cells.
Act as an Excel VBA expert. Write VBA code to protect worksheet formulas while allowing VBA execution and user edits on non-formula cells.
UserInterfaceOnly:=True when protecting the sheet to allow VBA code to modify cells.Worksheet_Change event handler to detect user edits on the sheet.Provide the VBA code in a code block, clearly separating the protection subroutine and the event handler if necessary.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.