New Features
- feat: Korean environment integration (PIPA / 금융위 AI / ISMS-P) (#1) (7b27f2d)
- feat(serve): add aigis serve HTTP sidecar + Dockerfile + GHCR publish workflow (4441ad8)
- feat(detectors): three 2026-Q2 research-driven additions (c360b9d)
- feat(filters): plugin integrity + meeting transcript + EU AI Act policy (fb9e6c1)
- feat(articles): publish v0.0.4 self-audit article (Zenn + Qiita auto-sync) (c005cc5)
- feat(mcp): invocation + response stage scanners (MSB 3-stage coverage) (8aa5284)
- feat(patterns): judge_manipulation detection category (15 patterns) (0f642cf)
- feat(memory): semantic-imitation detector for MemoryGraft-style attacks (4827b09)
- feat(spec_lang): goal-conditioned FSM conformance monitor (59a6421)
- feat(filters): StruQ-style structured-query boundary enforcement (9cf8cdd)
- feat(filters): character-ngram fast screen + RAG context filter (92112cb)
- feat: Incident Response & Weekly Report (v0.0.3) (c2db92f)
- feat: embed gallery images and demo GIF throughout README (2c741b2)
Bug Fixes
- fix(backend): pyjwt dep + feat(policy): Wall 1 risk_above escalation (killertcell428#25) (9cf2337)
- fix(site): close CodeQL alerts killertcell428#67 + #168 in contact route (killertcell428#22) (0083b6e)
- fix(patterns): tighten FP-prone detectors and close scanner parity gap (killertcell428#19) (f5951cb)
- fix(policy): repair gpai_provider regex patterns broken by YAML folding (killertcell428#18) (6f037ea)
- fix(security): bump urllib3 2.7.0 and postcss 8.5.14 to clear Dependabot alerts (b940d3f)
- fix(security): address GitHub Code scanning alerts (43 alerts) (killertcell428#14) (16a083a)
- fix(security): replace python-jose with PyJWT to eliminate ecdsa Minerva timing attack (2ceccf5)
- fix(lint): remove unused pytest import in test_agent_tool_abuse_2 (02409a0)
- fix(tests): collapse double blank line ruff still flagged as I001 (8f1a325)
- fix(tests): drop unused pytest import in test_indirect_injection_2026 (602d603)
- fix(codeql): drop 2 more unused imports surfaced by latest scan (e484312)
- fix(codeql): resolve 19 of 24 new findings — empty-except + unused-import + import-and-import-from (7454e04)
- fix(codeql): resolve 8 CodeQL findings — 3 errors + 5 warnings (01bfdc8)
- fix(ci): correct 3 action SHAs (annotated-tag peel) + disable CodeQL default setup (d0d9516)
- fix(lint): clear ruff UP045/UP012 + format violations on master (e0fa214)
- fix(ci): Qiita sync was silently skipping new articles (741a650)
- fix(types): narrow Match|None in structured_query findings (d0bc907)
- fix(scanner): ReDoS guard on user regexes, expanded confusables, visible invalid-rule marker (a68186b)
- fix(notifications): SSRF guard for outbound webhooks (slack + generic) (81364e6)
- fix(billing): add Stripe webhook idempotency ledger (b61a007)
Other Changes
- build: publish as pyaigis-kr (PyPI fork channel) (#2) (229a291)
- benchmarks: add OSS-guardrails comparison harness (Aigis vs LLM Guard / Guardrails AI / NeMo) — closes killertcell428#32 scaffolding (killertcell428#54) (638984f)
- release: v1.1.4 — auto-improvement cycle 8 (compliance-regulation) (killertcell428#58) (c5f2059)
- loop: harden release path against tag-collision cascades (closes killertcell428#56) (killertcell428#57) (fad7408)
- Update claude-code-self-improving-oss.md (killertcell428#51) (946e42b)
- article: rewrite Forge Loop article for reader-first hook (rename slug + new OG) (killertcell428#50) (98cd223)
- auto: cycle 7 (evasion-obfuscation) — ZWC steganography & keyword-splitter detectors (killertcell428#47) (18f6e00)
- article: add Forge Loop self-improving OSS article (Zenn draft) (killertcell428#48) (85e9d3d)
- release: v1.1.1 — auto-improvement cycle 7 (evasion-obfuscation) (killertcell428#39) (be51cfc)
- Claude/eloquent davinci sfs is (killertcell428#37) (4a3c32c)
Installation
pip install pyaigis-kr==1.1.4What's Changed
- feat: Korean environment integration (PIPA / 금융위 AI / ISMS-P) by @gaebalai in #1
- build: publish as pyaigis-kr (PyPI fork channel) by @gaebalai in #2
New Contributors
Full Changelog: https://github.com/gaebalai/aigis-kr/commits/v1.1.4