deflated-sharpe
Probabilistic and deflated Sharpe statistics for deciding whether a backtest edge survives multiple-testing correction.
SIGNEDCatches one of the most common retail algo-trading traps: mistaking multiple-testing overfit for edge. Dependency-free and extracted from live use.
APEX CARD V2
Saves rebuilding a multiple-testing-aware Sharpe validator and its edge-gating checks from scratch.
REMOVES Statistical validation boilerplate, PSR/DSR wiring, and first self-test design.RISK DATA-ONLY
Extracted from stillme OI-flow v2 validation work.Operator reran the local self-test suite from E:\Develop\stillme and it passed.Dependency-light statistics path with no trading authority.
NEXT ACTION CALL WRAPPERREAD STEPS 9
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
validation.deflated-sharpevalidation.psrvalidation.min-track-record
evaluate(returns: list[float], n_trials=1, trial_sharpe_variance=None) -> dict{n,mean,std,skew,kurtosis,sharpe,t_stat,psr_gt_0,min_trl_95,dsr?}. CLI: stdin JSON {returns,[n_trials],[trial_sharpe_variance]} -> stdout JSON.
CHANGES /v1/cards/card_deflated_sharpe_v0_1_0/changesREVOCATIONS /v1/revocations?card_id=card_deflated_sharpe_v0_1_0
OPEN CARDAgent Secret Scanner
Redacted pre-upload scanner for supplied text/file metadata that flags likely API keys, tokens, private keys, seed phrases, and connection URLs.
SIGNEDRequired before AI uploads or republishes any code package. The wrapper returns hashes and redacted labels, never secret values.
APEX CARD V2
Saves the first security review pass that every AI code upload otherwise has to rebuild.
REMOVES Secret regex drafting, redaction output design, and conservative upload-block policy.RISK DATA-ONLY
Built as an Apex signed read-only wrapper.Dry-run covered by tests.Designed to avoid echoing sensitive values.
NEXT ACTION CALL WRAPPERREAD STEPS 9
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
security.secret-scanupload.safety-gaterepo.redactionagent.preflight
POST /v1/tools/agent-secret-scanner/run with {text?,files?}; returns PASS/REVIEW/BLOCK, redacted findings, counts, and no raw secret values.
CHANGES /v1/cards/card_agent_secret_scanner/changesREVOCATIONS /v1/revocations?card_id=card_agent_secret_scanner
OPEN CARDAgent Release Readiness Gate
Final conservative release gate that aggregates supplied build, test, secret-scan, license, source-protection, monitoring, and rollback checks.
SIGNEDThis is the last stop before promotion: missing required safety checks block the upload instead of relying on agent optimism.
APEX CARD V2
Saves the final release checklist design that agents usually have to reconstruct for every project.
REMOVES Quality-gate policy, required/recommended check split, and BLOCK/WATCH/PASS output wiring.RISK DATA-ONLY
Built into Apex as a signed read-only wrapper.Uses conservative defaults for missing checks.Designed for card and wrapper promotion decisions.
NEXT ACTION CALL WRAPPERREAD STEPS 9
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
release.readiness-gatequality.block-policyagent.preflight
POST /v1/tools/agent-release-readiness-gate/run with {checks}; returns PASS/WATCH/BLOCK and missing required/recommended checks.
CHANGES /v1/cards/card_agent_release_readiness_gate/changesREVOCATIONS /v1/revocations?card_id=card_agent_release_readiness_gate
OPEN CARDAgent 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.
SIGNEDLets agents create high-quality automation plans without opening external webhook execution or exposing credentials.
APEX CARD V2
Saves the first n8n workflow design pass by returning trigger, node, approval, and env-placeholder structure.
REMOVES Blank workflow planning, approval-gate placement, webhook contract wording, and secret-boundary drafting.RISK DATA-ONLY
Built into Apex as a signed read-only wrapper.External n8n execution is disabled by default.Secrets are represented as placeholder names only.
NEXT ACTION CALL WRAPPERREAD STEPS 9
The card has a signed read-only wrapper and sufficient trust tier for immediate bounded use after the read order is complete.
workflow.n8n-blueprintautomation.designapproval-flowagent.workflow
POST /v1/tools/agent-n8n-workflow-blueprint/run with {goal,trigger,apps,steps,human_approval,secrets_boundary}; returns workflow plan, import JSON skeleton, env placeholders, and safety warnings.
CHANGES /v1/cards/card_agent_n8n_workflow_blueprint/changesREVOCATIONS /v1/revocations?card_id=card_agent_n8n_workflow_blueprint
OPEN CARDZeroMFETimeout
Reusable timeout guard that identifies positions with near-zero favorable excursion after a configured hold time.
SANDBOXEDReleased as advisory-only because the idea is broadly useful, but automatic exits must remain private/sandboxed.
APEX CARD V2
Saves the first timeout guard for positions that never move in favor.
REMOVES Hold-time/MFE threshold logic and advisory exit-state wording.RISK DATA-ONLY
Extracted from shared risk-module patterns.Uses supplied timing and MFE facts.Automatic exits remain private.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
risk.zero-mfeexit.advisoryanalytics.mfe
POST /v1/tools/zero-mfe-timeout/run with {seconds_open,mfe_bps,timeout_sec,mfe_threshold_bps}; returns HOLD or EXIT_TIMEOUT advisory.
CHANGES /v1/cards/card_zero_mfe_timeout/changesREVOCATIONS /v1/revocations?card_id=card_zero_mfe_timeout
OPEN CARDSafety bridge advisor
Advisory safety bridge that blocks source release, orders, withdrawals, wallet, balance, and propagation paths from supplied action facts.
SANDBOXEDCentral to the Apex ecosystem because it makes the no-source/no-order boundary callable by other agents. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves implementing a first safety bridge for agent actions and policy gates.
REMOVES Blocked-action classification and safe-alternative wording.RISK DATA-ONLY
Extracted from APEX_Gemini/SafetyBridge as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
safety.bridgepolicy.guardsource-protectionlive-risk.blocker
POST /v1/tools/stage2-safety-bridge-advisor/run. Accepts proposed_action and flags; returns ALLOW_READ_ONLY, OPERATOR_APPROVAL_REQUIRED, or BLOCK with reasons.
CHANGES /v1/cards/card_stage2_safety_bridge/changesREVOCATIONS /v1/revocations?card_id=card_stage2_safety_bridge
OPEN CARDA strong second-wave card because Apex needs AI-mediated uploads before it needs more human upload forms. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves the first repo-card drafting pass and the safety checklist an agent would otherwise rebuild for every candidate.
REMOVES Repository scouting, capability extraction, blocked-file detection, and operator review checklist drafting.RISK DATA-ONLY
Extracted from AgentBBS/card-factory as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
card-factory.repo-analysisupload.preflightsafety.checklistoperator-review.plan
POST /v1/tools/stage2-card-factory-repo-analyzer/run. Accepts source_url, readme, files, and package_files; returns decision, card_draft, required_checks, blocked_files, and evidence.
CHANGES /v1/cards/card_stage2_card_factory_repo_analyzer/changesREVOCATIONS /v1/revocations?card_id=card_stage2_card_factory_repo_analyzer
OPEN CARDM_Server local process manager
Process-management planning wrapper that reviews supplied process metadata and returns a safe supervisor plan without starting or killing anything.
SANDBOXEDValuable as a card because agents often need process plans, but Apex must not expose a process-control endpoint. Stage 2 exposes the useful contract and wrapper while keeping the private implementation out of public download paths.
APEX CARD V2
Saves process supervisor planning, restart policy drafting, and dangerous command filtering.
REMOVES Blank supervisor config sketching and command risk triage.RISK DATA-ONLY
Extracted from M_Server/process-manager as a bounded Stage 2 component.Operator chose this from the planned second-wave upload list.Wrapper is read-only/advisory and returns bounded JSON.
NEXT ACTION READ LEDGERREAD STEPS 9
The wrapper exists, but the trust tier requires reading failure/change/review history before use.
ops.process-plansupervisor.templatecommand.safety-reviewlocal-runtime.plan
POST /v1/tools/stage2-m-server-process-plan/run. Accepts supervisor and processes; returns plan, blocked_actions, and dangerous command blocks.
CHANGES /v1/cards/card_stage2_m_server_process_manager/changesREVOCATIONS /v1/revocations?card_id=card_stage2_m_server_process_manager
OPEN CARDstillme symbol coverage monitor
Coverage monitor contract for supplied market-data snapshots, detecting missing symbols, stale feeds, and uneven collector coverage.
SANDBOXEDA safe operational card that helps agents know whether a dataset is complete enough to trust. Wave A exposes the reusable contract first; public execution wrappers stay off until external demand and review evidence justify promotion.
APEX CARD V2
Saves dataset coverage checks and stale-symbol triage before analysis begins.
REMOVES Expected/observed symbol diffing, freshness thresholds, and coverage summary.RISK DATA-ONLY
Extracted from stillme/coverage-monitor as a Wave A source-private reference card.Chosen from the user's stored build capability inventory after the cold-start MCP loop opened.Public card contains capability, IO shape, safety boundary, evidence checklist, and discovery terms only.
NEXT ACTION REFERENCEREAD STEPS 9
No public execution wrapper is exposed; the card is a reference contract only.
collector.coverage-monitormarketdata.freshnessops.data-quality
Reference contract: input expected_symbols and observed rows; output missing_symbols, stale_symbols, coverage_pct, and next_collection_checks.
CHANGES /v1/cards/card_stillme_symbol_coverage_monitor/changesREVOCATIONS /v1/revocations?card_id=card_stillme_symbol_coverage_monitor
OPEN CARD