Installation uses the mutable `@latest` tool version
Source references: 4The Skill directs installation and use of `github.com/google/wire/cmd/wire@latest` instead of a reviewed, fixed version; the same document notes that the project is archived. What resolves as “latest” later may differ from what the Skill author tested.
The installation retrieves code from the network and compiles a local tool that is then used to rewrite project source. Upstream releases, dependency changes, or a supply-chain compromise could therefore change both executed code and generated output.
Both the installation metadata and instructions use `@latest`, so separate installs may retrieve different executable code that was not pinned and validated with this Skill. The note that the project is archived does not remove this supply-chain and reproducibility risk. A user can ask for a specific tested version and verification method, and can block automatic installation or inspect the resolved version first.
- wire: `go install github.com/google/wire/cmd/wire@latest`Show 3 other places
Note: `google/wire` was archived in August 2025 (feature-complete; bug fixes still accepted).```bashgo get -tool github.com/google/wire/cmd/wire@latestgo get github.com/google/wire``` - wire install: - kind: go package: github.com/google/wire/cmd/wire@latest bins: [wire] skill-library-version: "0.7.0"