Agent Architecture Designer

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may try to create prototype files, run commands, start containers, or touch test databases/queues while validating architecture choices.

Why it was flagged

The skill tells the agent to perform practical validation using file edits, commands, containers, databases, and message queues. This is aligned with architecture validation, but it can affect the local workspace or test services if not scoped.

Skill content
Original tools: `Read, Write, Edit, Bash...` ... `Microservices | Build containers` ... `Database | Create tables, run EXPLAIN ANALYZE`
Recommendation

Use this skill in a dedicated project or sandbox, and require explicit approval before running load tests, Docker/container actions, database changes, or message-queue operations.

What this means

The reviewed skill itself is instruction-only, but any referenced local skill or imported source may contain additional instructions not shown here.

Why it was flagged

The skill is an imported prompt and references a local source file plus another local skill that is not included in the provided artifact set. This is a provenance/context note rather than evidence of malicious behavior.

Skill content
Source file: `/home/nguyenngoctrivi.claude/agents/architecture-designer.md` ... `~/.claude/skills/architecture-patterns/SKILL.md`
Recommendation

If the referenced architecture-patterns skill or original source file is present, review it separately before relying on it for decisions or command-running workflows.