Add aicaudit (Python SAST: taint paths + evidence-grounded AI verdicts) - #1894
Closed
IhateStomachProblems wants to merge 1 commit into
Closed
IhateStomachProblems wants to merge 1 commit into
IhateStomachProblems wants to merge 1 commit into
Conversation
Contributing criteria check[FAIL]
|
| Criterion | Result |
|---|---|
| Stars (min 20) | fail 0 stars (minimum is 20) |
| Contributors (min 2) | fail 1 contributor(s) (minimum is 2) |
| Age (min 6 months) | fail created 33 days ago, needs 150 more days to meet the 6-month minimum |
One or more tools do not meet the contributing criteria yet, or a criterion could not be verified. We will keep this PR open. Feel free to update it once the thresholds are met.
Contributing criteria check[FAIL]
|
| Criterion | Result |
|---|---|
| Stars (min 20) | fail 0 stars (minimum is 20) |
| Contributors (min 2) | fail 1 contributor(s) (minimum is 2) |
| Age (min 6 months) | fail created 35 days ago, needs 148 more days to meet the 6-month minimum |
Thank you for sharing your tool! One or more tools do not yet meet the contribution criteria, as shown above, so we are closing this pull request.
You are welcome to submit a new pull request once all criteria are met. Thank you for your contribution!
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds aicaudit (MIT,
pip install aicaudit).input()/os.environ) to sinks across function boundaries and proves constants safe, eliminating classic false-positive classes. Optional AI verification is evidence-grounded (the LLM sees the full function + traced path) and fail-safe (three-state verdicts, never auto-confirms).data/tools/*.ymlschema (checked tags againstdata/tags.yml: python, security, uses-llm).Happy to adjust tags/description per maintainer preferences.