authos-tenancy-governance

authos-tenancy-governance is a skill for Codex from drmhse/authos_skill. It costs 51 tokens per session (825 once invoked), scanned A, original, MIT.

A guide for platform owners who manage organizations, also called tenants, across an AuthOS installation. AuthOS is a service for user authentication and organization-based applications.

In plain words
What is it for?
Use it to approve, reject, suspend, activate, delete, or tier organizations; change feature settings; inspect platform analytics; manage platform owners; and impersonate users.
Why use it?
It separates platform-wide administration from actions that ordinary members or administrators can perform inside one organization.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to approve, reject, suspend, activate, delete, or tier organizations; change feature settings; inspect platform analytics; manage platform owners; and impersonate users.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/drmhse/authos_skill/authos-tenancy-governance
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.

Any agent
npx skills add drmhse/authos_skill --skill authos-tenancy-governance
Clone the repo
git clone --depth 1 https://github.com/drmhse/authos_skill

Made for: Codex.

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 authos-tenancy-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/drmhse/authos_skill/authos-tenancy-governance/github.svg)](https://agentmods.dev/skills/drmhse/authos_skill/authos-tenancy-governance)
Your own site
<a href="https://agentmods.dev/skills/drmhse/authos_skill/authos-tenancy-governance"><img src="https://agentmods.dev/badge/skills/drmhse/authos_skill/authos-tenancy-governance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for authos-tenancy-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/drmhse/authos_skill/authos-tenancy-governance"><img src="https://agentmods.dev/badge/skills/drmhse/authos_skill/authos-tenancy-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 825 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00051 $0.00825
Opus 5 $0.00026 $0.00413
Sonnet 5 $0.00010 $0.00165
Haiku 4.5 $0.00005 $0.00082

Measured 9d ago against content hash 4232fa9e55b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

authos-tenancy-governance scanned grade A with 0 findings 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 9d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

authos-tenancy-governance/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AuthOS Tenancy Governance

Use these public AuthOS links when producing user-facing setup or troubleshooting guidance:

Use this skill for platform-owner operations across tenants. Use authos-rbac-control for actions inside a single organization by org members/admins.

Authorization Boundary

Platform routes require:

  1. a valid AuthOS JWT,
  2. is_platform_owner authorization through middleware.

Do not present platform governance APIs as tenant-admin APIs.

Organization Lifecycle

  • GET /api/platform/organizations
  • POST /api/platform/organizations/:id/approve
  • POST /api/platform/organizations/:id/reject
  • POST /api/platform/organizations/:id/suspend
  • POST /api/platform/organizations/:id/activate
  • DELETE /api/platform/organizations/:id

Organization status matters at runtime. Active-organization middleware protects service and tenant configuration routes so suspended tenants should not keep authenticating normally.

Tiers And Feature Overrides

  • GET /api/platform/tiers
  • PATCH /api/platform/organizations/:id/tier
  • PATCH /api/platform/organizations/:id/features

Feature override fields in source include:

  • allow_custom_domain
  • allow_saml_idp
  • allow_scim
  • allow_siem
  • allow_branding
  • allow_passkeys
  • allowed_social_providers

When a tenant cannot configure a feature, inspect both assigned tier and feature overrides.

Platform Owners And Users

  • POST /api/platform/owners
  • DELETE /api/platform/owners/:user_id
  • GET /api/platform/users
  • GET /api/platform/users/search
  • GET /api/platform/users/:user_id
  • GET /api/platform/users/:user_id/mfa/status
  • DELETE /api/platform/users/:user_id/mfa

Do not demote the last platform owner. Source explicitly checks for that safety condition.

Read the full file on GitHub · 102 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 102 lines · 51 tokens per session scan A 4232fa9e55b7

Subscribe to this mod's changes

authos-tenancy-governance is a skill published in the GitHub repository drmhse/authos_skill (1 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 825 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

issue-authoring

Draft or refine IDD-ready GitHub issues, roadmap issues, and sub-issues before the normal IDD execution loop begins. Use when a request is too large or ambiguous for one reviewable change, when work needs decomposition or dependency encoding, or when the user asks for issue drafting, roadmap planning, or…

kurone-kito/idd-skill · 71 tokens

idd-spec-audit

Repo-local, dogfood-only semantic audit of the IDD instruction corpus for leaked session context, cross-file contradictions, fresh-memory completability gaps, automation blockers, and restatement-discipline drift. Use only in the kurone-kito/idd-skill source repository, on request, to audit .github/instructions…

kurone-kito/idd-skill · 100 tokens

unity-yaml-format

Inspect, explain, diff, and carefully edit Unity text-serialized files such as .unity, .prefab, .asset, and related YAML-based project files. Use when mapping class IDs and fileIDs, tracing object references, reviewing merge conflicts, or making minimal safe edits to existing UnityYAML documents.

sator-imaging/suggest-skills · 67 tokens

tester

Run end-to-end web quality audits with Playwright and Lighthouse using existing project scripts first. Use when the user says /tester, e2e test, smoke test, Playwright audit, Lighthouse audit, performance audit, accessibility audit, dark mode audit, mobile audit, or asks for 100/100 Lighthouse improvement guidance.

erikfiala/e2e-tester · 67 tokens

loop-engineer

Domain-agnostic autonomous loop for any goal — coding, research, content, data, automation, or any objective. Asks 3 questions, then orchestrates a self-assembling agent team (resource-scout, researcher, planner, agent-factory, executor, verifier, auditor, memory-keeper) that researches, discovers resources, builds…

vibhasdutta/loop-engineer · 130 tokens

loop-engineer

Domain-agnostic autonomous loop for any goal — coding, research, content, data, automation, or any objective. Asks 3 questions, then orchestrates a self-assembling agent team (resource-scout, researcher, planner, agent-factory, executor, verifier, auditor, memory-keeper) that researches, discovers resources, builds…

vibhasdutta/loop-engineer · 130 tokens