_444_ROLLBACK

_444_ROLLBACK is a command for coding agents from ariffazil/arifOS. It costs 0 tokens per session (239 once invoked), scanned C, original, AGPL-3.0.

A rollback command from the arifOS project, related to moving scripts into commands.

In plain words
What is it for?
It is intended for work around the project’s scripts-to-commands consolidation, but its concrete operation is not specified.
Why use it?
The supplied information only describes its rollback log and migration status, not what the command actually changes.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/ariffazil/arifos/_444_rollback
Clone the repo
git clone --depth 1 https://github.com/ariffazil/arifOS

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for _444_ROLLBACK

README.md
[![agentmods](https://agentmods.dev/badge/commands/ariffazil/arifos/_444_rollback.svg)](https://agentmods.dev/commands/ariffazil/arifos/_444_rollback)
Your own site
<a href="https://agentmods.dev/commands/ariffazil/arifos/_444_rollback"><img src="https://agentmods.dev/badge/commands/ariffazil/arifos/_444_rollback.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 239 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00239
Opus 5 $0.00000 $0.00120
Sonnet 5 $0.00000 $0.00048
Haiku 4.5 $0.00000 $0.00024

Measured 4d ago against content hash 9348efd5997b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

_444_ROLLBACK scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- rm -rf commands/scripts_deploy/ commands/scripts_archive/
commands/_444_ROLLBACK.md · 22 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 22 lines · 0 tokens per session scan C 9348efd5997b

Subscribe to this mod's changes

_444_ROLLBACK is a command published in the GitHub repository ariffazil/arifOS (51 stars, last pushed yesterday), licensed AGPL-3.0. It costs nothing until one of its globs matches a file; then it loads 239 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories

evidence

Export a signed compliance evidence package as JSON or PDF for regulatory handoff.

airblackbox/airblackbox · 14 tokens

init-project

Configure the baseline for this specific project. Invokes the scout skill, then claude-automation-recommender, populates .claude/project.json, pre-creates lazy directories, re-renders swarm-worker.md from its template with any stack-specific skills appended, appends a §16 addendum to docs/init/seed.md, runs…

friedbotstudio/baseline · 108 tokens

ai-act-incidents

Show real-world and research-demonstrated security incidents that map to a scanner dimension, EU AI Act article, or threat category. Surfaces OWASP LLM/ASI, NIST AI RMF, and MITRE ATLAS cross-references alongside published mitigations.

Peaky8linders/eu-ai-act-scanner · 59 tokens

init-project-doctor

Detect and repair baseline drift — missing or invalid .claude/workflows.jsonl, schema violations, four-way Article IV / §18 mirror drift, and (advisory) shipped-tooling files placed outside .claude/ against the convention codified at seed.md §3. Interactive: presents each detected violation via AskUserQuestion and…

friedbotstudio/baseline · 0 tokens

agent-assign

/forge:agent-assign is the intelligent dispatcher for Forge's 22 specialized agents. You describe a task, and the command analyzes its domain (architecture, backend, frontend, testing, devops, security, docs), complexity, and required skills, then recommends the best-fit agent with a match score and reasoning. It also…

nxtg-ai/forge-plugin · 0 tokens

dashboard

/forge:dashboard generates and opens a visual HTML dashboard in your browser. The dashboard is created by the governance MCP server's forgeopendashboard tool, which reads live project data (health scores, governance state, git status, code metrics) at generation time and produces a self-contained HTML file with…

nxtg-ai/forge-plugin · 0 tokens