A missing shared prerequisite triggers a generator that can write local files
Source references: 2The live prerequisite directs the agent to read `../gws-shared/SKILL.md` outside this package and, if absent, run `gws generate-skills`. The supplied material does not state which files that command creates or overwrites, so this audit cannot verify its write scope or generated instructions.
If the shared file is absent and the agent complies, local Skill files may be created or updated. An untrusted installed `gws` binary or generated payload could also introduce unaudited instructions into later Drive operations.
This is a live prerequisite: if the shared file is missing, it directs the agent to run a generation command that may write local files. However, the supplied source does not show the implementation, destination, or overwrite behavior of `gws generate-skills`, so the write scope and risk to existing files cannot be confirmed. A user can ask for a generated-file manifest and restrict the command to an isolated directory.
This assessment concerns the code and conditions shown, not proof that harm has occurred. category: "productivity" requires: bins: - gws cliHelp: "gws drive --help"---Show 1 other places
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.