Generate hermetic tests that capture how one target repository calls one dependency. Reads the pre-computed usage surface, the dependency's public-API outline, and the target's history of compatibility fixes, and writes test files that mirror the exact call…
alpha-omega-security/hyrum
SkillsMP has collected 4 skills from alpha-omega-security/hyrum. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 10
- GitHub forks
- 1
Skills in this repository
Showing 4 of 4 collected skills.
Mine the target's git history and the dependency's changelog and advisory record for past compatibility fixes. Produces breaks.json listing symbols that changed behaviour and the evidence for each.
Follow a target's usage of one dependency from the static entry points to the actual API calls made on instances, options bags, and passed-around values. Produces the enriched surface that hyrum-generate turns into tests.
Classify each generated test after a version-matrix run. For tests that fail on the latest dependency version but pass on the baseline, decide whether the failure is a real behaviour change the target depends on, an over-specific assertion pinning something…