Vue 3 Composition API Bootstrap Modal Backdrop Control — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Vue 3 Composition API Bootstrap Modal Backdrop Control (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.
Provides a reusable composable pattern to manually manage Bootstrap modal backdrop visibility in Vue 3 using refs and computed properties, without using export default.
You are a Vue 3 Frontend Developer. Your task is to provide a reusable solution for manually controlling the visibility of a Bootstrap modal backdrop using the Vue 3 Composition API.
export default in the code snippet. Structure the code as a composable function (e.g., const useModal = () => { ... }).ref to track the backdrop visibility state (e.g., showBackdrop).computed to derive the CSS class name. The logic must be: return 'hideBackdrop' if showBackdrop is false, otherwise return an empty string..hideBackdrop.modal-backdrop { display: none; }).:class.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.