Run and interpret coop's VM integration suite locally on Lima or remotely on Firecracker. Use when asked for integration testing or when guest-visible/lifecycle work needs its pre-merge gate.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add trailofbits/coop --skill integration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Integration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/trailofbits-integration)More formats (shields.io, HTML) on the badges page.
---
name: integration
description: Run and interpret coop's VM integration suite locally on Lima or remotely on Firecracker. Use when asked for integration testing or when guest-visible/lifecycle work needs its pre-merge gate.
---
# Integration
The runner is `./tests/run-integration.sh`. Empty arguments run locally on
macOS/Lima; `--remote user@host` cross-compiles and runs on Linux/Firecracker.
Other supported arguments include `--full`, `--profile LIST`, and `--name NAME`.
Confirm the requested platform and prerequisites. A single host covers only one
backend; never describe one backend as proving both. Run the suite with output
redirected to a file, narrate progress during the long run, inspect the complete
output, and report pass/fail per phase. Do not declare success unless the runner
exits zero. Quote the failing phase, clean up the output file, and state any
backend that was not run.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!