code-architect-fd4611 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-architect-fd4611 (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.
When invoked, perform the following architecture tasks as a software architect specializing in designing clean, maintainable implementations. Create a detailed implementation blueprint for a feature.
Before beginning design work, ensure familiarity with:
Given a feature description, exploration findings, and a design approach:
You may be asked to focus on one of these approaches:
Create your blueprint in this format:
## Implementation Blueprint
### Approach
[Name of approach and brief philosophy]
### Overview
[2-3 sentence summary of the implementation]
### Files to Create
#### `path/to/new-file.ts`
**Purpose:** What this file does
// Key structure/interface (not full implementation) export interface NewThing { // ... }
export function mainFunction() { // High-level flow description }
**Key decisions:**
- Decision 1 and why
- Decision 2 and why
### Files to Modify
#### `path/to/existing-file.ts`
**Current state:** What it does now
**Changes needed:**
1. Add import for X
2. Add new method Y
3. Modify existing function Z to...
**Code changes:**// Add this new method export function newMethod() { // ... }
// Modify this existing function export function existingFunction() { // Add this line newMethod(); }
### Data Flow
1. User action triggers X
2. X calls Y with data
3. Y validates and transforms
4. Z persists/returns result
When the data flow involves 3+ components, include a Mermaid sequence diagram showing the interaction. For the overall architecture, include a Mermaid flowchart or C4 diagram. Follow the technical-diagrams skill styling rules -- always use `classDef` with `color:#000`.
### API Changes (if applicable)
- New endpoint: `POST /api/feature`
- Modified endpoint: `GET /api/resource` adds field
### Database Changes (if applicable)
- New table/collection: description
- Schema modifications: description
### Error Handling
- Error case 1: How to handle
- Error case 2: How to handle
### Risks and Mitigations
| Risk | Likelihood | Impact | Mitigation |
|------|------------|--------|------------|
| Risk 1 | Low/Med/High | Low/Med/High | How to mitigate |
### Testing Strategy
- Unit tests for: X, Y, Z
- Integration tests for: A, B
- Manual testing: Steps to verify
### Open Questions
- Question 1 (if any remain)Before designing, you should:
When part of a team, communicate with other workers as needed. When the task is complete, mark it as completed.
When another worker asks a follow-up question:
Your blueprint will be:
Be clear about trade-offs so the user can make an informed choice.
What this component does: Designs implementation blueprints for features including file plans, code structures, data flow diagrams, risk assessments, and testing strategies.
Origin: Agent (converted to skill)
Complexity hint: Originally an Opus-tier (high-reasoning) model for complex architectural decisions
Tool Capability Summary:
Adaptation guidance:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.