msoedov/agentic_security
Agentic LLM Vulnerability Scanner / AI red teaming kit 🧪
📋 What's Changed
- build(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in https://github.com/msoedov/agentic_security/pull/229
- build(deps): bump on-headers and compression in /ui by @dependabot[bot] in https://github.com/msoedov/agentic_security/pull/238
- logging added for mcp client operations by @Davda-James in https://github.com/msoedov/agentic_security/pull/252
- Poc concurrency reporting, general improvements by @msoedov in https://github.com/msoedov/agentic_security/pull/275
- Feat/research enhancements by @msoedov in https://github.com/msoedov/agentic_security/pull/276
- feat: add full event log export for all scan events by @niveshdandyan in https://github.com/msoedov/agentic_security/pull/277
- feat(datasets): support Google Sheets URLs in dataset loader by @ykd007 in https://github.com/msoedov/agentic_security/pull/290
- feat: add PII leak detector by @Dawn-Fighter in https://github.com/msoedov/agentic_security/pull/291
- + 8 more
✨ New Contributors
- @msoedov made their first contribution in https://github.com/msoedov/agentic_security/pull/275
- @niveshdandyan made their first contribution in https://github.com/msoedov/agentic_security/pull/277
- @ykd007 made their first contribution in https://github.com/msoedov/agentic_security/pull/290
- @Dawn-Fighter made their first contribution in https://github.com/msoedov/agentic_security/pull/291
- @Carlos-Projects made their first contribution in https://github.com/msoedov/agentic_security/pull/302
- @zhanz5 made their first contribution in https://github.com/msoedov/agentic_security/pull/304
- @JackSpiece made their first contribution in https://github.com/msoedov/agentic_security/pull/300
- @RheagalFire made their first contribution in https://github.com/msoedov/agentic_security/pull/299
- + 1 more
**Full Changelog**: https://github.com/msoedov/agentic_security/compare/0.7.3...0.7.4
📋 What's Changed
- Fixed the Dockerfile error of setuptools and wheel by @Davda-James in https://github.com/msoedov/agentic_security/pull/215
- build(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /ui by @dependabot in https://github.com/msoedov/agentic_security/pull/220
- refactor: standardize CSV loading from ./datasets and improve robustness by @Mundi-Xu in https://github.com/msoedov/agentic_security/pull/224
- Add MseeP.ai badge by @lwsinclair in https://github.com/msoedov/agentic_security/pull/223
✨ New Contributors
- @Davda-James made their first contribution in https://github.com/msoedov/agentic_security/pull/215
- @Mundi-Xu made their first contribution in https://github.com/msoedov/agentic_security/pull/224
- @lwsinclair made their first contribution in https://github.com/msoedov/agentic_security/pull/223
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.7.2...0.7.3
📋 What's Changed
- Fixed issues 191 195 by @sjay8 in https://github.com/msoedov/agentic_security/pull/213
📋 Changes since 0.7.1
- feat(add mcp to deps): by Alexander Myasoedov, @msoedov
- fix(simplify tests): by Alexander Myasoedov, @msoedov
- fix(test vars): by Alexander Myasoedov, @msoedov
- fix(pc): by Alexander Myasoedov, @msoedov
- Fixed issues 191 195 by sjay8, @jayaswal
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.7.1...0.7.2
📋 What's Changed
- build(deps-dev): bump inline-snapshot from 0.20.3 to 0.20.5 by @dependabot in https://github.com/msoedov/agentic_security/pull/181
- Add missing documentation in fuzzer.py by @nemanjaASE in https://github.com/msoedov/agentic_security/pull/182
- Remove hardcoded values from fuzzer.py by @nemanjaASE in https://github.com/msoedov/agentic_security/pull/183
- Add missing error handling in main.js (acceptConsent) by @nemanjaASE in https://github.com/msoedov/agentic_security/pull/184
- build(deps-dev): bump inline-snapshot from 0.20.5 to 0.20.6 by @dependabot in https://github.com/msoedov/agentic_security/pull/185
- build(deps): bump datasets from 3.3.2 to 3.4.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/186
- build(deps-dev): bump huggingface-hub from 0.28.1 to 0.29.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/177
- Add error handling in main.js (verifyIntegration) by @nemanjaASE in https://github.com/msoedov/agentic_security/pull/187
- + 7 more
✨ New Contributors
- @DevGajjar28 made their first contribution in https://github.com/msoedov/agentic_security/pull/190
- @ikhanganin made their first contribution in https://github.com/msoedov/agentic_security/pull/202
- @superpoussin22 made their first contribution in https://github.com/msoedov/agentic_security/pull/204
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.7.0...0.7.1
📋 Full Changes since 0.7.0
- feat(bump version): by Alexander Myasoedov, @msoedov
- fix(handling InvalidHTTPSpecError): by Alexander Myasoedov, @msoedov
- fix(Level: Error/Cannot read properties of undefined (reading 'contains')): by Alexander Myasoedov, @msoedov
- fix(pc): by Alexander Myasoedov, @msoedov
- fix(tests): by Alexander Myasoedov, @msoedov
- feat(update poetry version): by Alexander Myasoedov, @msoedov
- build(deps-dev): bump pre-commit from 4.1.0 to 4.2.0 by dependabot[bot], @49699333+dependabot[bot]
- build(deps): bump orjson from 3.10.15 to 3.10.16 by dependabot[bot], @49699333+dependabot[bot]
- + 41 more
📋 What's Changed
- fix(clean up): by Alexander Myasoedov, @msoedov
- Add missing documentation in report_chart.py by nemanjaASE, @93867316+nemanjaASE
- fix(link): by Alexander Myasoedov, @msoedov
- feat(add demo gif): by Alexander Myasoedov, @msoedov
- Fix error handling by nemanjaASE, @93867316+nemanjaASE
- feat(add gif to repo): by Alexander Myasoedov, @msoedov
- fix(link): by Alexander Myasoedov, @msoedov
- build(deps): bump datasets from 3.3.0 to 3.3.2 by dependabot[bot], @49699333+dependabot[bot]
- + 34 more
✨ New Contributors
- @dogakantarci made their first contribution in https://github.com/msoedov/agentic_security/pull/159
- @nemanjaASE made their first contribution in https://github.com/msoedov/agentic_security/pull/162
- @sjay8 made their first contribution in https://github.com/msoedov/agentic_security/pull/171
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.6.0...0.7.0
📋 Changes since 0.5.1
- feat(bump version): by Alexander Myasoedov, @msoedov
- build(deps): bump numpy from 2.2.2 to 2.2.3 by dependabot[bot], @49699333+dependabot[bot]
- build(deps-dev): bump mkdocstrings from 0.28.1 to 0.28.2 by dependabot[bot], @49699333+dependabot[bot]
- build(deps-dev): bump pytest from 8.3.4 to 8.3.5 by dependabot[bot], @49699333+dependabot[bot]
- build(deps): bump jinja2 from 3.1.5 to 3.1.6 by dependabot[bot], @49699333+dependabot[bot]
- feat(update docs): by Alexander Myasoedov, @msoedov
- fix(icon): by Alexander Myasoedov, @msoedov
- build(deps): bump matplotlib from 3.10.0 to 3.10.1 by dependabot[bot], @49699333+dependabot[bot]
- + 48 more
✨ New Contributors
- @maystrenk0 made their first contribution in https://github.com/msoedov/agentic_security/pull/136
- @arvinnick made their first contribution in https://github.com/msoedov/agentic_security/pull/140
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.5.1...0.6.0
📋 Changes
- feat(fix linter): by Alexander Myasoedov, @msoedov
- fix(typo): by Alexander Myasoedov, @msoedov
- fix(fmt): by Alexander Myasoedov, @msoedov
- fix(empty value in secret expansion): by Alexander Myasoedov, @msoedov
- fix(linter): by Alexander Myasoedov, @msoedov
- feat(bump 0.5.0): by Alexander Myasoedov, @msoedov
- feat(add $VAR expansion from config): by Alexander Myasoedov, @msoedov
- fix(disable logging): by Alexander Myasoedov, @msoedov
- + 35 more
📋 Changes
- feat(Bump version): by Alexander Myasoedov, @msoedov
- feat(add changelog sh): by Alexander Myasoedov, @msoedov
- feat(update fast api): by Alexander Myasoedov, @msoedov
- feat(update deps): by Alexander Myasoedov, @msoedov
- build(deps-dev): bump mkdocstrings from 0.27.0 to 0.28.1 by dependabot[bot], @49699333+dependabot[bot]
- feat(Add discord link): by Alexander Myasoedov, @msoedov
- fix(tests): by Alexander Myasoedov, @msoedov
- feat(add scan-csv api route): by Alexander Myasoedov, @msoedov
- + 13 more
📋 What's Changed
- build(deps-dev): bump huggingface-hub from 0.25.1 to 0.27.1 by @dependabot in https://github.com/msoedov/agentic_security/pull/96
- Add Module class documentation and interface example by @Praveenk8051 in https://github.com/msoedov/agentic_security/pull/98
- build(deps-dev): bump inline-snapshot from 0.18.1 to 0.19.3 by @dependabot in https://github.com/msoedov/agentic_security/pull/97
- build(deps): bump datasets from 3.0.1 to 3.2.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/65
- build(deps): bump fastapi from 0.115.6 to 0.115.7 by @dependabot in https://github.com/msoedov/agentic_security/pull/107
- build(deps-dev): bump mkdocs-material from 9.5.49 to 9.5.50 by @dependabot in https://github.com/msoedov/agentic_security/pull/106
- feat(operator): enhance OperatorToolBox with AgentSpecification for better validation and configuration by @Praveenk8051 in https://github.com/msoedov/agentic_security/pull/108
- build(deps-dev): bump pre-commit from 4.0.1 to 4.1.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/109
- + 10 more
✨ New Contributors
- @Praveenk8051 made their first contribution in https://github.com/msoedov/agentic_security/pull/98
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.4.3...0.4.4
📋 What's Changed
- build(deps-dev): bump virtualenv from 20.26.3 to 20.26.6 by @dependabot in https://github.com/msoedov/agentic_security/pull/71
- docker added by @fardin-developer in https://github.com/msoedov/agentic_security/pull/91
- build(deps): bump numpy from 2.1.2 to 2.2.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/92
- build(deps-dev): bump mypy from 1.13.0 to 1.14.1 by @dependabot in https://github.com/msoedov/agentic_security/pull/93
- build(deps): bump scikit-learn from 1.5.2 to 1.6.1 by @dependabot in https://github.com/msoedov/agentic_security/pull/94
✨ New Contributors
- @fardin-developer made their first contribution in https://github.com/msoedov/agentic_security/pull/91
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.4.2...0.4.3
📋 What's Changed
- feat(fix poetry script):
- feat(update actions):
- feat(add rich):
- feat(Update readme):
- feat(add ls table):
- feat(add ds):
- feat(add form highlight):
- fix(improts):
- + 61 more
📋 What's Changed
- build(deps): bump tqdm from 4.66.3 to 4.66.5 by @dependabot in https://github.com/msoedov/agentic_security/pull/42
- build(deps): bump pandas from 2.2.2 to 2.2.3 by @dependabot in https://github.com/msoedov/agentic_security/pull/51
- build(deps-dev): bump mypy from 1.12.0 to 1.13.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/53
- build(deps): bump scikit-learn from 1.5.1 to 1.5.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/54
- build(deps): bump numpy from 1.26.4 to 2.1.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/55
- build(deps): bump starlette from 0.38.2 to 0.40.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/50
- build(deps): bump httpx from 0.27.0 to 0.27.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/57
- build(deps): bump aiohttp from 3.10.3 to 3.10.11 by @dependabot in https://github.com/msoedov/agentic_security/pull/62
- + 1 more
**Full Changelog**: https://github.com/msoedov/agentic_security/compare/0.2.5...0.2.6
**Full Changelog**: https://github.com/msoedov/agentic_security/compare/0.2.3...0.2.4
📋 What's Changed
- build(deps): bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in https://github.com/msoedov/agentic_security/pull/28
- build(deps-dev): bump zipp from 3.18.1 to 3.19.1 by @dependabot in https://github.com/msoedov/agentic_security/pull/40
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.1.7...0.2.0
📋 What's Changed
- build(deps): bump fire from 0.5.0 to 0.6.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/20
- build(deps-dev): bump inline-snapshot from 0.8.2 to 0.9.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/29
- build(deps-dev): bump pre-commit from 3.7.0 to 3.7.1 by @dependabot in https://github.com/msoedov/agentic_security/pull/30
- Update Readme.md to fix broken link by @BtrYrSlf in https://github.com/msoedov/agentic_security/pull/37
- build(deps): bump tqdm from 4.66.2 to 4.66.3 by @dependabot in https://github.com/msoedov/agentic_security/pull/25
- build(deps): bump requests from 2.31.0 to 2.32.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/32
✨ New Contributors
- @BtrYrSlf made their first contribution in https://github.com/msoedov/agentic_security/pull/37
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.1.4...0.1.7
📋 What's Changed
- build(deps): bump fastapi from 0.110.2 to 0.110.3 by @dependabot in https://github.com/msoedov/agentic_security/pull/23
- build(deps): bump fastapi from 0.110.3 to 0.111.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/24
- build(deps): bump tabulate from 0.8.10 to 0.9.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/22
- build(deps-dev): bump pytest from 8.1.2 to 8.2.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/21
- Full Changelog: https://github.com/msoedov/agentic_security/compare/0.1.1...0.1.4
📋 What's Changed
- build(deps): bump fastapi from 0.104.1 to 0.109.1 by @dependabot in https://github.com/msoedov/agentic_security/pull/1
- build(deps): bump httpx from 0.25.2 to 0.27.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/3
- build(deps): bump fastapi from 0.104.1 to 0.110.1 by @dependabot in https://github.com/msoedov/agentic_security/pull/4
- build(deps): bump uvicorn from 0.23.2 to 0.29.0 by @dependabot in https://github.com/msoedov/agentic_security/pull/8
- build(deps-dev): bump black from 23.12.1 to 24.4.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/12
- build(deps): bump pandas from 1.5.3 to 2.2.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/7
- build(deps-dev): bump pytest from 7.4.4 to 8.1.2 by @dependabot in https://github.com/msoedov/agentic_security/pull/13
✨ New Contributors
- @dependabot made their first contribution in https://github.com/msoedov/agentic_security/pull/1
- Full Changelog: https://github.com/msoedov/agentic_security/commits/0.1.1
