feat: --ci flag, 3 new security checks, security-scan workflow - #2
Open
xlyoung wants to merge 1 commit into
Open
feat: --ci flag, 3 new security checks, security-scan workflow#2xlyoung wants to merge 1 commit into
xlyoung wants to merge 1 commit into
Conversation
- Add --ci flag to 'scan' command: JSON output + exit code for CI/CD - Add unsafe deserialization detection (pickle, yaml.load, marshal, shelve, jsonpickle) - Add dynamic import detection (__import__, importlib, require with user input) - Add log injection detection (user input in log statements) - Create .github/workflows/security-scan.yml for easy CI integration - Improve mcp-scan-action.yml with --ci flag and fail_on_high option - Add 17 new unit tests for scanner checks - Update README: CI/CD integration section, 12 engines - Update CHANGELOG - All 78 tests passing
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.
Summary
--ciflag toscancommand for CI/CD pipelines (JSON output + exit codes)security-scan.ymlGitHub Action workflowmcp-scan-action.ymlwith--ciflag andfail_on_highoptionNew Security Checks (12 engines, up from 9)