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.

LLM XML Context Compiler Reference

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

LLM XML Context Compiler Reference

scripts/llms_txt2ctx.py parses a standard llms.txt file and builds a complete XML-formatted representation of files listed inside, ideal for loading directly into LLM context prompts.


🛠️ CLI Arguments & Syntax

python3 scripts/llms_txt2ctx.py <input_llms.txt> [--optional <True|False>]

Parameters

  • <input_llms.txt>: Path to the target text index.
  • --optional: Specifies whether sections labeled as “Optional” should be parsed and included in the output XML (defaults to False).

🔒 Exit Codes

  • 0: Success. Printed valid XML to stdout.
  • 1: Failure due to file not found or invalid syntax.