system-architecture
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it ingests untrusted data from files such as
spec.mdandproduct-context.mdduring the orchestration process. - Ingestion points:
SKILL.md(consumes field) and various agent prompts includingagents/api-agent.mdandagents/schema-agent.md. - Boundary markers: The agents utilize a strict
Input ContractandOutput Contractdefined inagents/_template.mdto maintain scope. - Capability inventory: The skill has no execution capabilities (no tool usage, shell execution, or network calls); it only produces markdown documentation in
.agents/system-architecture.md. - Sanitization: A specialized
critic-agent.mdperforms internal consistency checks and quality gate reviews to ensure the generated architecture aligns with specified requirements. - [DATA_EXPOSURE]: The reference file
references/deployment-patterns.mdcontains example environment variable templates (e.g.,CLERK_SECRET_KEY=sk_...,STRIPE_SECRET_KEY=sk_...). These are identified as illustrative placeholders for developer guidance rather than actual hardcoded credentials.
Audit Metadata