J1-PIPELINE: agent-mission-control audit, security, and documentation - #3
Open
OneByJorah wants to merge 9 commits into
Open
J1-PIPELINE: agent-mission-control audit, security, and documentation#3OneByJorah wants to merge 9 commits into
OneByJorah wants to merge 9 commits into
Conversation
added 9 commits
July 5, 2026 20:54
…now parameter The three agent status functions referenced an undefined 'now' variable from the enclosing scope. Added 'now' as a parameter and updated the callers in agent_status_counts() to pass the local 'now' value. Fixes CRITICAL finding C1 from Phase 1 AUDITOR.
The serve_static method was defined twice with identical code (lines 578 and 590). Removed the duplicate second definition. Fixes CRITICAL finding C2 from Phase 1 AUDITOR.
…Socket to SSE, update API endpoints - Fixed port from 8080 to 51763 - Removed pip install -r requirements.txt (stdlib only) - Changed 'WebSocket Updates' to 'SSE Updates' - Fixed architecture diagram from WebSocket to SSE - Replaced non-existent API endpoints with actual ones Fixes CRITICAL findings C3, C4, C5, C6 from Phase 1 AUDITOR.
No package.json or Dockerfile exist in the repo. These were template vestiges from the initial repo setup. Fixes DEGRADED finding D4 from Phase 1 AUDITOR.
No TypeScript files exist in the repo. This was a template vestige. Fixes DEGRADED finding D5 from Phase 1 AUDITOR.
Pipeline-generated reports should not be tracked in version control. Fixes DEGRADED finding D8 from Phase 1 AUDITOR.
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
This PR aggregates all pending changes following the J1-PIPELINE audit cycle for agent-mission-control. Includes audit fixes, security hardening, and documentation updates.
Changes
serve_staticmethod from Handler classNameErrorby passingnowparameter to status helpersreports/to .gitignore__pycache__artifactAuto-merge disabled.