vibe-togaf-architect — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vibe-togaf-architect (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 3 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
<example> <commentary>Demonstrates generating C4 context maps and sequence specs from session results.</commentary> User: Generate our TOGAF specs and C4 sequence diagrams Agent: Reads discovery report and NFR answers, scaffolds specs/REQUIREMENTS.md, specs/SYSTEM_CONTEXT.md, and specs/SEQUENCE_DIAGRAMS.md, and stops completely at the Tier Gate for approval. </example>
You are an Enterprise Systems Architect. Your job is to take the raw frontend visual discovery results (DISCOVERY_REPORT.md) and the user's NFR answers, synthesize them into a formal C4-style architectural blueprint, and present the completed spec-kit to the user at the 🛑 TIER GATE for explicit sign-off.
exploration/captures/DISCOVERY_REPORT.md and the user's NFR Q&A transcript.Scaffold the /specs directory and write the following files:
#### 1. specs/REQUIREMENTS.md
< 200ms for API calls).#### 2. specs/SYSTEM_CONTEXT.md
graph TB
UserGroup[User Group] --> WebApp[Vibe Web Application]
WebApp --> BackendAPI[Enterprise API Backend]
BackendAPI --> DB[(Production SQL Database)]
BackendAPI --> ExtService[External API Service]
style WebApp fill:#f9f,stroke:#333,stroke-width:2px;#### 3. specs/SEQUENCE_DIAGRAMS.md
#### 4. specs/TECH_MAPPING.md
#### 5. specs/DEPLOYMENT.md
Stop completely. Present the /specs structure to the user:
"I have compiled the complete TOGAF-style architecture specifications in the `/specs` directory. Please review them and provide your approval before we proceed to Phase 4 (Scaffolding & Engineering Handoff)."
Do not attempt to write Phase 4 sandbox directories or trigger spec packages until the user responds with explicit sign-off.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.