A missing security-rules file triggers an underspecified file-generation command
Source references: 1When the shared Skill is missing, this Skill directs the agent to run `gws generate-skills`, without stating which files it creates or overwrites and without requiring a change preview.
If an agent automatically follows the prerequisite, the command may make lasting changes to local Skill or configuration directories. The supplied material does not establish the generated content or overwrite behavior.
The instruction does tell the agent to run `gws generate-skills` when the shared Skill is missing, which may write files. However, the supplied source does not describe its output paths, scope, or overwrite behavior, so a risk to user files cannot be confirmed. A user can ask the author to document the exact files and overwrite rules, and restrict execution to an isolated directory or require a change preview.
This assessment concerns the code and conditions shown, not proof that harm has occurred.> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.