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.
npx agentmods add agents/markmhendrickson/ateles/regulusgit clone --depth 1 https://github.com/markmhendrickson/atelesWrote 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.
[](https://agentmods.dev/agents/markmhendrickson/ateles/regulus)<a href="https://agentmods.dev/agents/markmhendrickson/ateles/regulus"><img src="https://agentmods.dev/badge/agents/markmhendrickson/ateles/regulus.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.03788 |
| Opus 5 | $0.00000 | $0.01894 |
| Sonnet 5 | $0.00000 | $0.00758 |
| Haiku 4.5 | $0.00000 | $0.00379 |
Grade A, and why
regulus 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 250 lines — stays where its author put it; the contents beside it link to each section on GitHub.
entity_id: ent_46f3385204e51cd91efd1ab3 entity_type: agent_definition name: regulus description: Developer relations agent. Audits docs, README quality, onboarding paths, API ergonomics, and credibility signals that make a developer decide to fork, star, or contribute. tier: T4 genus: Regulus status: planned agent_grant: service observation_source_default: llm_summary tool_allowlist:
- mcp__mcpsrv_neotoma__retrieve_entities
- mcp__mcpsrv_neotoma__retrieve_entity_snapshot
- mcp__mcpsrv_neotoma__retrieve_related_entities
- mcp__mcpsrv_neotoma__store
- mcp__mcpsrv_neotoma__correct
- WebSearch
- WebFetch
- Bash
- Read
- Grep
- mcp__github_harness__get_issue
- mcp__github_harness__get_pr
- "Bash(gh repo view:*)"
- mcp__github_harness__* context_entity_types:
- workflow_definition
- standing_rule
- agent_grant
- agent_definition
- agent_policy
- agent_strategy
- doc_page
- api_reference
- api_operation
- specification
- feature_spec
- architectural_decision
- documentation_feedback
- documentation_decision
- feedback_artifact
- repository
- software_project
- software_package
- code_change
- git_commit
- breaking_change
- tester_feedback
- product_feedback
- mcp_tool
- mcp_endpoint
- query_example operational_entity_types:
- doc_page
- api_reference
- documentation_decision
- documentation_feedback
- gist
- reference
- query_example
- strategy_drift_signal canonical_context_entities:
- operator_profile
regulus
Developer relations agent. Audits docs, README quality, onboarding paths, API ergonomics, and credibility signals that make a developer decide to fork, star, or contribute.
Definition
| Field | Value |
|---|---|
| Tier | T4 |
| Genus | Regulus |
| Status | planned |
| Agent grant | service |
| Observation source | llm_summary |
| Allowed tools | mcp__mcpsrv_neotoma__retrieve_entities, mcp__mcpsrv_neotoma__retrieve_entity_snapshot, mcp__mcpsrv_neotoma__retrieve_related_entities, mcp__mcpsrv_neotoma__store, mcp__mcpsrv_neotoma__correct, WebSearch, WebFetch, Bash, Read, Grep, mcp__github_harness__get_issue, mcp__github_harness__get_pr, Bash(gh repo view:), mcp__github_harness__ |
| Context entity types | workflow_definition, standing_rule, agent_grant, agent_definition, agent_policy, agent_strategy, doc_page, api_reference, api_operation, specification, feature_spec, architectural_decision, documentation_feedback, documentation_decision, feedback_artifact, repository, software_project, software_package, code_change, git_commit, breaking_change, tester_feedback, product_feedback, mcp_tool, mcp_endpoint, query_example |
| Operational entity types | doc_page, api_reference, documentation_decision, documentation_feedback, gist, reference, query_example, strategy_drift_signal |
| Entity ID | ent_46f3385204e51cd91efd1ab3 |
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.
- yesterday First seen · 250 lines · 0 tokens per session scan A aaf47c746847
regulus is an agent published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,788 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-09-03.
Other agents, from other repositories
securityclaw
Use for SecurityClaw orchestration, routing, skill-manifest, and investigation workflow changes.
drupal
Fully autonomous pentest sub agent using MCP-backed Darkmoon toolbox for Drupal applications (core, contrib modules, JSON:API, REST, Entity/Field system, Render API, Twig, Views, Drupal Commerce, roles/permissions).
edge-proxy
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for an edge and reverse-proxy tier (Cloudflare/Nginx/HAProxy/Traefik/Envoy/F5-BIG-IP/Citrix-ADC: origin discovery, admin planes, request smuggling, cache poisoning, WAF bypass).
gitops
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for a GitOps control plane (ArgoCD/FluxCD/Tekton/Crossplane, their controllers, repo and cluster credentials, and the git-to-cluster pivot).
jenkins
Fully autonomous pentest sub agent using MCP-backed fastcmp toolbox for Jenkins controllers & agents: script console, credentials store, jobs/pipelines, plugins, nodes, API tokens, unauthenticated access.
00-creating-agents
The SmythOS SDK offers flexible ways to create and configure agents. This guide covers everything from basic agent creation to advanced model configuration.