mcp-wallfacer
Version updated for https://github.com/lacausecrypto/mcp-wallfacer to version v0.8.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The mcp-wallfacer GitHub Action performs runtime fuzzing and invariant testing on MCP servers to identify issues such as crashes, hangs, schema violations, prompt injection, race conditions, and state leaks before deployment. It automates testing by generating adversarial inputs, validating responses against declarative invariants, and stress-testing for concurrency and state consistency. This action complements static code analysis by focusing on the server’s runtime behavior, providing detailed, reproducible JSON reports for easier debugging and integration into CI workflows.
What’s Changed
- fix(ci): typos was tripping on the v0.8.1 changelog (7c96bc7)
- release: v0.8.1 (d814316)
- docs(readme): bump action version pins from v0.6.0 to v0.8.0 (5440be6)
- release: v0.8.0 (08037f0)
- docs(readme): mark v0.7 as shipped + propose v0.8 roadmap (394f92a)
- release: v0.7.0 (77d5698)
- docs(readme): bump action version to v0.6.0 + extend roadmap (9febc7d)
- fix(clippy): replace sort_by with sort_by_key in fuzz_corpus (e420638)
- release: v0.6.0 (4c42183)
- release: v0.5.0 (b6b8ba6)