auth

A placeholder for storing project-specific guidance about authentication, the process of checking who a user is and what they may access.

In plain words
What is it for?
Recording authentication context, decisions, workflows, and warnings once those details are provided.
Why use it?
It is meant to stop the agent from guessing lasting authentication decisions. The guidance is currently empty, so it asks before making them.

Agent

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 agents/hannsxpeter/scriveno/auth
Clone the repo
git clone --depth 1 https://github.com/hannsxpeter/scriveno
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 137 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00137
Opus 5 $0.00000 $0.00068
Sonnet 5 $0.00000 $0.00027
Haiku 4.5 $0.00000 $0.00014

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

Security

Grade A, and why

auth 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 2d 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.

agents/auth.md · 42 lines

What it actually says

Scope

(stub) Capture project-specific guidance for auth.

Context

(stub) Fill with facts an agent cannot reliably infer from code alone.

Decisions

(none)

Rules

(none)

Workflows

(none)

Watchouts

(none)

Touchpoints

(none)

Gaps

  • This pillar is a stub. Ask before making durable auth decisions.
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. 2d ago First seen · 42 lines · 0 tokens per session scan A 637eff509e60

Subscribe to this mod's changes

auth is an agent published in the GitHub repository hannsxpeter/scriveno (9 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 137 tokens. 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 agents, from other repositories

commit-creator

Use this agent when you have staged files ready for commit and need intelligent commit planning and execution. Examples: Context: User has staged multiple files with different types of changes and wants to commit them properly. user: 'I've staged several files with bug fixes and new features. Can you help me commit…

fcakyon/claude-codex-settings · 225 tokens

nolan

HR / Talent Acquisition. Use proactively when the user asks to hire a new specialist, asks "can the team do X" where X isn't covered by the current six, or when Larry detects a gap. Owns SOP-001 and the agent-index. Drafts AGENTS.md contracts AND .claude/agents/ .md shims for every hire.

myICOR/myPKA · 76 tokens

penn

Journal Writer. Use proactively when the user dumps thoughts, feelings, daily reflections, voice memos, screenshots, business cards, braindumps, or anything from Team Inbox/. Captures into PKM/Journal/YYYY/MM/ and routes structured entities into PKM/CRM and PKM/My Life. Owns WS-001 (daily journaling).

myICOR/myPKA · 73 tokens

silas

Database Architect. Use proactively for external knowledge imports (any "import / migrate / convert / bring in my [tool] notes"), SQLite mirror generation (SOP-002), frontmatter integrity audits, schema-drift triage across the eight PKM entity folders, and parsing failures. Owns WS-002.

myICOR/myPKA · 66 tokens

template-factory-agent

Expert Framework Factory agent. Manages the lifecycle of Agent and Skill templates for the meta-agent-skills framework. Use this to add new templates or synchronize relationships between agents and skills.

yu-iskw/meta-agent-skills · 41 tokens

codebase-maintainer-agent

Proactively maintains the codebase by running linters, tests, and updates.

yu-iskw/meta-agent-skills · 22 tokens