blatui-development — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited blatui-development (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.
Use this skill when building or editing UI in a Laravel Blade app that has BlatUI installed (the anousss007/blatui package, with components in resources/views/components/ui/). Prefer BlatUI components over hand-written markup.
BlatUI is copy-paste, own-the-code: components are Blade files copied into resources/views/components/ui/ and used under the x-ui. namespace. They are styled with Tailwind v4 tokens and use a little Alpine.js for interactivity. There is no runtime component package — editing a component file is the supported way to customize it.
resources/views/components/ui/. Glob that directory first.
php artisan blatui:add <name> [<name> ...]
php artisan blatui:list # all available families <x-ui.button variant="default">Save</x-ui.button>
<x-ui.input type="email" placeholder="[email protected]" />
<x-ui.card>
<x-ui.card-header>
<x-ui.card-title>Title</x-ui.card-title>
<x-ui.card-description>Subtitle</x-ui.card-description>
</x-ui.card-header>
<x-ui.card-content>...</x-ui.card-content>
</x-ui.card>php artisan blatui:init (theme CSS, Alpine, imports).Forms: button, input, textarea, select, combobox, checkbox, radio-group, switch, slider, toggle, label, field, calendar, date-picker, datetime-picker, time-field, input-otp. Overlays: dialog, alert-dialog, sheet, drawer, popover, dropdown-menu, context-menu, menubar, command. Data: table, avatar, badge, carousel, chart, progress, skeleton, tooltip, hover-card. Layout: card, sidebar, resizable, scroll-area, separator, tabs, accordion, collapsible, breadcrumb, pagination, navigation-menu. Feedback: alert, sonner (toasts), empty, spinner.
Full-page blocks (dashboards, auth, marketing, pricing, sidebars, calendars) and charts (ApexCharts) are not bundled with the CLI but are installable from the registry:
# Read a block/chart and write each files[].content to its files[].target:
curl https://blatui.remix-it.com/r/blocks/dashboard-01.json
curl https://blatui.remix-it.com/r/charts/chart-area-default.jsonThen run php artisan blatui:add for the block's registryDependencies (the components it uses).
All tokens are CSS variables in resources/css/blatui.css (:root, .dark, and [data-base] / [data-theme] / [data-radius] …). To restyle: edit tokens, or build a theme at https://blatui.remix-it.com/themes and paste the exported CSS as resources/css/app.css. Use Tailwind token utilities (bg-background, text-foreground, border-input, rounded-lg) — never hard-code hex colors.
https://blatui.remix-it.com/registry.jsonhttps://blatui.remix-it.com/r/<name>.jsonPOST https://blatui.remix-it.com/mcp · local MCP: php artisan blatui:mcp(tools: search_registry, get_component, get_example, install_command).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.