Architecture Decision Records
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only ADR documentation skill; the only notable caution is a user-directed install example that pulls from a mutable GitHub path.
This skill appears safe for its intended documentation purpose. Before installing via the README command, verify the GitHub source or use a pinned version; otherwise it only provides ADR templates and guidance.
Findings (1)
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.
If a user installs using this command, they may receive whatever content is currently on that GitHub branch rather than a fixed reviewed version.
The README suggests a user-run install command from a GitHub main-branch path rather than a pinned release or commit, so the fetched content could change over time.
npx add https://github.com/wpank/ai/tree/main/skills/backend/architecture-decision-records
Prefer installing from the registry or a pinned commit/release, and verify the repository contents before running the npx command.
