Skip to content

Add Trustabl Agent Scanner to CI - #61

Merged
Therealdk8890 merged 4 commits into
Therealdk8890:mainfrom
kathrina-trustabl:add-trustabl-action
Aug 18, 2026
Merged

Add Trustabl Agent Scanner to CI#61
Therealdk8890 merged 4 commits into
Therealdk8890:mainfrom
kathrina-trustabl:add-trustabl-action

Conversation

@kathrina-trustabl

Copy link
Copy Markdown
Contributor

We came across your repo and we like how you are developing a local-first regression and provenance SDK for AI agents to record behavior and detect reasoning drift. We scanned the repo, and noticed agent runtime reliability findings that might be worth reviewing.

  1. [LOW] CrewAI agent has no explicit max_iter limit
    File: tests/integrations/test_crewai.py
    What it means: This Agent sets no explicit max_iter, so it falls back to CrewAI's default iteration cap (documented as 20).

Recommendations are based on our understanding of agent runtime reliability, some findings may be intentional. Please let us know if this was intentional or if our findings are helpful so we can improve the accuracy of the scanner.

Best,
Trustabl.ai
Open-source AI agent reliability scanner (runs locally, GitHub Action)

@Therealdk8890

Copy link
Copy Markdown
Owner

Thanks for the PR and for flagging this. The max_iter finding was useful. This is an offline CrewAI integration test, but explicitly bounding the iterations makes the test more deterministic, so I added max_iter=2.

I also made a few hardening changes to the proposed workflow: explicitly disabled Trustabl telemetry, removed the unnecessary pull-requests: write permission, disabled PR comments/artifact uploads, and kept SARIF reporting enabled.

I appreciate you taking the time to scan the project and open the contribution.

@Therealdk8890
Therealdk8890 merged commit 1b1ab97 into Therealdk8890:main Aug 18, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants