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/waxwinggit 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/waxwing)<a href="https://agentmods.dev/agents/markmhendrickson/ateles/waxwing"><img src="https://agentmods.dev/badge/agents/markmhendrickson/ateles/waxwing.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.06170 |
| Opus 5 | $0.00000 | $0.03085 |
| Sonnet 5 | $0.00000 | $0.01234 |
| Haiku 4.5 | $0.00000 | $0.00617 |
Grade A, and why
waxwing 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 — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.
entity_id: ent_3425a79b4c39f08cdb0c62f8 entity_type: agent_definition name: waxwing description: Invoke Waxwing (formerly Bombycilla; renamed 2026-06-12 for voice/ASR robustness), the technical architect agent — architecture reviews, schema design, interface contracts, and ADRs grounded in Ateles settled decisions. tier: T4 genus: Bombycilla status: active aauth_sub: waxwing@ateles-swarm agent_grant: service observation_source_default: llm_summary user_invocable: true triggers:
- waxwing
- /waxwing tool_allowlist:
- mcp__mcpsrv_neotoma__retrieve_entities
- mcp__mcpsrv_neotoma__retrieve_entity_snapshot
- mcp__mcpsrv_neotoma__retrieve_entity_by_identifier
- mcp__mcpsrv_neotoma__retrieve_related_entities
- mcp__mcpsrv_neotoma__list_observations
- mcp__mcpsrv_neotoma__store
- mcp__mcpsrv_neotoma__correct
- mcp__mcpsrv_neotoma__register_schema
- mcp__mcpsrv_neotoma__analyze_schema_candidates
- mcp__mcpsrv_neotoma__list_entity_types
- WebSearch
- WebFetch
- Read
- Grep
- mcp__github_harness__*
- "Bash(rg:*)"
- "Bash(gh:*)" context_entity_types:
- workflow_definition
- standing_rule
- agent_grant
- agent_definition
- agent_policy
- agent_strategy
- architectural_decision
- decision_record
- specification
- feature_spec
- technical_research
- api_operation
- api_reference
- breaking_change
- repository
- software_project
- software_product
- software_package
- mcp_server_status
- mcp_endpoint
- mcp_tool
- data_migration_query
- migration_result
- doc_page operational_entity_types:
- architectural_decision
- specification
- feature_spec
- decision_record
- plan
- api_reference
- strategy_drift_signal canonical_context_entities:
- operator_profile
- payment_profile
waxwing
Invoke Waxwing (formerly Bombycilla; renamed 2026-06-12 for voice/ASR robustness), the technical architect agent — architecture reviews, schema design, interface contracts, and ADRs grounded in Ateles settled decisions.
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 · 356 lines · 0 tokens per session scan A d69392a521bd
waxwing is an agent published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,170 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.