adopt-spec
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform several shell operations within the local repository:
- Checks
package.jsonfor existing dependencies. - Executes
npm install -D vigilesto add the tool as a development dependency. - Runs
npm run buildto ensure the project compiles. - Uses
npx vigiles compileandnpx vigiles lintto verify the generated specification files. - [EXTERNAL_DOWNLOADS]: The skill references external resources associated with the tool's ecosystem:
- Recommends installing the
vigilespackage from the NPM registry. - Suggests the use of a GitHub Action located at
zernie/vigiles@v1for continuous integration (CI) workflows. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill reads local project files such as
CLAUDE.md,AGENTS.md, andpackage.jsonto extract configuration rules and commands. This data remains within the local environment for processing and is not sent to external domains.
Audit Metadata