[PR #136] [MERGED] feat: SecurityManager and Audit Logging implementation #183

Closed
opened 2026-06-06 22:09:36 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/pentagi/pull/136
Author: @Fankouzu
Created: 2/23/2026
Status: Merged
Merged: 3/20/2026
Merged by: @asdek

Base: feature/security_managerHead: master


📝 Commits (1)

  • 0bce486 feat(security): implement unified SecurityManager with audit logging and middleware

📊 Changes

4 files changed (+1461 additions, -0 deletions)

View changed files

backend/pkg/security/manager.go (+248 -0)
backend/pkg/security/report.go (+521 -0)
backend/pkg/security/sandbox.go (+352 -0)
backend/pkg/security/sanitizer.go (+340 -0)

📄 Description

Autonomous security hardening contribution.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/pentagi/pull/136 **Author:** [@Fankouzu](https://github.com/Fankouzu) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `feature/security_manager` ← **Head:** `master` --- ### 📝 Commits (1) - [`0bce486`](https://github.com/vxcontrol/pentagi/commit/0bce4865897e92d27eec4647c36b41db112dfb0a) feat(security): implement unified SecurityManager with audit logging and middleware ### 📊 Changes **4 files changed** (+1461 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `backend/pkg/security/manager.go` (+248 -0) ➕ `backend/pkg/security/report.go` (+521 -0) ➕ `backend/pkg/security/sandbox.go` (+352 -0) ➕ `backend/pkg/security/sanitizer.go` (+340 -0) </details> ### 📄 Description Autonomous security hardening contribution. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:09:36 -04:00
yindo closed this issue 2026-06-06 22:09:36 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#183