·
46 commits
to main
since this release
First Marketplace release. Reusable composite Action that runs trustabl — the static reliability/safety analyzer for agent-SDK repos (Claude Agent SDK, OpenAI Agents SDK, Google ADK, MCP) — against any repository and gates the pipeline on readiness, risk, or severity thresholds.
⚠️ 0.x pre-stable. Pin to@v0.1.0(not a sliding@v0). Minor bumps may carry breaking changes until 1.0.0.
Quick start
name: Trustabl
on: [push, pull_request]
permissions:
contents: read
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: trustabl/actions@v0.1.0
**Full Changelog**: https://github.com/trustabl/actions/commits/v0.1.0