agentic-os
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
init-os.shscript and Python scripts (eval.py,learn.py) execute shell commands usinggit rev-parseto identify the project root. This is a standard development practice for workspace configuration. - [INDIRECT_PROMPT_INJECTION]: The skill implements a feedback loop where agents are explicitly directed to read
.agent/learnings/*.jsonfiles and applyrule_changeentries to their subsequent behavior. This creates a surface where instructions stored in data files can override agent behavior. - Ingestion points:
.agent/learnings/,.agent/state/tasks.json, and.agent/evals/(SKILL.md). - Boundary markers: None. Agents are told to "explicitly apply its rule_change entries to your approach."
- Capability inventory: The skill provides Python scripts that write to the local filesystem and shell scripts that modify
GEMINI.mdandCLAUDE.md. - Sanitization: None. The content of
rule_changeis treated as a directive. - [COMMAND_EXECUTION]: The
init-os.shscript performs file writes and appends instructions toGEMINI.mdandCLAUDE.md. It also attempts to automate the execution of aheartbeatskill by injecting shell commands (python3 ~/.claude/skills/heartbeat/scripts/heartbeat.py pop) into these project documentation files.
Audit Metadata