A missing shared dependency triggers a generator that creates new Skill files
Source references: 1The prerequisite explicitly directs the agent to run `gws generate-skills` when the shared Skill is missing. This goes beyond reading existing Gmail instructions and makes persistent local files; neither the generator implementation nor its generated content is provided for review.
If the shared file is absent and the instruction is followed, the user's Skill directory will change, and the agent may then follow authentication and security rules that were not covered by this audit. The evidence does not establish what other files the generator changes or that its output is malicious.
This is an active but conditional instruction: if the shared Skill is missing, the agent is told to run `gws generate-skills`. The text says this creates at least the referenced shared Skill, so it may persist files locally. The generator implementation, output locations, and generated content are not provided, so the exact changes or maliciousness cannot be established; a user can ask the author to document the outputs or restrict write access for this command.
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.