architecture-diagram
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Project Configuration Analysis: The skill analyzes various build and configuration files, such as
pom.xml,package.json, and.env, to identify frameworks and external service integrations. This access is a standard requirement for its primary function of architectural discovery. - Automated Documentation Generation: The skill is designed to write its analysis results to a specific location within the project directory (
.github/modernize/assessment/engines/facts/architecture-diagram.md). This localized file system operation is intended to provide persistent documentation for the user. - Indirect Prompt Injection Surface: As an analysis tool, the skill ingests untrusted project data (source code and component names) to generate its output. While this is necessary for its functionality, users should be aware that the resulting documentation reflects the content found within the analyzed project workspace.
- Workspace Path Ingestion: The skill accepts an optional
workspace-pathparameter to define the scope of analysis. This allows the agent to target specific directories for architectural review as directed by the user.
Audit Metadata