Architecture Research
PassAudited by ClawScan on Feb 25, 2026.
Overview
The skill's instructions and requirements are consistent with its stated purpose (researching a codebase and producing ELK diagrams), but it omits explicit notes about some runtime tooling and indirect installs the workflow requires.
This skill appears to do what it says: read a repo, gather context, and produce ELK diagrams rendered to SVG. Before installing or running it, note that: (1) rendering diagrams requires installing the separate 'diagrams' skill and Node/elkjs packages — those installs will fetch third-party code; (2) the SKILL.md will have the agent read repository source and write files to disk, so avoid running it on private/sensitive repos unless you trust the environment; (3) review the diagrams skill and the render scripts (they're the code that will run) before granting execution rights. If you need strict isolation, run the rendering steps in a sandbox or CI job you control. If you want this to be stricter, ask the skill author to declare required binaries (e.g., node) and to list exact install commands and the diagrams skill repository URL.
