Antigravity
Install StackHawk Skills
agy plugin install https://github.com/stackhawk/agent-skills
Install hawk and hawkop
brew tap stackhawk/cli && brew install hawk hawkop Download and run the installers from docs.stackhawk.com/downloads:
- hawk — Windows MSI (includes bundled Java)
- hawkop — Windows MSI
CMD users: use PowerShell (built into Windows 10+) or WSL.
Then authenticate both CLIs:
hawk init
hawkop init
hawk init prompts for your API key (hawk.xxxxxxxxxx.xxxxxxxxxx) — get one at app.stackhawk.com → Settings → API Keys. hawkop init picks up the key automatically and prompts for your default organization.
Verify
After installation, ask agy: “What StackHawk skills do you have?” It should describe the HawkScan scanning skill and API reporting skill.
Usage
Ask agy to scan your application:
Scan my app running on localhost:8080 for security vulnerabilities
agy will generate a stackhawk.yml config if one doesn’t exist, validate it, run the scan, and present findings.
Tips
- The agent checks if your app is running and will prompt you to start it if needed
- For authenticated endpoints, describe your auth pattern and agy will configure the scan
- Use
hawk validate config stackhawk.ymlto debug config issues