safety-security

Enforce safety and operational security controls for tactical trading.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/JuelHossain/kalshi-trading-team --skill safety-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: safety-security
Source: https://github.com/JuelHossain/kalshi-trading-team/tree/main/ai-env/skills/safety-security
Command: npx skills add https://github.com/JuelHossain/kalshi-trading-team --skill safety-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces the Safety pillar of the Sentient Alpha constitution. It prioritizes capital preservation and automated risk mitigation.

Core Features & Use Cases

  • Ragnarok Protocol to automatically liquidate all open orders during emergencies.
  • Autopilot Pulse management to ensure the current risk state is respected before costly actions.
  • Paper-First & Vault Safety to prevent unwanted trades and hard limits.
  • Isolated testing & diagnostics to safely validate agent logic without live trades.

Quick Start

To review or modify safety controls, open SKILL.md and follow the evolution entries in engine/core/vault.py and engine/core/auth.py, then validate with the provided diagnostics tools.

Frequently Asked Questions about safety-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically liquidate open trading orders during an emergency?

To automatically liquidate open orders during emergencies, you can use the Ragnarok Protocol. It enforces operational security controls to safeguard capital by triggering automated risk mitigation across the trading engine.

What is autopilot pulse governance for trading risk management?

Autopilot pulse governance is a risk control mechanism that ensures the current risk state is respected before executing costly trading actions. It prevents unwanted trades by enforcing automated risk mitigation protocols.

How can I validate trading agent logic without executing live trades?

You can validate trading agent logic safely using isolated testing and diagnostics tools. This allows you to test automated risk controls and protocol audits without risking actual capital or triggering live trades.

How do I prevent unwanted trades and enforce hard limits in a trading system?

Prevent unwanted trades by applying paper-first and vault safety controls. These automated risk controls enforce hard limits within the trading engine, safeguarding capital against unauthorized or accidental execution.

When should automated risk mitigation protocols be applied in tactical trading?

Automated risk mitigation protocols should be applied during emergencies and before costly autopilot actions. They enforce operational security controls, ensuring capital preservation and preventing unwanted trades across the engine.