design-system — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited design-system (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.
Turn high-level system requirements into a workspace of independent Trabuco services, each with its own module selection.
If only ONE service will own the domain, use /trabuco:new-project instead.
trabuco-architect subagent if it's available — it loads the design_microservices MCP prompt which encodes Trabuco's boundaries doctrine.mcp__trabuco__design_system with the user's requirements. It returns a proposed decomposition (services, their modules, inter-service communication patterns).Surface decomposition tensions honestly: if two services would share entities heavily, flag it and ask the user whether to merge them.
design_system with adjusted requirements, or manually adjust the proposed config.mcp__trabuco__generate_workspace with the approved design. This creates a workspace root + per-service directories, each a full Trabuco project.mvn clean install at the workspace root, or per-service), and how the A2A agent cards discover each other if AIAgent modules are involved. Auth across services: every service whose module list includes API or AIAgent gets dormant OIDC Resource Server scaffolding. For consistent cross-service identity, point all services at the same OIDC_ISSUER_URI (one IdP, multiple resource servers) and flip trabuco.auth.enabled=true when ready. The same IdentityClaims shape lives in each service's Model module so token claims propagate cleanly via headers / event payloads. Full guide: docs/auth.md.generate_workspace and toward /trabuco:new-project with multiple modules instead.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.