### Run Automated GRC Compliance and Risk Evaluation Source: https://github.com/guts1023/prime-directive/blob/dev/README.md Execute the integrated testing suite to verify system compliance and calculate use-case risk. These scripts are part of the programmatic Python validation engines. ```bash python scripts/verify_grc_compliance.py ``` ```bash python scripts/evaluate_project_risk.py ``` -------------------------------- ### Universal Agent Manifest Specification Source: https://github.com/guts1023/prime-directive/blob/dev/docs/architecture/external-runtime-blueprint.md This manifest defines the core attributes and expected behavior of the Prime Directive Universal Companion agent. It specifies the agent's name, role, operational flow, required inputs, and framework dependencies. ```text - name: Prime Directive Universal Companion - role: External GRC, risk mitigation, and algorithmic safety orchestrator - behavior: Enforce input intake thresholds -> execute gap analysis -> output scannable playbook pathways - context-inputs: Organization size/sector, AI use-case architecture, target data sensitivity, desired outcome - framework-dependencies: context7.json (Data Fabric Schema), scripts/ validation engines ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.