ASIMP :: Security Platform
ANSIBLE SYSTEM INTEGRITY MANAGEMENT PLATFORM // baselines & hardening
MODE:


About ASIMP

ASIMP is an automated framework built with Ansible to assess host compliance, configure OS parameters, secure SSH, and verify integrity.

Sovereign Feedback Collector Reference

Ansible >= 9.0.0 OpenSCAP: CIS L2 Lynis: Enabled debsums: Enabled

Sovereign Feedback Collector Reference

scripts/jules_gh_feedback.sh is a shell utility designed to aggregate multi-OS run metrics and stream test reports back to the active user session or Pull Request comments.


🛠️ CLI Execution & Environment

The script is invoked automatically by reporting tasks or during automated pre-merge pipelines.

Environment Variables Used

  • GITHUB_TOKEN: Auth token for publishing PR comment feedback.
  • GITHUB_PR_NUMBER: Targeted Pull Request ID.
  • JULES_TELEMETRY_PATH: Temporary workspace for metric logs (defaults to /tmp/jules_telemetry.json).

🔒 Exit Codes

  • 0: Success. Telemetry compiled and feedback published.
  • 1: Network or Auth failure when streaming telemetry.