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.

Google OKF Frontmatter Patcher Reference

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

Google OKF Frontmatter Patcher Reference

scripts/add_okf_frontmatter.py enforces compliance with the Google Open Knowledge Format (OKF) v0.1 specification by ensuring five mandatory frontmatter fields are present in every Markdown file.


🗂️ Mandatory Fields Validated

  1. okf_version: Declaring "0.1".
  2. type: The semantic category of the file (instructions, documentation, skill, concept, etc.).
  3. title: The display header, parsed from the first Markdown title (#).
  4. timestamp: ISO-8601 formatted modification date.
  5. topics: List of relevant topics/tags.

🛠️ CLI Execution

python3 scripts/add_okf_frontmatter.py

Processes all .md files in place recursively.


🔒 Exit Codes

  • 0: Success.
  • 1: Failure due to parsing exception or bad file access.