Alexander Myasoedov
d2bbad32b4
fix(fmt):
2026-05-27 22:05:37 +03:00
Alexander Myasoedov and GitHub
40e59860c0
Merge pull request #302 from Carlos-Projects/main
...
fix: strip Content-Length and make hardcoded values configurable (closes #139 , #167 )
2026-05-27 22:00:20 +03:00
Alexander Myasoedov and GitHub
2aabcef414
Merge pull request #291 from Dawn-Fighter/feat/pii-leak-detector
...
feat: add PII leak detector
2026-05-14 20:25:09 +03:00
Alexander Myasoedov
2896974005
fix(pc):
2026-05-14 19:23:22 +03:00
Alexander Myasoedov and GitHub
e38365c904
Merge pull request #290 from ykd007/feat/google-sheets-dataset-support
...
feat(datasets): support Google Sheets URLs in dataset loader
2026-05-14 19:20:49 +03:00
Alexander Myasoedov
669169bd11
feat(vercel):
2026-05-14 19:19:44 +03:00
Alexander Myasoedov
cb64a3b70c
fix(script):
2026-05-14 19:16:51 +03:00
Alexander Myasoedov
e2bf837e00
fix(docs):
2026-05-14 19:15:12 +03:00
Alexander Myasoedov
0fba1ccadf
feat(docs/vercel.sh):
2026-05-14 19:14:09 +03:00
Alexander Myasoedov
d5cd85f8cb
fix(ci):
2026-05-14 19:08:40 +03:00
Alexander Myasoedov
695eac4144
fix(build):
2026-05-14 19:04:16 +03:00
Alexander Myasoedov
50785b9850
fix(pc):
2026-05-14 18:59:37 +03:00
Alexander Myasoedov
a0b2b9ec70
feat(py upgrade):
2026-05-14 18:56:24 +03:00
Alexander Myasoedov
46ec775266
feat(deprecate ui):
2026-05-14 18:40:27 +03:00
Alexander Myasoedov and GitHub
5b90eb032a
Merge pull request #277 from niveshdandyan/add-full-event-log
...
feat: add full event log export for all scan events
2026-02-03 18:54:09 +02:00
Alexander Myasoedov and GitHub
796bd33432
Merge pull request #276 from msoedov/feat/research-enhancements
...
Feat/research enhancements
2026-01-28 21:09:00 +02:00
Alexander Myasoedov
bc7fdd7cfa
fix(pc):
2026-01-28 21:04:29 +02:00
Alexander Myasoedov
8d42a84a9d
fix(cleanup):
2026-01-28 21:00:08 +02:00
Alexander Myasoedov
49b2243258
docs: Update PRD and progress for US-005 completion
2026-01-28 18:52:42 +02:00
Alexander Myasoedov
b38a27d78c
feat: US-005 - Enhanced Refusal Detection with Hybrid Approach
...
Implement hybrid refusal classifier combining multiple detection methods:
- Add confidence scoring to refusal detection (HybridResult)
- Implement weighted voting with configurable thresholds
- Support require_unanimous mode for strict classification
- Add factory function create_hybrid_classifier for common setup
- Include 32 unit tests with table-driven test patterns
2026-01-28 18:52:20 +02:00
Alexander Myasoedov
d5e2746567
docs: Update PRD and progress for US-004 completion
2026-01-28 18:35:07 +02:00
Alexander Myasoedov
41567925aa
feat: US-004 - Unified LLM Provider Abstraction
...
Create unified provider abstraction layer for direct LLM integrations beyond
HTTP specs, inspired by FuzzyAI's comprehensive provider system.
- Add BaseLLMProvider abstract class with standard interface (generate, chat,
sync_generate, sync_chat methods)
- Implement OpenAIProvider supporting chat completions API
- Implement AnthropicProvider supporting messages API
- Create provider factory for instantiation by name (create_provider,
get_provider_class)
- Add 60 unit tests covering all provider implementations
2026-01-28 18:34:38 +02:00
Alexander Myasoedov
29decc5c4e
docs: Update PRD and progress for US-003 completion
2026-01-28 18:29:44 +02:00
Alexander Myasoedov
f8e3f6f4a5
feat: US-003 - Composable Fuzzing Chain System
...
Implement FuzzNode and FuzzChain classes for multi-step attack chains
with pipe operator syntax, inspired by FuzzyAI architecture.
- FuzzNode: Single LLM call with {var} template substitution
- FuzzChain: Sequential execution passing output as input
- Pipe operator (|) for composing nodes into chains
- LLMProvider protocol for provider abstraction
- 22 unit tests covering composition and execution
2026-01-28 18:29:22 +02:00
Alexander Myasoedov
d5ec249b6c
docs: Update PRD and progress for US-002 completion
2026-01-28 18:23:30 +02:00
Alexander Myasoedov
ef35c1f82e
feat: US-002 - YAML-based Attack Rule System
...
Implement a YAML-based rule system for defining attack patterns and success
conditions, inspired by Promptmap's 50+ YAML rule definitions.
Features:
- AttackRule model with name, type, severity, prompt, pass/fail conditions
- RuleLoader for parsing YAML files with validation
- Support for recursive directory loading and filtering by type/severity
- Template variable substitution in prompts
- Dataset integration for converting rules to ProbeDataset format
- YAMLRulesDatasetLoader for loading rules from multiple directories
Tested with 47 unit tests covering models, loader, and dataset integration.
Successfully loads 69 rules from promptmap research directory.
2026-01-28 18:23:04 +02:00
Alexander Myasoedov
93a85029cb
docs: Update PRD and progress for US-001 completion
2026-01-28 18:18:32 +02:00
Alexander Myasoedov
32f103acbc
feat: US-001 - Dual-LLM Evaluation for Attack Success Detection
...
Add LLM-based refusal classifier inspired by Promptmap's dual-LLM
architecture. The controller LLM evaluates whether an attack succeeded
by analyzing the target's response against pass/fail conditions.
- Create LLMRefusalClassifier plugin integrating with existing system
- Support OpenAI and Anthropic providers with lazy initialization
- Add configurable system prompts and pass/fail conditions
- Include 20 unit tests for comprehensive coverage
2026-01-28 18:18:09 +02:00
Alexander Myasoedov
ce7636fe9e
feat(restruct tests):
2025-12-26 22:58:21 +02:00
Alexander Myasoedov
433c999600
feat(clean up obsolete agents):
2025-12-24 08:21:48 +02:00
Alexander Myasoedov and GitHub
268f9ecf86
Merge pull request #275 from msoedov/poc-concurrency-reporting-unified
...
Poc concurrency reporting, general improvements
2025-12-24 08:20:42 +02:00
Alexander Myasoedov
5238d67846
feat(cleanup):
2025-12-24 08:18:17 +02:00
Alexander Myasoedov
a9adb22458
fix(pc):
2025-12-24 08:16:21 +02:00
Alexander Myasoedov
2dc41af98d
feat(cleanup):
2025-12-24 08:11:43 +02:00
Alexander Myasoedov
48125bd106
feat(add executor):
2025-12-24 08:10:08 +02:00
Alexander Myasoedov
5285fdd0a0
codex quality run #1
2025-12-10 23:06:40 +02:00
Alexander Myasoedov
bf628db5c4
codex quality run #1
2025-12-10 22:53:55 +02:00
Alexander Myasoedov
d56b406e1a
fix(tests runtime):
2025-12-09 20:00:04 +02:00
Alexander Myasoedov
b9dc5de708
feat(add cache dir):
2025-12-09 19:51:47 +02:00
Alexander Myasoedov
9a4fb05491
fix(pc):
2025-11-30 18:50:00 +02:00
Alexander Myasoedov
3e2df49976
fix(pc):
2025-11-30 18:47:15 +02:00
Alexander Myasoedov
14eefb7a67
fix(clean up):
2025-11-30 18:43:37 +02:00
Alexander Myasoedov
7a9c884333
fix(pc):
2025-11-30 18:41:00 +02:00
Alexander Myasoedov
a8b5876883
fix(ga):
2025-11-30 18:38:41 +02:00
Alexander Myasoedov
fbe9885c0b
fix(simplify workflow):
2025-11-30 18:37:23 +02:00
Alexander Myasoedov
583eec1a67
fix(gh):
2025-11-30 18:36:33 +02:00
Alexander Myasoedov
f19664f95c
fix(pc):
2025-11-30 18:32:58 +02:00
Alexander Myasoedov
b3ae0026fb
fix(warnings):
2025-11-30 18:30:55 +02:00
Alexander Myasoedov
8ddfec303f
feat(poetry update):
2025-11-30 14:21:20 +02:00
Alexander Myasoedov and GitHub
c45778f196
Merge pull request #252 from Davda-James/feat/mcp_client_logging
...
logging added for mcp client operations
2025-08-21 15:00:22 +03:00
Alexander Myasoedov
a5bdbe54a2
Merge branch 'main' of github.com:msoedov/agentic_security
2025-08-13 13:52:19 +03:00
Alexander Myasoedov
61da912f18
feat(update deps):
2025-08-13 13:46:37 +03:00
Alexander Myasoedov and GitHub
c5406e8a0e
Merge pull request #238 from msoedov/dependabot/npm_and_yarn/ui/multi-96c788614a
...
build(deps): bump on-headers and compression in /ui
2025-07-18 13:33:47 +03:00
Alexander Myasoedov and GitHub
0a07fc54d6
Merge pull request #229 from msoedov/dependabot/pip/requests-2.32.4
...
build(deps): bump requests from 2.32.3 to 2.32.4
2025-06-10 14:03:41 +03:00
Alexander Myasoedov
d0353e3ab9
fix(bump pyproject):
2025-05-27 13:46:33 +03:00
Alexander Myasoedov
926c583a17
fix(csv ds loading):
2025-05-27 13:41:10 +03:00
Alexander Myasoedov
17e34356e1
feat(bump version):
2025-05-19 12:35:44 +03:00
Alexander Myasoedov
312fa756a5
feat(rm ref):
2025-05-19 12:33:27 +03:00
Alexander Myasoedov
145e7f81e1
feat(Update readme):
2025-05-19 12:32:48 +03:00
Alexander Myasoedov and GitHub
04af7d24a1
Merge pull request #223 from lwsinclair/add-mseep-badge
...
Add MseeP.ai badge
2025-05-19 12:31:16 +03:00
Alexander Myasoedov
c5c5ae2e4b
fix(makedir):
2025-05-19 12:29:28 +03:00
Alexander Myasoedov and GitHub
2bc0605a1d
Merge pull request #224 from Mundi-Xu/datasets-optimize
...
refactor: standardize CSV loading from ./datasets and improve robustness
2025-05-19 12:27:25 +03:00
Alexander Myasoedov and GitHub
444f908009
Merge pull request #220 from msoedov/dependabot/npm_and_yarn/ui/http-proxy-middleware-2.0.9
...
build(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /ui
2025-05-02 13:04:54 +03:00
Alexander Myasoedov and GitHub
4a55b99d70
Merge pull request #215 from Davda-James/fix/Dockerfile
...
Fixed the Dockerfile error of setuptools and wheel
2025-04-09 19:56:08 +03:00
Alexander Myasoedov
aa2fe4d1ad
feat(bump version):
2025-04-07 14:37:59 +03:00
Alexander Myasoedov
cf7c017621
feat(add mcp to deps):
2025-04-07 14:32:40 +03:00
Alexander Myasoedov
73184e3454
fix(simplify tests):
2025-04-07 14:29:41 +03:00
Alexander Myasoedov
3720ece2af
fix(test vars):
2025-04-03 20:48:23 +03:00
Alexander Myasoedov
0dc738a11e
fix(pc):
2025-04-03 20:43:53 +03:00
Alexander Myasoedov and GitHub
47ca656d59
Merge pull request #213 from sjay8/main
...
Fixed issues 191 195
2025-04-03 20:42:50 +03:00
Alexander Myasoedov
77557ade85
feat(bump version):
2025-04-02 20:03:19 +03:00
Alexander Myasoedov
5cdbf933de
fix(handling InvalidHTTPSpecError):
2025-04-02 20:02:46 +03:00
Alexander Myasoedov
54d159a737
fix(Level: Error/Cannot read properties of undefined (reading 'contains')):
2025-04-02 19:56:48 +03:00
Alexander Myasoedov
35fd373cb2
fix(pc):
2025-04-02 13:33:20 +03:00
Alexander Myasoedov
f2b95a0040
fix(tests):
2025-04-02 13:31:36 +03:00
Alexander Myasoedov
a8e80e85e1
feat(update poetry version):
2025-04-02 13:31:15 +03:00
Alexander Myasoedov and GitHub
f97c3367b4
Merge pull request #209 from msoedov/dependabot/pip/pre-commit-4.2.0
...
build(deps-dev): bump pre-commit from 4.1.0 to 4.2.0
2025-04-02 13:02:35 +03:00
Alexander Myasoedov and GitHub
1139577eaa
Merge pull request #207 from msoedov/dependabot/pip/orjson-3.10.16
...
build(deps): bump orjson from 3.10.15 to 3.10.16
2025-03-31 22:47:38 +03:00
Alexander Myasoedov
c277cca045
fix(pc):
2025-03-31 22:10:02 +03:00
Alexander Myasoedov and GitHub
fcbb832968
Merge pull request #208 from msoedov/dependabot/pip/mkdocs-material-9.6.10
...
build(deps-dev): bump mkdocs-material from 9.6.7 to 9.6.10
2025-03-31 22:08:52 +03:00
Alexander Myasoedov and GitHub
5ebf428de6
Merge pull request #206 from msoedov/dependabot/pip/inline-snapshot-0.20.9
...
build(deps-dev): bump inline-snapshot from 0.20.6 to 0.20.9
2025-03-24 20:21:04 +02:00
Alexander Myasoedov and GitHub
98b7d7f691
Merge pull request #204 from superpoussin22/correct_dockerfile
...
Update Dockerfile
2025-03-21 12:59:36 +02:00
Alexander Myasoedov
da63270142
fix(pc):
2025-03-18 17:40:23 +02:00
Alexander Myasoedov and GitHub
bf5f7a7dff
Merge pull request #202 from ikhanganin/main
...
Improvements to Code Quality and Bug Fixes
2025-03-18 17:30:04 +02:00
Alexander Myasoedov and GitHub
b7fef85750
Merge pull request #190 from DevGajjar28/handleOutsideClick
...
Fix: Update handleOutsideClick to use textarea ref (#175 )
2025-03-18 14:18:00 +02:00
Alexander Myasoedov and GitHub
8549aee952
Merge pull request #187 from nemanjaASE/issue-173-no-error-handling
...
Add error handling in main.js (verifyIntegration)
2025-03-16 22:38:15 +02:00
Alexander Myasoedov
414ee62467
Merge branch 'main' of github.com:msoedov/agentic_security
2025-03-16 22:24:11 +02:00
Alexander Myasoedov
7f68224716
fix(fmt):
2025-03-16 22:23:12 +02:00
Alexander Myasoedov
3910bab28e
feat(add mcp client):
2025-03-16 22:22:22 +02:00
Alexander Myasoedov
8a4dcfd43e
feat(add mcp server):
2025-03-16 22:22:11 +02:00
Alexander Myasoedov
17234a846b
feat(add mcp module):
2025-03-16 22:22:00 +02:00
Alexander Myasoedov
a51a3aa497
feat(add spec endpoint):
2025-03-16 22:21:42 +02:00
Alexander Myasoedov
0b3424e9fd
feat(add spec file):
2025-03-16 22:21:26 +02:00
Alexander Myasoedov
f81b32d9b4
feat(Add mcp server instruction):
2025-03-16 22:21:10 +02:00
Alexander Myasoedov
a9f8090614
feat(add mcp project):
2025-03-16 22:19:11 +02:00
Alexander Myasoedov and GitHub
ffc4f94a0a
Merge pull request #177 from msoedov/dependabot/pip/huggingface-hub-0.29.2
...
build(deps-dev): bump huggingface-hub from 0.28.1 to 0.29.2
2025-03-14 20:01:02 +02:00
Alexander Myasoedov and GitHub
e495f9626f
Merge pull request #186 from msoedov/dependabot/pip/datasets-3.4.0
...
build(deps): bump datasets from 3.3.2 to 3.4.0
2025-03-14 19:53:31 +02:00
Alexander Myasoedov and GitHub
d60d87f142
Merge pull request #185 from msoedov/dependabot/pip/inline-snapshot-0.20.6
...
build(deps-dev): bump inline-snapshot from 0.20.5 to 0.20.6
2025-03-14 11:54:55 +02:00
Alexander Myasoedov
29787ae5fc
fix(report):
2025-03-13 19:21:13 +02:00
Alexander Myasoedov
1d0e88b001
Merge branch 'main' of github.com:msoedov/agentic_security
2025-03-13 18:42:28 +02:00