A missing dependency triggers instructions to generate Skill files
Source references: 1If `../gws-shared/SKILL.md` is absent, the Skill directs the agent to run `gws generate-skills`. This is not directly necessary to read a spreadsheet and would generate local Skill files whose location and contents are not supplied for this audit.
The command may create or update persistent local files. The provided material does not establish the exact targets, whether existing files can be overwritten, or what instructions will be generated.
The line does instruct running `gws generate-skills` when the shared prerequisite is missing, which may create local files. However, this is a conditional, manually invoked setup step—not behavior automatically triggered by the read command. Because the `gws` implementation, output paths, generated contents, and shared skill are not provided, it is unclear whether it only creates required documentation or makes broader-than-expected file changes. Before allowing it, the user can ask for the exact output manifest and restrict writable locations.
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.