agentic-os-init
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute
scripts/init_agentic_os.py, which scaffolds the project structure and manages directory creation.\n- [COMMAND_EXECUTION]: The initialization script usessubprocess.runto execute Git commands for repository detection andchmodto set executable permissions on internal hook scripts.\n- [COMMAND_EXECUTION]: Theruntime/kernel.pyscript is designed to be executed via the command line to manage file locks, state updates, and event logging within the project context.\n- [SAFE]: The skill implements security-conscious features such as a fail-closed agent validation registry inkernel.pyand a safe-write protocol that creates backups of existing files before overwriting.\n- [SAFE]: All file operations and command executions are restricted to the local filesystem and the project's working directory.
Audit Metadata