Fluxwing Component Viewer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fluxwing Component Viewer (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.
View detailed information about a specific uxscii component from any source.
READ from (bundled templates - reference only):
{SKILL_ROOT}/../uxscii-component-creator/templates/ - 11 component templates{SKILL_ROOT}/../uxscii-screen-scaffolder/templates/ - 2 screen examples (if available)READ from (project workspace):
./fluxwing/components/ - Your created components./fluxwing/library/ - Customized template copies./fluxwing/screens/ - Your created screensNEVER write - this is a read-only viewer!
Display comprehensive details about a single uxscii component, including metadata, ASCII template preview, and context-appropriate actions.
Search these locations in order and stop at the first match:
./fluxwing/components/[name].uxm./fluxwing/library/[name].uxm{SKILL_ROOT}/../uxscii-component-creator/templates/[name].uxmImportant: Stop searching after first match. If found in bundled templates, check if it also exists in user's project and add a note: "💡 You also have a customized version in ./fluxwing/library/"
For the matched component, read both files:
[name].uxm - JSON metadata[name].md - ASCII templatePresent component information in a clean, scannable format:
📄 PRIMARY-BUTTON
─────────────────────────────────────────────────────
📦 Source: Bundled Template
📍 Location: Component Creator Templates
⏱️ Modified: 2024-10-11 10:30:00
🔖 Version: 1.0.0
Description:
Standard clickable button with hover, focus, and disabled states
Component Details:
• Type: button
• Props: text (string), variant (string), disabled (boolean)
• States: default, hover, focus, disabled
• Accessibility: ✓ Role (button), ✓ Focusable, ✓ Keyboard (Space, Enter)
ASCII Template Preview (first 20 lines):
Default State:
▓▓▓▓▓▓▓▓▓▓▓▓
▓ {{text}} ▓
▓▓▓▓▓▓▓▓▓▓▓▓
Hover State:
░▓▓▓▓▓▓▓▓▓▓▓░
░▓ {{text}} ▓░
░▓▓▓▓▓▓▓▓▓▓░
Disabled State:
┌ ─ ─ ─ ─ ─┐
│ {{text}} │
└ ─ ─ ─ ─ ─┘
[... 1 more state]
Template has 4 states total. View full template?
─────────────────────────────────────────────────────Header Section:
Description:
metadata.description field from .uxm fileComponent Details:
type fieldpropName (type)text (string), disabled (boolean)ASCII Template Preview:
[... N more states/lines]{{variableName}}If .md template exceeds 20 lines:
[... N more states]After displaying the component, offer context-appropriate actions:
What would you like to do?
1️⃣ Copy to project library (makes it editable)
2️⃣ View full template file (all states)
3️⃣ View full metadata (complete .uxm)
4️⃣ Browse all componentsAction Details:
./fluxwing/library/What would you like to do?
1️⃣ Edit component (modify .uxm and .md)
2️⃣ View full template file (all states)
3️⃣ View full metadata (complete .uxm)
4️⃣ Delete component (manual: remove files from filesystem)
5️⃣ Browse all componentsAction Details:
To delete this component, remove these files from your filesystem:
• ./fluxwing/components/[name].uxm
• ./fluxwing/components/[name].mdWhich component would you like to view?
Example:
"Show me primary-button"
"View details for user-card"
View all available components: Ask me to "show me all components"✗ Component '[name]' not found.
Searched in:
- ./fluxwing/components/
- ./fluxwing/library/
- Bundled templates
Available components:
[List first 10 components found]
Did you mean one of these?
- primary-button
- submit-button
- user-cardFuzzy search: If component name is close to an existing component, suggest it:
✗ Component 'primry-button' not found.
Did you mean 'primary-button'?✗ Found component but couldn't read files.
Location: ./fluxwing/components/[name].uxm
Error: [specific error message]
Please check file permissions and try again.User: Show me the primary-button
Skill: 📄 PRIMARY-BUTTON
─────────────────────────────────────────────────────
📦 Source: Bundled Template
📍 Location: Component Creator Templates
Description:
Standard clickable button with hover, focus, and disabled states
Component Details:
• Type: button
• Props: text (string), variant (string), disabled (boolean)
• States: default, hover, focus, disabled
• Accessibility: ✓ Full support
[ASCII preview shown...]
What would you like to do?
1️⃣ Copy to project library
2️⃣ View full template
3️⃣ View metadata
4️⃣ Browse all componentsUser: What's in my submit-button component?
Skill: 📄 SUBMIT-BUTTON
─────────────────────────────────────────────────────
🎨 Source: Your Component
📍 Location: ./fluxwing/components/submit-button.uxm
⏱️ Modified: 2024-10-15 14:23:00
Description:
Custom submit button for forms
Component Details:
• Type: button
• Props: text (string)
• States: default
• Accessibility: ✓ Basic support
[ASCII preview shown...]
💡 Tip: Add more states with "expand submit-button with hover and disabled"{SKILL_ROOT}/docs/02-core-concepts.md for component fundamentalsYou're helping users understand their uxscii components in detail!
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.