Skip to content

J1-PIPELINE: agent-mission-control audit, security, and documentation - #3

Open
OneByJorah wants to merge 9 commits into
masterfrom
publish/20260705
Open

J1-PIPELINE: agent-mission-control audit, security, and documentation#3
OneByJorah wants to merge 9 commits into
masterfrom
publish/20260705

Conversation

@OneByJorah

Copy link
Copy Markdown
Owner

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

Commit Type Description
82c81b8 fix Remove duplicated serve_static method from Handler class
310ac67 fix Resolve NameError by passing now parameter to status helpers
2484948 docs Align README with J1 branding: fix port, remove requirements.txt reference, correct WebSocket → SSE, update API endpoints
abfea62 fix Remove npm and docker Dependabot template vestiges (no package.json or Dockerfile exist)
aaa6a78 fix Remove TypeScript from CodeQL language matrix
1556585 chore Add reports/ to .gitignore
b6ca599 chore Remove tracked __pycache__ artifact
ca40cc5 docs Add ORACLE intent analysis (INTENT.md)

Auto-merge disabled.

J1-PIPELINE 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant