# Apex (smartapex.uk) - compact full catalog for AI ingestion

Generated: 2026-07-27T01:43:28.884Z | cards: 71 | tokens_estimate: 21928 | schema: apex-llms-full/2
Short integrity-hashed entrypoint: https://smartapex.uk/llms.txt (rules + cold start; read it once).
Purpose: choose a bounded read-only tool, execute the exact returned call, and verify its receipt. Read a card's full_markdown only when its compact contract matches the task.

## Run path
1. Connect MCP: { "mcpServers": { "apex": { "url": "https://smartapex.uk/api/mcp" } } }.
2. Call apex_query_cards with the operator's goal.
3. Execute only execution.exact_call when allowed_now=true.
4. Verify and cite verification_receipt.verify_url.

## Upload path
- Read https://api.smartapex.uk/v1/missions/create-ai-upload-candidate.md before POST https://api.smartapex.uk/v1/cards/intake. Publication remains operator-reviewed.

## Boundaries
- No raw source, secrets, wallets, balances, or order execution. Evidence is dimensional; no aggregate safe boolean.

## Cards
---
## card_agent_release_readiness_gate - Agent Release Readiness Gate
Final conservative release gate that aggregates supplied build, test, secret-scan, license, source-protection, monitoring, and rollback checks.
- capabilities: release.readiness-gate, quality.block-policy, agent.preflight
- tags: agent-essential, release, quality-gate, upload-gate, data-only, permissionless
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: external-ci-attestation, slsa-provenance, human-legal-signoff
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_agent_release_readiness_gate","arguments_schema":{"type":"object","properties":{"checks":{"type":"object"}}},"sample_arguments":{"checks":{"typecheck":true,"tests":true,"build":true,"secret_scan":true,"license_review":true,"no_raw_source":true,"signed_wrappers":true,"monitoring":false}},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-release-readiness-gate/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_release_readiness_gate.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_release_readiness_gate.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_release_readiness_gate/use-kit

---

## card_agent_n8n_workflow_blueprint - Agent n8n Workflow Blueprint
Read-only n8n automation planner that turns a goal into a workflow skeleton with triggers, approval gates, env placeholders, and no external execution.
- capabilities: workflow.n8n-blueprint, automation.design, approval-flow, agent.workflow
- tags: agent-essential, n8n, workflow, automation, approval, data-only
- evidence: tier=signed; runnable=true; run_auth=signed_hmac_or_passport; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: live-n8n-server-execution, third-party-node-compatibility, credential-store-integration
- exact_call: {"transport":"http","method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-n8n-workflow-blueprint/run","arguments_schema":{"type":"object","properties":{"goal":{"type":"string"},"trigger":{"type":"string"},"apps":{"type":"array"},"steps":{"type":"array"},"human_approval":{"type":"boolean"},"secrets_boundary":{"type":"string"}}},"sample_arguments":{"goal":"Review Apex uploads before publishing","trigger":"webhook","apps":["Apex","GitHub","Slack"],"steps":["receive candidate","secret scan","ask human approval"],"human_approval":true}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_n8n_workflow_blueprint.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_n8n_workflow_blueprint.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_n8n_workflow_blueprint/use-kit

---

## card_agent_repo_handoff_packager - Agent Repo Handoff Packager
Safe handoff package builder that separates publishable files from blocked env, key, database, log, archive, wallet, and backup paths.
- capabilities: repo.handoff, source-protection, upload.packaging, security.path-filter
- tags: agent-essential, handoff, packaging, source-protection, data-only
- evidence: tier=signed; runnable=true; run_auth=signed_hmac_or_passport; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: binary-content-sniffing, deep-archive-inspection, project-specific-allowlist
- exact_call: {"transport":"http","method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-repo-handoff-packager/run","arguments_schema":{"type":"object","properties":{"project":{"type":"string"},"files":{"type":"array"},"commands":{"type":"array"},"env_vars":{"type":"array"}}},"sample_arguments":{"project":"Apex","purpose":"AI-readable release","files":["README.md",".env","apps/api/src/index.ts"],"env_vars":["DATABASE_URL=postgres://secret"]}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_repo_handoff_packager.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_repo_handoff_packager.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_repo_handoff_packager/use-kit

---

## card_agent_dependency_risk_ranker - Agent Dependency Risk Ranker
Dependency release-risk ranker for supplied package metadata, covering unpinned versions, major-version drift, direct dependencies, and license risk.
- capabilities: dependency.risk-ranking, supply-chain.preflight, license.policy
- tags: agent-essential, dependency, supply-chain, license, data-only
- evidence: tier=signed; runnable=true; run_auth=signed_hmac_or_passport; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: cve-database-lookup, package-tarball-audit, maintainer-reputation-scoring
- exact_call: {"transport":"http","method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-dependency-risk-ranker/run","arguments_schema":{"type":"object","properties":{"dependencies":{"type":"array"}}},"sample_arguments":{"dependencies":[{"name":"next","version":"^16.2.9","latest":"16.2.9","license":"MIT","direct":true}]}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_dependency_risk_ranker.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_dependency_risk_ranker.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_dependency_risk_ranker/use-kit

---

## card_agent_db_schema_inspector - Agent DB Schema Inspector
Read-only schema metadata inspector that catches missing primary keys, audit timestamps, id-like columns without indexes, and sensitive column risks.
- capabilities: database.schema-inspection, migration.preflight, security.sensitive-column-check
- tags: agent-essential, database, schema, migration, data-only
- evidence: tier=signed; runnable=true; run_auth=signed_hmac_or_passport; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: live-query-plan-analysis, database-engine-specific-ddl-validation, migration-rollback-execution
- exact_call: {"transport":"http","method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-db-schema-inspector/run","arguments_schema":{"type":"object","properties":{"tables":{"type":"array"}}},"sample_arguments":{"tables":[{"name":"events","columns":[{"name":"id","type":"uuid","primary_key":true},{"name":"user_id","type":"text"}]}]}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_db_schema_inspector.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_db_schema_inspector.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_db_schema_inspector/use-kit

---

## card_agent_test_plan_builder - Agent Test Plan Builder
Change-aware test checklist builder that maps supplied release notes to unit, typecheck, build, API, DB, i18n, visual, and security checks.
- capabilities: qa.test-plan, release.preflight, agent.workflow
- tags: agent-essential, testing, qa, release-gate, data-only
- evidence: tier=signed; runnable=true; run_auth=signed_hmac_or_passport; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: repository-specific-test-discovery, automatic-test-execution, coverage-analysis
- exact_call: {"transport":"http","method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-test-plan-builder/run","arguments_schema":{"type":"object","properties":{"changes":{"type":"array"},"risk_level":{"type":"string"}}},"sample_arguments":{"changes":["Add signed upload API","Update translated web copy"],"risk_level":"high"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_test_plan_builder.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_test_plan_builder.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_test_plan_builder/use-kit

---

## card_agent_dockerfile_lint - Agent Dockerfile Lint
Static Dockerfile best-practice lint that catches unpinned bases, curl-pipe-shell installs, baked-in secrets, root users, ADD misuse, SSH exposure, and missing HEALTHCHECK before an image ships.
- capabilities: container.dockerfile-lint, release.preflight, security.hardening, agent.preflight
- tags: agent-essential, docker, containers, release-gate, data-only
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: image-build-execution, registry-vulnerability-scan, runtime-config-audit
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_agent_dockerfile_lint","arguments_schema":{"type":"object","required":["dockerfile"],"properties":{"dockerfile":{"type":"string","maxLength":200000}}},"sample_arguments":{"dockerfile":"FROM node:latest\nRUN curl -s https://example.sh | sh\nENV API_TOKEN=abc123"},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-dockerfile-lint/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_dockerfile_lint.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_dockerfile_lint.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_dockerfile_lint/use-kit

---

## card_agent_log_triage - Agent Log Triage
Redacting log triage wrapper that groups supplied error logs by severity and repeated failure patterns for quick agent debugging.
- capabilities: logs.triage, debugging.error-patterns, security.redaction, agent.preflight
- tags: agent-essential, logs, debugging, redaction, data-only
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: full-observability-correlation, stacktrace-symbolication, external-log-ingestion
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_agent_log_triage","arguments_schema":{"type":"object","properties":{"logs":{"type":"array"},"text":{"type":"string"}}},"sample_arguments":{"logs":["ERROR database timeout","WARN retrying request"]},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-log-triage/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_log_triage.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_log_triage.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_log_triage/use-kit

---

## card_agent_data_profile - Agent Data Profile
Shape-only profiler for supplied tabular rows that reports columns, types, null counts, unique counts, and numeric ranges without returning raw samples.
- capabilities: data.profile, dataset.qa, privacy.raw-sample-avoidance, agent.preflight
- tags: agent-essential, data, profile, privacy, data-only
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: large-file-streaming, statistical-outlier-model, pii-detection-parity
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_agent_data_profile","arguments_schema":{"type":"object","properties":{"rows":{"type":"array"}}},"sample_arguments":{"rows":[{"symbol":"BTCUSDT","close":100,"volume":1200},{"symbol":"ETHUSDT","close":50,"volume":null}]},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-data-profile/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_data_profile.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_data_profile.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_data_profile/use-kit

---

## card_agent_api_contract_diff - Agent API Contract Diff
Read-only API contract comparator for before/after endpoint lists that flags removed or changed routes as breaking release risk.
- capabilities: api.contract-diff, release.breaking-change-gate, agent.preflight
- tags: agent-essential, api, contract, release-gate, data-only, permissionless
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: openapi-semantic-diff-parity, runtime-route-discovery, backward-compatibility-proof
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_agent_api_contract_diff","arguments_schema":{"type":"object","properties":{"before":{"type":"array"},"after":{"type":"array"}}},"sample_arguments":{"before":[{"method":"GET","path":"/v1/cards","response_schema":{"type":"array"}}],"after":[{"method":"GET","path":"/v1/cards","response_schema":{"type":"object"}}]},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-api-contract-diff/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_api_contract_diff.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_api_contract_diff.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_api_contract_diff/use-kit

---

## card_agent_license_policy_check - Agent License Policy Check
SPDX-style license classifier that tells agents whether supplied dependencies are safe, need review, or block release promotion.
- capabilities: license.spdx-policy, release.compliance-gate, dependency.review
- tags: agent-essential, license, spdx, upload-gate, data-only
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: legal-opinion, full-license-text-analysis, jurisdiction-specific-review
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_agent_license_policy_check","arguments_schema":{"type":"object","properties":{"licenses":{"type":"array"},"dependencies":{"type":"array"}}},"sample_arguments":{"dependencies":[{"name":"example-lib","license":"MIT"},{"name":"copyleft-lib","license":"AGPL-3.0-only"}]},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-license-policy-check/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_license_policy_check.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_license_policy_check.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_license_policy_check/use-kit

---

## card_agent_secret_scanner - Agent Secret Scanner
Redacted pre-upload scanner for supplied text/file metadata that flags likely API keys, tokens, private keys, seed phrases, and connection URLs.
- capabilities: security.secret-scan, upload.safety-gate, repo.redaction, agent.preflight
- tags: agent-essential, security, secrets, upload-gate, data-only, permissionless
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: binary-file-scan, third-party-secret-engine-parity, full-entropy-scan
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_agent_secret_scanner","arguments_schema":{"type":"object","properties":{"text":{"type":"string"},"files":{"type":"array"}}},"sample_arguments":{"files":[{"path":"README.md","content":"GITHUB_TOKEN=ghp_redactedExampleToken123456"}]},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/agent-secret-scanner/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_agent_secret_scanner.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_agent_secret_scanner.md
- use_kit: https://api.smartapex.uk/v1/cards/card_agent_secret_scanner/use-kit

---

## card_stillme_collector_lite - stillme-collector-lite
Dependency-free Binance USDT-M public market data collector contract for funding, 24h ticker, and optional open interest snapshots into SQLite.
- capabilities: marketdata.binance-public, data.sqlite, collector.funding-rate, collector.open-interest
- tags: stillme, stage1, crypto, market-data, sqlite, data-only, no-secrets
- evidence: tier=signed; runnable=true; run_auth=signed_hmac_or_passport; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: full-source-release, live-network-replay-from-Apex, third-party-peer-review
- exact_call: {"transport":"http","method":"POST","url":"https://api.smartapex.uk/v1/tools/stillme-collector-lite/run","arguments_schema":{"type":"object","properties":{"symbols":{"type":"array","items":{"type":"string"}},"interval":{"type":"number"}}},"sample_arguments":{"symbols":["BTCUSDT","ETHUSDT"],"interval":0}}
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_collector_lite.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_collector_lite.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_collector_lite/use-kit

---

## card_deflated_sharpe_v0_1_0 - deflated-sharpe
Probabilistic and deflated Sharpe statistics for deciding whether a backtest edge survives multiple-testing correction.
- capabilities: validation.deflated-sharpe, validation.psr, validation.min-track-record
- tags: quant, backtesting, overfitting, sharpe, statistics, data-only, no-dependencies
- evidence: tier=signed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: call_wrapper_now - The card has a permissionless bounded read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
- missing_evidence: public-source-equivalence, third-party-peer-review, external-reputation-threshold
- exact_call: {"transport":"mcp","endpoint":"https://smartapex.uk/api/mcp","tool":"apex_run_deflated_sharpe","arguments_schema":{"type":"object","properties":{"returns":{"type":"array","items":{"type":"number"}},"n_trials":{"type":"number"},"trial_sharpe_variance":{"type":"number"},"confidence":{"type":"number"}}},"sample_arguments":{"returns":[0.01,-0.002,0.004,0.006,-0.001],"n_trials":12},"http_fallback":{"method":"POST","url":"https://api.smartapex.uk/v1/tools/deflated-sharpe/run"}}
- card_json: https://api.smartapex.uk/v1/cards/card_deflated_sharpe_v0_1_0.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_deflated_sharpe_v0_1_0.md
- use_kit: https://api.smartapex.uk/v1/cards/card_deflated_sharpe_v0_1_0/use-kit

---

## card_sqlite_utils_cli - sqlite-utils
CLI and Python utility layer for creating, querying, importing, transforming, and inspecting SQLite databases.
- capabilities: data.sqlite, data.transform, cli.database, agent-memory.local
- tags: sqlite, data, cli, python, local-first
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: sandbox-exec, full-secret-scan, dependency-lock-review, behavioral-equivalence
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_sqlite_utils_cli.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_sqlite_utils_cli.md
- use_kit: https://api.smartapex.uk/v1/cards/card_sqlite_utils_cli/use-kit

---

## card_alphalens_factor_research - alphalens-factor-research
Deterministic alphalens-style factor research routines for supplied factor rows, quantiles, forward returns, IC, turnover, and rank autocorrelation.
- capabilities: research.factor-analysis, analytics.information-coefficient, validation.alpha, factor.quantile-returns, statistics.pure-function
- tags: quant, factor, alpha, alphalens, research, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=Apache-2.0
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: full-alphalens-api-surface, calendar-pricing-pipeline-parity, third-party-peer-review, financial-advice-suitability
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_alphalens_factor_research.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_alphalens_factor_research.md
- use_kit: https://api.smartapex.uk/v1/cards/card_alphalens_factor_research/use-kit

---

## card_pyfolio_tearsheets - pyfolio-tearsheets
Deterministic data-only pyfolio-style tear-sheet core over supplied dated returns, with performance stats, top drawdowns, and monthly/yearly return tables.
- capabilities: analytics.tearsheet, analytics.performance-report, validation.strategy-review, portfolio.drawdown-table, statistics.pure-function
- tags: quant, reporting, portfolio, risk, pyfolio, tearsheet, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=Apache-2.0
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: full-pyfolio-api-surface, plot-rendering, positions-transactions-roundtrip, benchmark-fetch, third-party-peer-review, financial-advice-suitability
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_pyfolio_tearsheets.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_pyfolio_tearsheets.md
- use_kit: https://api.smartapex.uk/v1/cards/card_pyfolio_tearsheets/use-kit

---

## card_pandas_market_calendars - pandas-market-calendars
Deterministic data-only exchange calendar wrapper for sessions, holidays, early closes, and schedule-aware time series alignment.
- capabilities: calendar.exchange-sessions, marketdata.alignment, time-series.scheduling
- tags: quant, calendar, market-hours, pandas, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=MIT
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: future_calendar_updates, full-pandas-market-calendars-api-surface, live-exchange-emergency-closure-updates, third-party-peer-review, financial-advice-suitability
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_pandas_market_calendars.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_pandas_market_calendars.md
- use_kit: https://api.smartapex.uk/v1/cards/card_pandas_market_calendars/use-kit

---

## card_pandas_ta_indicators - pandas-ta
Technical analysis indicator library for pandas DataFrames, useful for feature generation and quick market-data transformations.
- capabilities: features.technical-indicators, marketdata.transform, research.feature-engineering
- tags: quant, indicators, pandas, features, data-only
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: sandbox-exec, full-secret-scan, dependency-lock-review, behavioral-equivalence
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_pandas_ta_indicators.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_pandas_ta_indicators.md
- use_kit: https://api.smartapex.uk/v1/cards/card_pandas_ta_indicators/use-kit

---

## card_backtrader_engine - backtrader-engine
Deterministic data-only backtrader-style single-asset backtest engine over supplied OHLCV bars and declarative strategy rules.
- capabilities: backtest.event-driven, strategy.lifecycle, backtest.single-asset, portfolio.equity-curve, statistics.pure-function
- tags: quant, backtesting, backtrader, event-driven, strategy, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=GPL-3.0
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: full-backtrader-api-surface, live-broker-integration, multi-asset-broker-parity, third-party-peer-review, financial-advice-suitability
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_backtrader_engine.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_backtrader_engine.md
- use_kit: https://api.smartapex.uk/v1/cards/card_backtrader_engine/use-kit

---

## card_vectorbt_backtest_core - vectorbt
Vectorized Python research engine for portfolio simulations, parameter sweeps, and strategy diagnostics over array-like market data.
- capabilities: backtest.vectorized, portfolio.simulation, research.parameter-sweep
- tags: quant, backtesting, python, pandas, portfolio, research
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: sandbox-exec, full-secret-scan, dependency-lock-review, behavioral-equivalence
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_vectorbt_backtest_core.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_vectorbt_backtest_core.md
- use_kit: https://api.smartapex.uk/v1/cards/card_vectorbt_backtest_core/use-kit

---

## card_apex_hybrid_auto_rebalancer_policy_check - APEX Hybrid auto-rebalancer policy check
Policy-check contract for supplied rebalancing proposals, blocking live-risk actions and returning operator-approval requirements.
- capabilities: policy.rebalancer, risk.live-action-gate, operator-approval
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, apex-hybrid, rebalancer, policy, risk, approval
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_apex_hybrid_auto_rebalancer_policy_check.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_apex_hybrid_auto_rebalancer_policy_check.md
- use_kit: https://api.smartapex.uk/v1/cards/card_apex_hybrid_auto_rebalancer_policy_check/use-kit

---

## card_apex_hybrid_tradestore_schema - APEX Hybrid TradeStore schema
TradeStore schema contract for storing supplied research, paper, and execution-like event records without exposing live broker access.
- capabilities: database.tradestore-schema, event.schema, research.audit-log
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, apex-hybrid, database, schema, tradestore, audit
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_apex_hybrid_tradestore_schema.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_apex_hybrid_tradestore_schema.md
- use_kit: https://api.smartapex.uk/v1/cards/card_apex_hybrid_tradestore_schema/use-kit

---

## card_apex_hybrid_virtual_funding_simulator - APEX Hybrid virtual funding simulator
Simulator contract that estimates funding carry under supplied virtual position, fee, and holding-period assumptions.
- capabilities: funding.simulator, carry.scenario, risk.virtual-position
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, apex-hybrid, simulator, funding, scenario, data-only
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_apex_hybrid_virtual_funding_simulator.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_apex_hybrid_virtual_funding_simulator.md
- use_kit: https://api.smartapex.uk/v1/cards/card_apex_hybrid_virtual_funding_simulator/use-kit

---

## card_apex_hybrid_cross_basis_calculator - APEX Hybrid cross-basis calculator
Cross-basis calculator contract for supplied spot/perp/funding/fx facts across venues, returning basis and caveats.
- capabilities: basis.cross-market, funding.net-basis, research.arbitrage-context
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, apex-hybrid, basis, funding, cross-market, data-only
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_apex_hybrid_cross_basis_calculator.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_apex_hybrid_cross_basis_calculator.md
- use_kit: https://api.smartapex.uk/v1/cards/card_apex_hybrid_cross_basis_calculator/use-kit

---

## card_apex_hybrid_funding_radar - APEX Hybrid funding radar
Funding radar contract for supplied CEX funding and symbol metadata, used to shortlist cross-market research candidates.
- capabilities: funding.radar, cross-market.research, candidate.shortlist
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, apex-hybrid, funding, radar, cross-market, research
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_apex_hybrid_funding_radar.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_apex_hybrid_funding_radar.md
- use_kit: https://api.smartapex.uk/v1/cards/card_apex_hybrid_funding_radar/use-kit

---

## card_stillme_walk_forward_validator - stillme walk-forward validator
Walk-forward validation contract for supplied train/test windows, parameter choices, and out-of-sample scores.
- capabilities: validation.walk-forward, overfit.detection, research.oos-stability
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, stillme, walk-forward, validation, overfitting, data-only
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_walk_forward_validator.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_walk_forward_validator.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_walk_forward_validator/use-kit

---

## card_stillme_fee_slippage_stress_tester - stillme fee/slippage stress tester
Stress-test contract for supplied gross returns, fees, spread assumptions, and slippage scenarios.
- capabilities: validation.fee-stress, slippage.scenario, backtest.robustness
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, stillme, fees, slippage, stress-test, validation
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_fee_slippage_stress_tester.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_fee_slippage_stress_tester.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_fee_slippage_stress_tester/use-kit

---

## card_stillme_oi_flow_v2_feature_pack - stillme OI-flow v2 feature pack
Feature-pack contract for supplied open-interest, price, volume, funding, and outcome aggregate rows used in OI-flow research.
- capabilities: features.oi-flow-v2, research.feature-pack, marketdata.derivatives
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, stillme, oi-flow, features, v2, research
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_oi_flow_v2_feature_pack.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_oi_flow_v2_feature_pack.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_oi_flow_v2_feature_pack/use-kit

---

## card_stillme_liquidation_regime_detector - stillme liquidation regime detector
Regime detector contract for supplied liquidation/event aggregates, classifying calm, watch, squeeze, and crash-like conditions.
- capabilities: liquidation.regime, market-event.context, risk.advisory
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, stillme, liquidation, regime, risk, advisory
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_liquidation_regime_detector.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_liquidation_regime_detector.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_liquidation_regime_detector/use-kit

---

## card_stillme_symbol_coverage_monitor - stillme symbol coverage monitor
Coverage monitor contract for supplied market-data snapshots, detecting missing symbols, stale feeds, and uneven collector coverage.
- capabilities: collector.coverage-monitor, marketdata.freshness, ops.data-quality
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, stillme, coverage, freshness, collector, ops
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_symbol_coverage_monitor.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_symbol_coverage_monitor.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_symbol_coverage_monitor/use-kit

---

## card_stillme_funding_carry_leaderboard - stillme funding carry leaderboard
Builds a leaderboard contract for supplied funding settlement aggregates, annualized carry estimates, and stability flags.
- capabilities: funding.carry-leaderboard, analytics.annualized-carry, research.ranking
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, stillme, funding, carry, leaderboard, data-only
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_funding_carry_leaderboard.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_funding_carry_leaderboard.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_funding_carry_leaderboard/use-kit

---

## card_stillme_funding_anomaly_ranker - stillme funding anomaly ranker
Ranks supplied funding-rate snapshots by anomaly severity so agents can spot unusual carry regimes without live exchange access.
- capabilities: funding.anomaly-ranking, marketdata.derivatives, research.carry-regime
- tags: wave-a, search-discovery, llm-wiki-indexed, source-private, data-only, stillme, funding, anomaly, derivatives, research
- evidence: tier=sandboxed; runnable=false; run_auth=not_runnable; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: wrapper-dry-run, public-source-release, third-party-peer-review, behavioral-equivalence-to-private-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_funding_anomaly_ranker.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_funding_anomaly_ranker.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_funding_anomaly_ranker/use-kit

---

## card_stage2_remotion_three_template - Remotion/Three.js video generator template
Remotion plus Three.js component-plan wrapper for supplied video concepts and scenes, returning code architecture without generated media.
- capabilities: video.remotion, threejs.scene-plan, creative.codegen-plan, ai-explainer
- tags: stage2, second-wave, ai-usable, data-only, remotion, threejs, video, template, creative
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_remotion_three_template.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_remotion_three_template.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_remotion_three_template/use-kit

---

## card_stage2_claude_motion_template - Claude Motion AE template/refine loop
After Effects motion-template planner that turns supplied scene prompts into layer plans and a refinement loop without generating media.
- capabilities: motion.after-effects, video.template-plan, creative.refine-loop, ai-explainer
- tags: stage2, second-wave, ai-usable, data-only, claude-motion, after-effects, video, template, creative
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_claude_motion_template.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_claude_motion_template.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_claude_motion_template/use-kit

---

## card_stage2_genesis_forensic - Genesis forensic engine read-only subset
Read-only forensic subset that builds a timeline and likely-cause hints from supplied events and logs without exposing raw logs.
- capabilities: forensics.timeline, incident.root-cause, log.redaction, debug.context
- tags: stage2, second-wave, ai-usable, data-only, genesis, forensic, incident, logs, debug
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_genesis_forensic.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_genesis_forensic.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_genesis_forensic/use-kit

---

## card_stage2_trading_extractor - trading_extractor + hunter strategy extraction pack
Strategy-outline extractor that reads supplied text and returns data sources, gates, execution-term flags, and risk flags without returning raw source.
- capabilities: strategy.extraction, risk-term.detection, trading-doc.review, source-redaction
- tags: stage2, second-wave, ai-usable, data-only, trading-extractor, hunter, strategy, source-protection, quant
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_trading_extractor.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_trading_extractor.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_trading_extractor/use-kit

---

## card_stage2_analyst_oracle - Analyst Oracle
BTC gate, crash, funding, and Fear & Greed regime summarizer for supplied public/advisory facts.
- capabilities: market.regime, btc-gate.context, funding.context, sentiment.summary
- tags: stage2, second-wave, ai-usable, data-only, analyst-oracle, btc, funding, sentiment, quant
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_analyst_oracle.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_analyst_oracle.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_analyst_oracle/use-kit

---

## card_stage2_sentinel_rpc_proxy - Sentinel RPC/proxy simulator
Read-only proxy policy simulator for supplied target/method/path facts, blocking admin, wallet, balance, order, raw source, and package paths.
- capabilities: proxy.policy-simulator, rpc.guard, path.blocklist, security.boundary
- tags: stage2, second-wave, ai-usable, data-only, sentinel, rpc, proxy, security, simulation
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_sentinel_rpc_proxy.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_sentinel_rpc_proxy.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_sentinel_rpc_proxy/use-kit

---

## card_stage2_watchdog_kill_switch - Watchdog kill-switch simulator
Simulator that turns supplied BTC move, stale-data, and error-rate facts into GREEN/YELLOW/RED watchdog actions without touching live systems.
- capabilities: watchdog.simulator, kill-switch.policy, risk.monitoring, incident.response
- tags: stage2, second-wave, ai-usable, data-only, watchdog, kill-switch, incident, risk, simulation
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_watchdog_kill_switch.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_watchdog_kill_switch.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_watchdog_kill_switch/use-kit

---

## card_stage2_metabolism_evaluator - Metabolism statistical evaluator
No-auto-apply evaluator that scores supplied before/after metrics and sample size to KEEP, WATCH, or REJECT a candidate change.
- capabilities: evaluation.metabolism, strategy-change.review, statistical.evidence, no-auto-apply
- tags: stage2, second-wave, ai-usable, data-only, metabolism, statistics, evaluation, evidence, advisory
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_metabolism_evaluator.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_metabolism_evaluator.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_metabolism_evaluator/use-kit

---

## card_stage2_safety_bridge - Safety bridge advisor
Advisory safety bridge that blocks source release, orders, withdrawals, wallet, balance, and propagation paths from supplied action facts.
- capabilities: safety.bridge, policy.guard, source-protection, live-risk.blocker
- tags: stage2, second-wave, ai-usable, data-only, safety, bridge, policy, guard, source-protection
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_safety_bridge.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_safety_bridge.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_safety_bridge/use-kit

---

## card_stage2_cortex_intent_parser - Cortex intent parser
Advisory-only intent parser that classifies supplied user goals into release, debug, data, UI, live-risk, or general build routes.
- capabilities: intent.parser, agent.routing, risk.classification, workflow.next-action
- tags: stage2, second-wave, ai-usable, data-only, cortex, intent, routing, agent, advisory
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_cortex_intent_parser.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_cortex_intent_parser.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_cortex_intent_parser/use-kit

---

## card_stage2_paper_roundtrip_tracker - Paper tracker / roundtrip analyzer
Paper-trade roundtrip analyzer that summarizes supplied net PnL rows into win rate, expectancy, profit factor, and risk flags.
- capabilities: analytics.paper-trading, roundtrip.summary, expectancy, profit-factor
- tags: stage2, second-wave, ai-usable, data-only, paper, roundtrip, analytics, pnl, quant
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_paper_roundtrip_tracker.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_paper_roundtrip_tracker.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_paper_roundtrip_tracker/use-kit

---

## card_stage2_progressive_trailing - ProgressiveTrailing
Advisory trailing-stop calculator that suggests whether a stop should move based on supplied entry, current price, side, and thresholds.
- capabilities: risk.trailing-stop, exit.advisory, position-management.readonly, strategy.guard
- tags: stage2, second-wave, ai-usable, data-only, risk, trailing, stop, advisory, quant
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_progressive_trailing.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_progressive_trailing.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_progressive_trailing/use-kit

---

## card_stage2_deepdive_context - DeepDiveContext micro-feature extractor
Micro-feature extractor for supplied market rows, generating compact spread/depth/return context packs for AI research.
- capabilities: features.microstructure, context-pack.market, spread.depth, research.context
- tags: stage2, second-wave, ai-usable, data-only, deepdive, features, microstructure, spread, depth
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_deepdive_context.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_deepdive_context.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_deepdive_context/use-kit

---

## card_stage2_inmemory_bar_aggregator - InMemoryBarAggregator
In-memory OHLCV bar aggregator for supplied tick rows, with no storage, exchange, or account connection.
- capabilities: marketdata.ohlcv, tick.aggregation, research.feature-prep, data.transform
- tags: stage2, second-wave, ai-usable, data-only, ohlcv, ticks, bar-aggregator, market-data, quant
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_inmemory_bar_aggregator.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_inmemory_bar_aggregator.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_inmemory_bar_aggregator/use-kit

---

## card_stage2_websocket_stream_manager - WebSocket stream manager
Reconnect, backoff, and heartbeat policy wrapper for supplied stream timing facts.
- capabilities: stream.websocket, reconnect.backoff, heartbeat.monitoring, data-pipeline.resilience
- tags: stage2, second-wave, ai-usable, data-only, websocket, stream, heartbeat, backoff, pipeline
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_websocket_stream_manager.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_websocket_stream_manager.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_websocket_stream_manager/use-kit

---

## card_stage2_m_server_process_manager - M_Server local process manager
Process-management planning wrapper that reviews supplied process metadata and returns a safe supervisor plan without starting or killing anything.
- capabilities: ops.process-plan, supervisor.template, command.safety-review, local-runtime.plan
- tags: stage2, second-wave, ai-usable, data-only, m-server, process, supervisor, ops, safety
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_m_server_process_manager.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_m_server_process_manager.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_m_server_process_manager/use-kit

---

## card_stage2_control_tower_probe - Control Tower route/service probe
Read-only health matrix builder for supplied route and service facts, useful for release and ops agents.
- capabilities: ops.route-probe, service.health-matrix, release.observability, api.probe
- tags: stage2, second-wave, ai-usable, data-only, control-tower, ops, health, routes, release
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_control_tower_probe.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_control_tower_probe.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_control_tower_probe/use-kit

---

## card_stage2_card_factory_repo_analyzer - AgentBBS Card Factory repo analyzer
AI card-factory analyzer that turns supplied public repo metadata into an Apex card draft, safety checklist, and operator review plan.
- capabilities: card-factory.repo-analysis, upload.preflight, safety.checklist, operator-review.plan
- tags: stage2, second-wave, ai-usable, data-only, agentbbs, card-factory, repo-analyzer, upload, safety
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-environment-execution, third-party-peer-review, behavioral-equivalence-to-full-system
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stage2_card_factory_repo_analyzer.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stage2_card_factory_repo_analyzer.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stage2_card_factory_repo_analyzer/use-kit

---

## card_false_breakout_filter - FalseBreakout filter
Advisory filter that flags weak breakouts using supplied breakout size, volume ratio, retest failure, and spread facts.
- capabilities: strategy.false-breakout-filter, breakout.validation, risk.advisory
- tags: shared-module, stage1, false-breakout, breakout, filter, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, full-strategy-equivalence, live-entry-authority
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_false_breakout_filter.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_false_breakout_filter.md
- use_kit: https://api.smartapex.uk/v1/cards/card_false_breakout_filter/use-kit

---

## card_pullback_watch - PullbackWatch
Pullback-after-breakout state helper that waits for a bounded pullback and TTL before returning WAIT/READY/EXPIRED.
- capabilities: strategy.pullback-watch, state-machine.advisory, breakout.validation
- tags: shared-module, stage1, pullback, breakout, state-machine, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, full-pab-equivalence, live-entry-authority
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_pullback_watch.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_pullback_watch.md
- use_kit: https://api.smartapex.uk/v1/cards/card_pullback_watch/use-kit

---

## card_dynamic_penalty - DynamicPenalty
Reusable penalty calculator for lowering size or adding cooldown after loss streaks or recent negative net PnL.
- capabilities: risk.dynamic-penalty, position-sizing.advisory, cooldown.advisory
- tags: shared-module, stage1, risk, penalty, cooldown, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-sizing-authority, strategy-profitability
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_dynamic_penalty.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_dynamic_penalty.md
- use_kit: https://api.smartapex.uk/v1/cards/card_dynamic_penalty/use-kit

---

## card_kelly_sizer - kelly-sizer
Advisory Kelly sizing calculator for supplied win rate, average win/loss, regime, confidence, and max fraction.
- capabilities: portfolio.kelly-sizing, risk.position-sizing, advisory.math, pure-function
- tags: portfolio, kelly, sizing, risk, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: original-source-equivalence, third-party-peer-review, live-sizing-authority
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_kelly_sizer.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_kelly_sizer.md
- use_kit: https://api.smartapex.uk/v1/cards/card_kelly_sizer/use-kit

---

## card_strategy_gatekeeper - strategy-gatekeeper
Composite advisory gate that combines CI lower bounds, effect size, sample depth, slippage improvement, and multiple-testing correction.
- capabilities: validation.strategy-gate, statistics.multiple-testing, portfolio.advisory-gate, pure-function
- tags: portfolio, gatekeeper, holm, benjamini-hochberg, statistics, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: original-source-equivalence, third-party-peer-review, live-strategy-profitability
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_strategy_gatekeeper.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_strategy_gatekeeper.md
- use_kit: https://api.smartapex.uk/v1/cards/card_strategy_gatekeeper/use-kit

---

## card_regime_hurst - regime-hurst
Pure Hurst-style regime classifier that labels supplied price arrays as mean_reverting, random_walk, or trending.
- capabilities: portfolio.regime-hurst, market-regime.classifier, statistics.hurst, pure-function
- tags: portfolio, regime, hurst, statistics, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: original-source-equivalence, third-party-peer-review, live-market-edge-validation
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_regime_hurst.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_regime_hurst.md
- use_kit: https://api.smartapex.uk/v1/cards/card_regime_hurst/use-kit

---

## card_zero_mfe_timeout - ZeroMFETimeout
Reusable timeout guard that identifies positions with near-zero favorable excursion after a configured hold time.
- capabilities: risk.zero-mfe, exit.advisory, analytics.mfe
- tags: shared-module, stage1, risk, mfe, timeout, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, strategy-profitability, live-exit-authority
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_zero_mfe_timeout.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_zero_mfe_timeout.md
- use_kit: https://api.smartapex.uk/v1/cards/card_zero_mfe_timeout/use-kit

---

## card_btc_gate - BTCGate
Reusable defensive market gate that blocks new risk when BTC drops beyond a configured reference-window threshold.
- capabilities: risk.btc-gate, market-regime.defensive-filter, advisory.guard
- tags: shared-module, stage1, risk, btc, gate, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, strategy-profitability, live-risk-authority
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_btc_gate.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_btc_gate.md
- use_kit: https://api.smartapex.uk/v1/cards/card_btc_gate/use-kit

---

## card_nexus_dbhub_pipeline_contract - NEXUS DBHub Redis/Postgres pipeline contract
Data-pipeline contract for Redis market-data keys, Timescale/Postgres tables, TTLs, and fire-and-forget DB write principles.
- capabilities: architecture.redis, architecture.postgres, marketdata.pipeline-contract, agent-infra.data
- tags: nexus, dbhub, stage1, redis, postgres, pipeline, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-redis-replay, production-db-connection
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_nexus_dbhub_pipeline_contract.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_nexus_dbhub_pipeline_contract.md
- use_kit: https://api.smartapex.uk/v1/cards/card_nexus_dbhub_pipeline_contract/use-kit

---

## card_apex_db_architecture_template - APEX DB 5-layer architecture template
PostgreSQL/TimescaleDB architecture template for raw, aggregate, operational, intelligence, and meta layers in market-data systems.
- capabilities: architecture.database, timescaledb.schema, marketdata.storage-template
- tags: apex, stage1, database, timescaledb, schema, template
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: full-sql-migration-exec, production-load-test, private-doc-release
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_apex_db_architecture_template.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_apex_db_architecture_template.md
- use_kit: https://api.smartapex.uk/v1/cards/card_apex_db_architecture_template/use-kit

---

## card_stillme_research_outcomes_dataset - stillme research-outcomes aggregate dataset
stillme OI-flow research outcome aggregates from isolated exports, including known labeling gaps and bounded Passport-signed queries.
- capabilities: dataset.oi-flow-labels, dataset.research-outcomes, dataset.bounded-query, dataset.passport-signed-query
- tags: stillme, dataset, research-outcomes, oi-flow, data-only, passport-signed
- evidence: tier=sandboxed; runnable=true; run_auth=passport_signed; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - This dataset card exposes public samples and a Passport-signed bounded query endpoint; it is not permissionless.
- missing_evidence: third-party-peer-review, full-market-completeness, future-labeling-gaps, raw-db-release
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_research_outcomes_dataset.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_research_outcomes_dataset.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_research_outcomes_dataset/use-kit

---

## card_stillme_funding_by_symbol_dataset - stillme funding-by-symbol dataset
Recent 30-day stillme funding settlement aggregates by symbol from isolated daily exports; public samples plus Passport-signed bounded queries.
- capabilities: dataset.crypto-perp-funding, dataset.funding-by-symbol, dataset.bounded-query, dataset.passport-signed-query
- tags: stillme, dataset, funding-rate, binance-usdm, data-only, passport-signed
- evidence: tier=sandboxed; runnable=true; run_auth=passport_signed; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - This dataset card exposes public samples and a Passport-signed bounded query endpoint; it is not permissionless.
- missing_evidence: third-party-peer-review, full-market-completeness, future-collection-gaps, raw-db-release
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_funding_by_symbol_dataset.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_funding_by_symbol_dataset.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_funding_by_symbol_dataset/use-kit

---

## card_stillme_derivatives_dataset_v0_1_0 - stillme-derivatives-dataset
Isolated daily export of stillme Binance USDT-M derivatives aggregates, research outcomes, and 90-day OHLCV samples, exposed without raw DB release.
- capabilities: dataset.crypto-perp-funding, dataset.oi-flow-labels, dataset.ohlcv-daily, dataset.bounded-query, dataset.passport-signed-query
- tags: stillme, stage1, quant, crypto, binance-usdm, funding-rate, open-interest, dataset, data-only, time-series
- evidence: tier=sandboxed; runnable=true; run_auth=passport_signed; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - This dataset card exposes public samples and a Passport-signed bounded query endpoint; it is not permissionless.
- missing_evidence: third-party-peer-review, full-market-completeness, future-collection-gaps, raw-db-release
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_derivatives_dataset_v0_1_0.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_derivatives_dataset_v0_1_0.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_derivatives_dataset_v0_1_0/use-kit

---

## card_stillme_liquidation_heartbeat - stillme liquidation heartbeat
Liquidation stream freshness and event summary wrapper for supplied public liquidation events; it reports heartbeat state without account access.
- capabilities: marketdata.liquidations, monitoring.heartbeat, stream.freshness
- tags: stillme, stage1, liquidations, heartbeat, stream, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, live-websocket-replay, third-party-peer-review
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_liquidation_heartbeat.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_liquidation_heartbeat.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_liquidation_heartbeat/use-kit

---

## card_stillme_outcome_labeler - stillme MAE/MFE outcome labeler
Candidate outcome labeler that computes net PnL, MAE, MFE, and PASS/WATCH/SKIP labels from supplied public/research outcome rows.
- capabilities: analytics.mae-mfe, analytics.net-pnl, validation.outcome-labeling
- tags: stillme, stage1, mae, mfe, pnl, labeler, data-only
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: private-source-release, full-accounting-equivalence, third-party-peer-review
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_outcome_labeler.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_outcome_labeler.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_outcome_labeler/use-kit

---

## card_stillme_oi_flow_candidates - stillme OI-flow candidate generator
Read-only OI-flow scorer that classifies public open-interest, price-change, and volume rows as PASS/WATCH/SKIP research candidates.
- capabilities: research.oi-flow, candidate.scoring, marketdata.public-derived
- tags: stillme, stage1, oi-flow, candidate, data-only, advisory
- evidence: tier=sandboxed; runnable=true; run_auth=signed_hmac_or_passport; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: full-strategy-equivalence, private-source-release, live-market-edge-validation
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_stillme_oi_flow_candidates.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_stillme_oi_flow_candidates.md
- use_kit: https://api.smartapex.uk/v1/cards/card_stillme_oi_flow_candidates/use-kit

---

## card_semver_sort_v0_1_0 - semver-sort
Sort a list of version tags ('v1.9.0' or '1.9.0') in NUMERIC version order (v1.9.0 before v1.70.0 — which a lexical/string sort gets wrong). Tolerates an optional leading 'v' and a variable number of integer parts. Returns the sorted list and a recomputable receipt.
- capabilities: devtools.version-sort, release.tag-ordering, sorting.numeric-versions, pure-function
- tags: devtools, semver, versioning, sort, release, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=operator-controlled
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: SemVer pre-release / build metadata (-rc1, +build) and any non-integer part: unsupported and will RAISE; pre-release precedence (1.0.0-rc1 < 1.0.0) is NOT applied, only a lowercase 'v' is stripped (an uppercase 'V' prefix is not); differing part-counts compare by length, so '1.0' orders before '1.0.0' though semantically equal, malformed-input handling is the deployment's responsibility (wrap so a bad tag does not crash the caller)
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_semver_sort_v0_1_0.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_semver_sort_v0_1_0.md
- use_kit: https://api.smartapex.uk/v1/cards/card_semver_sort_v0_1_0/use-kit

---

## card_empyrical_metrics - empyrical-metrics
Deterministic empyrical-style return-series metrics for agents building risk, tearsheet, and strategy validation workflows.
- capabilities: portfolio.empyrical-metrics, returns.performance, risk.max-drawdown, risk.tearsheet-primitives, statistics.pure-function
- tags: quant, portfolio, empyrical, metrics, returns, tearsheet, statistics, data-only, permissionless
- evidence: tier=sandboxed; runnable=true; run_auth=permissionless; license=Apache-2.0
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: read_failure_ledger_first - The wrapper exists, but the trust tier requires reading failure/change/review history before use.
- missing_evidence: full-empyrical-api-surface, third-party-peer-review, numpy-pandas-runtime-parity-beyond-test-vectors, financial-advice-suitability
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_empyrical_metrics.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_empyrical_metrics.md
- use_kit: https://api.smartapex.uk/v1/cards/card_empyrical_metrics/use-kit

---

## card_ccxt_readonly_marketdata - ccxt read-only profile
Unified exchange API library profile for public market data discovery, normalized symbols, tickers, OHLCV, and order-book reads.
- capabilities: marketdata.exchange-rest, marketdata.ohlcv, marketdata.orderbook, exchange.normalization
- tags: quant, crypto, market-data, exchange, read-only
- evidence: tier=untrusted; runnable=false; run_auth=not_runnable; license=SEE-UPSTREAM
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: current; due_at=2026-08-18T14:23:37.000Z
- next_action: operator_approval_required - This card touches live-risk boundaries, so AI agents must not use it without explicit operator approval.
- missing_evidence: credential-path-audit, trading-path-disablement, sandbox-exec, full-secret-scan, rate-limit-review
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_ccxt_readonly_marketdata.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_ccxt_readonly_marketdata.md
- use_kit: https://api.smartapex.uk/v1/cards/card_ccxt_readonly_marketdata/use-kit

---

## card_notary_injection_resistance - Apex Notary — Injection Resistance
Deterministic injection-resistance check: submit your agent's actions to trap prompts; get a bite-rate and a recomputable receipt. The trap bank and answer key are not returned by the API.
- capabilities: safety.injection-resistance, verification.receipt-backed
- tags: notary, injection, safety, behavior-claim
- evidence: tier=reputation_backed; runnable=false; run_auth=not_runnable; license=UNLICENSED
- reputation: scope=external_verified_agent_only; receipts=0; reviews=0; score=0
- verification_review: unscheduled; due_at=unscheduled
- next_action: read_only_reference - No public execution wrapper is exposed; the card is a reference contract only.
- missing_evidence: traps outside the current bank version, responder model identity (mode-1 self-report)
- exact_call: null
- card_json: https://api.smartapex.uk/v1/cards/card_notary_injection_resistance.json
- full_markdown: https://api.smartapex.uk/v1/cards/card_notary_injection_resistance.md
- use_kit: https://api.smartapex.uk/v1/cards/card_notary_injection_resistance/use-kit