-
Notifications
You must be signed in to change notification settings - Fork 1
Trustabl Agent scanner #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
joshua-trustabl
wants to merge
1
commit into
ElderEvil:master
Choose a base branch
from
joshua-trustabl:add-trustabl-action
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| name: Trustabl | ||
| on: | ||
| push: | ||
| branches: [master] | ||
| pull_request: | ||
|
|
||
| permissions: | ||
| contents: read | ||
| security-events: write | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| scan: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: trustabl/trustabl-action@v0 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: ElderEvil/falloutProject
Length of output: 19631
🌐 Web query:
trustabltrustabl-action v0 with version latest input documentation💡 Result:
Trustabl-action is a GitHub Action designed to run the Trustabl static reliability and safety analyzer for AI agent SDKs (such as Claude, OpenAI, Google ADK, and LangChain) [1][2]. It is the recommended, primary method for integrating Trustabl scans into GitHub Actions workflows [3][4][5]. Regarding the versioning: While some documentation references v0 [2], the current authoritative usage examples in active repositories frequently point to
@v1[6][7]. It is recommended to check the official repository for the most stable tag or branch, as the action is designed to be the single source of truth for GitHub-based CI workflows [3][4]. Key features and documentation details for the action include: - SARIF Integration: It natively supports uploading results to the GitHub Security tab, defaulting to true [3][2]. - Configuration: It accepts various inputs for customization, including sarif-file, json-file, upload-artifact, and github-token [2]. - Workflow: For environments outside GitHub Actions, the underlying Trustabl CLI is used with --format sarif --output to produce reports for other tools [3][5]. For the most up-to-date configuration, refer directly to the trustabl/trustabl-action GitHub repository.Citations:
🌐 Web query:
actions/checkout releases v4 latest💡 Result:
As of July 31, 2026, the latest release for the v4 major branch of actions/checkout is v4.4.0, which was published on July 20, 2026 [1]. You can reference this specific release in your GitHub Actions workflow using the tag v4.4.0 (e.g., uses: actions/checkout@v4.4.0) [1]. If you prefer to stay on the latest v4 minor/patch updates automatically, you can use the v4 branch reference (e.g., uses: actions/checkout@v4), which is maintained to point to the latest v4 release [2][3]. Note that the actions/checkout repository has also released major versions beyond v4 (up to v7 as of this date) [4][5].
Citations:
Pin the workflow actions to full-length commit SHAs.
security-events: writeandpull-requests: writegrant code- and artifact-writing permissions toactions/checkout@v4andtrustabl/trustabl-action@v0. These are mutable tag references, so each job can change to unreviewed code without a workflow diff. Use pinned full-length commit SHAs for bothusesentries, or a non-moving released tag only if both repositories support it.🧰 Tools
🪛 zizmor (1.28.0)
[warning] 16-16: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false
(artipacked)
🤖 Prompt for AI Agents