Beta

Original SkyDaemon research

Previews of methods and detection research we're actively developing. These describe directions and designs — not yet peer-reviewed or published papers. Request early access to follow the work.

IN PREPARATION

Per-Action Provenance Tracing for Confused-Deputy Detection in LLM Agents

SkyDaemon Detection Team

We are developing a runtime architecture designed to distinguish AI-agent actions whose intent originates from authenticated user input from those whose intent originates from untrusted retrieved content. The system attaches a provenance trace to every tool call, mapping it back to the conversational segment that triggered it. Privileged actions whose provenance maps to non-user-turn content are flagged as confused-deputy events.

In preparation· Request early access →
IN PREPARATION

Composite Kill-Chain Detection in MITRE-ATLAS-Aligned Telemetry

SkyDaemon Detection Team

Atomic adversarial-ML detectors miss the multi-stage attacker objective. We are developing a graph-walk algorithm over agent-invocation traces that surfaces composite kill-chains: indirect-injection → confused-deputy → external-action; secret-in-input → markdown-image-exfil → confirmed-egress; and reconnaissance → jailbreak → harm-output. It is designed to lift attack visibility from atomic-detector coverage toward full composite kill-chain coverage.

In preparation· Request early access →
IN PREPARATION

Three-Tier Multilingual Adversarial Detection at Production Scale

SkyDaemon Multilingual Team

Documents the SkyDaemon three-tier detection architecture designed to cover 104 natural languages: native fine-tuned classifiers (Tier 1), multilingual XLM-R-based classifiers (Tier 2), and NMT-bridge classifiers (Tier 3). Includes the eval-harness construction methodology, code-mixed handling for Hinglish / Spanglish / Manglish, and homoglyph normalization (UTS #39). Tier 3 is designed to add minimal additional detection latency.

In preparation· Request early access →
IN PREPARATION

Markdown Output-Channel Exfiltration: A New Class of Data-Loss Vector

SkyDaemon Detection Team

Auto-rendered markdown in chat clients (Slack, Teams, internal portals) silently fetches embedded image URLs. Attackers exploit this by tricking the model into emitting an image tag whose src is an attacker-controlled domain, with conversation context encoded in the query string. We characterize the attack surface across popular chat platforms, describe a first-class detector, and propose mitigations.

In preparation· Request early access →
IN PREPARATION

Continuous Behavioral Drift Detection for Production LLM Endpoints

SkyDaemon Detection Team

A KS-test-based continuous monitor for output-distribution drift, supplemented by an hourly golden-set probe that tracks response-embedding similarity. Designed to detect silent provider model swaps (a documented pattern in 2025–26 hosted APIs) within minutes of onset.

In preparation· Request early access →
IN PREPARATION

Denial-of-Wallet as a SOC-Grade Notable Event

SkyDaemon Detection Team

Cost-anomaly in agentic systems has been treated exclusively as a FinOps concern. We argue for elevating it to a SOC-grade event with a dollar-denominated cost threshold, propose detection thresholds rooted in tenant-baseline + 4σ analysis, and describe a circuit-breaker policy template that can auto-suspend agents on critical-severity DoW.

In preparation· Request early access →

Open benchmarks

Datasets and tooling we plan to release openly as SkyDaemon matures. Not yet available — request early access to be notified.

DATASET · COMING SOON

SKYDAEMON-RT-104: Multilingual Runtime Adversarial Benchmark

A planned multilingual adversarial benchmark spanning 104 natural languages — direct injection, jailbreak, indirect-injection, content-harm — tier-tagged for evaluating multilingual classifier coverage. Intended for open release under a permissive license.

Coming soon· Request early access →
DATASET · COMING SOON

SKYDAEMON-MCP-REP: MCP Server Reputation Dataset

A planned scored corpus of public Model-Context-Protocol servers. Per-server: signed-binary status, code-provenance score, capability scope, network destinations, age, maintainer reputation. Intended as the foundation for a SkyDaemon MCP reputation API.

Coming soon· Request early access →
CODE · COMING SOON

skydaemon-eval-harness

The eval harness SkyDaemon is building — designed to support import of PyRIT, Garak, Promptfoo, Inspect AI, HELM, LM Eval Harness, BIG-bench, and the AI Verify Foundation toolkit, so you can run custom probes against a SkyDaemon-instrumented agent. Planned for release under a permissive open-source license.

Coming soon· Request early access →

External work we build on

SkyDaemon's design draws on the following external research and standards bodies:

  • OWASP LLM Top 10 (2025) + ASI 2026 + AISVS — the canonical taxonomies for LLM security.
  • MITRE ATLAS — adversarial-ML tactics, techniques, and procedures.
  • UK AI Safety Institute — Inspect framework + frontier-AI eval methodology.
  • Anthropic alignment research — sleeper-agent, sycophancy, and deceptive-CoT failure modes.
  • Apollo Research — chain-of-thought faithfulness measurement, sandbagging detection.
  • Singapore IMDA AI Verify Foundation — government-grade evaluation toolkits.
  • NIST AI Risk Management Framework 1.0 + GenAI Profile (NIST AI 600-1).
  • Stanford CRFM HELM + EleutherAI lm-evaluation-harness — academic benchmarks.
  • NVIDIA Garak + Microsoft PyRIT + Promptfoo — production red-team tooling.
  • Riley Goodside — Unicode tag-character invisible-text injection (2024).
  • Carlini et al. — training-data extraction attacks.
  • Tramèr et al. — model-stealing canonical paper.
  • Shokri et al. — membership inference.
  • Zou et al. (Universal Adversarial Triggers) — GCG-style adversarial-suffix attacks.