Skip to content

Instantly share code, notes, and snippets.

@stvhay
stvhay / agentshroud-blue-team-phase-01.md
Created March 9, 2026 16:37
agentshroud-blue-team-phase-01

AgentShroud Blue Team Analysis — Phase 1

Assessment AgentShroud (updated version, post-remediation)
Target OpenClaw via Telegram, AgentShroud gateway
Authorized by Isaiah Jefferson (product author)
Assessors Steven Hay + Claude
Started 2026-03-09
Role Collaborator (restricted)
@stvhay
stvhay / nix_config.md
Created March 6, 2026 16:14
nix config

Here it is:

{
  description = "nix-darwin system flake";

  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-25.11-darwin";
    claude-code.url = "github:sadjow/claude-code-nix";
    nix-darwin = {
@stvhay
stvhay / stpa-sec-methodology.md
Last active February 21, 2026 14:39
STPA-Sec Methodology for AI Agent Security Assessment

STPA-Sec: Systems-Theoretic Security Analysis for AI Agents

What is STPA?

Systems-Theoretic Process Analysis (STPA) is a hazard analysis method developed by Nancy Leveson at MIT. Unlike traditional methods that decompose systems into failure-prone components, STPA models systems as control structures and asks: under what conditions do control actions become unsafe?

Traditional safety analysis (fault trees, FMEA) assumes accidents result from component failures in a chain of events. STPA recognizes that accidents can occur without component failure — through unsafe interactions between components that individually function correctly. This matters for AI systems, where the LLM may behave exactly as designed yet produce unsafe outcomes.

Key references

@stvhay
stvhay / q1-planning-notes.md
Created February 21, 2026 08:35
Meeting notes — Q1 2026 planning

Q1 2026 Planning Meeting Notes

Date: January 15, 2026
Attendees: Sarah Chen, Marcus Rivera, Priya Patel, David Kim

Revenue Targets

  • Q1 target: $4.2M (up 18% YoY)
  • Enterprise pipeline: 12 qualified opportunities
  • Self-serve ARR growth: 22% projected
@stvhay
stvhay / king_warrior_magician_lover.md
Created February 11, 2026 17:35
King_Warrior_Magician_Lover

King, Warrior, Magician, Lover: Rediscovering the Archetypes of the Mature Masculine

Robert Moore and Douglas Gillette


Executive Summary

King, Warrior, Magician, Lover (1990) argues that four Jungian archetypes — King (ordering), Warrior (discipline), Magician (knowledge), Lover (passion) — constitute the deep structure of mature masculinity, and that the modern crisis of manhood stems from the collapse of ritual initiation processes that once helped boys access these energies. The book's bipolar shadow model (every archetype fails in two directions: grandiose inflation or passive collapse) is a genuinely useful clinical tool, its diagnosis of arrested male development was prescient, and its practical recommendations are grounded in real therapeutic technique. However, the framework is undermined by consistently unreliable historical illustrations (Cortes, Chernobyl, Hitler, Vietnam) that psychologize systemic events, unsupported empirical claims presented as established science, an unjusti

@stvhay
stvhay / iso9001.md
Created January 27, 2026 19:50
ISO 9001 in a Nutshell

ISO 9001:2015 Quality Management System

Purpose

ISO 9001:2015 helps organizations deliver products and services that satisfy customers and meet regulations. The standard demands consistent quality and continual improvement.

Principles

  1. Customer Focus — Understand what customers need. Exceed their expectations.
  2. Leadership — Leaders set direction and create conditions where people can contribute.
@stvhay
stvhay / notebook-architecture.md
Last active January 19, 2026 18:15
notebook-architecture.md
@stvhay
stvhay / mother_sauces.md
Last active January 4, 2026 23:09
Mother Sauces

French "Mother" Sauces

Escoffier codified five mother sauces in Le Guide Culinaire (1903) as the foundational building blocks of French cuisine: espagnole (brown stock), chicken velouté and fish velouté (light stock), hollandaise (butter), béchamel (milk), and tomato. The system's purpose was standardization. By mastering these five bases, a cook could derive dozens of secondary sauces through simple additions. This modular approach remains the organizational framework taught in culinary schools today.

flowchart TD
    M[Mother Sauces] --> ES["Espagnole<br/>(Brown Stock)"]
    M --> V["Velouté<br/>(Light Stock)"]
    V --> C["Chicken<br/>(Suprême)"]
 V --&gt; Fish