Blog

Notes on agent security, MCP, and building Sallyport.

Latest Posts

GitHub release automation with AI agents and approval
8 min read
GitHub release automation with AI agents and approval
GitHub release automation can save time without giving AI agents unchecked publishing power. Use drafts, scoped actions, confirmation, and audit trails.
GitHub release automationAI release agents
AI agents in customer support: earn update rights slowly
6 min read
AI agents in customer support: earn update rights slowly
AI agents in customer support should begin with ticket lookups and private drafts, then earn update rights through approvals, narrow access, and audits.
AI agents in customer supportsupport ticket automation
How to diagnose the first break in a hash chained audit log
8 min read
How to diagnose the first break in a hash chained audit log
Learn how to diagnose the first break in a hash chained audit log, preserve evidence, report byte offsets, and scope affected sessions.
hash chained audit logaudit log hash mismatch
Shared developer Macs: control agent tool access
8 min read
Shared developer Macs: control agent tool access
Shared developer Macs need clear identity, credential custody, approvals, and audit trails so local AI agents cannot borrow another user's access.
shared developer Macsagent tool access
SSH agent forwarding risks in AI-assisted development
8 min read
SSH agent forwarding risks in AI-assisted development
SSH agent forwarding risks grow in AI-assisted workflows. Learn how remote hosts reuse signing authority, how to disable it, and safer SSH patterns.
SSH agent forwarding risksAI coding agents
Rotate credentials behind an action gateway with proof
8 min read
Rotate credentials behind an action gateway with proof
Rotate credentials behind an action gateway without exposing secrets to AI agents, losing audit evidence, or leaving old API and SSH access active.
rotate credentials behind an action gatewayAPI key rotation
AI agent configuration edits: safe remote change controls
8 min read
AI agent configuration edits: safe remote change controls
Control AI agent configuration edits with independent backups, parser checks, reload probes, staged access rules, and review gates for remote changes.
AI agent configuration editsremote configuration
Do decoded size limits protect an agent from compressed APIs?
8 min read
Do decoded size limits protect an agent from compressed APIs?
Decoded size limits stop gzip and Brotli responses that look small on the wire from exhausting client memory, parsers, logs, or agent context.
decoded size limitsgzip decompression bomb
Why are look-alike approval requests dangerous?
8 min read
Why are look-alike approval requests dangerous?
Look-alike approval requests can authorize different actions. Learn how to design and test approvals that expose the exact request a human is accepting.
look-alike approval requestsapproval request testing
SSRF tests for agent tools that inject credentials
8 min read
SSRF tests for agent tools that inject credentials
SSRF tests for agent tools need a destination matrix that catches loopback, private ranges, rebinding, redirects, and IPv6 before auth.
SSRF tests for agent toolscredential injection security
Basic authentication usernames are sensitive metadata
8 min read
Basic authentication usernames are sensitive metadata
Basic authentication usernames can reveal tenants, account roles, and API structure. Keep sensitive API metadata out of agent prompts and logs.
Basic authentication usernamessensitive API metadata
How MCP tool list changes alter a live session
6 min read
How MCP tool list changes alter a live session
MCP tool list changes can widen an agent's authority mid-session. Learn when to compare definitions, pause work, and require a fresh run.
MCP tool list changesMCP tool security
How to keep agent evidence separate from investigator notes
8 min read
How to keep agent evidence separate from investigator notes
Keep agent evidence usable in an AI-agent investigation: preserve encrypted records, cite stable IDs, and keep conclusions in a separate case file.
agent evidenceAI agent audit trail
Content type confusion in authenticated agent API calls
8 min read
Content type confusion in authenticated agent API calls
Content type confusion can let authenticated agent API calls bypass intent. Test JSON, forms, multipart, and empty bodies against one schema.
content type confusionauthenticated agent APIs
How GraphQL mutations for AI agents resist destructive calls
8 min read
How GraphQL mutations for AI agents resist destructive calls
GraphQL mutations for AI agents need typed inputs, narrow scopes, real previews, and conditional writes to prevent destructive generated requests.
GraphQL mutations for AI agentssafe GraphQL mutations
Why do GET endpoints that mutate data need write approval?
8 min read
Why do GET endpoints that mutate data need write approval?
GET endpoints that mutate data invite retries, previews, and accidental actions. Find hidden writes, redesign contracts, and require approval before dispatch.
GET endpoints that mutate dataunsafe GET requests
HTTP or SSH for AI agents: limit blast radius
8 min read
HTTP or SSH for AI agents: limit blast radius
Choose HTTP or SSH for AI agents by comparing authority, audit records, retry safety, and the failure modes that turn small tasks into broad access.
HTTP or SSH for AI agentsAI agent security
AI agent production access: a preflight review that holds up
8 min read
AI agent production access: a preflight review that holds up
AI agent production access needs narrow credentials, meaningful approvals, proven rollback, and audit evidence. Use this preflight review before a run.
AI agent production accessagent access control
Temporary production access: grants that end with the task
8 min read
Temporary production access: grants that end with the task
Temporary production access for AI coding agents needs a purpose, hard expiry, early revocation, and a real denial test after closure.
temporary production accessAI agent permissions
How local agent approvals survive remote desktop access
8 min read
How local agent approvals survive remote desktop access
Set local agent approvals that remain meaningful during remote desktop sessions, with clear controls for screen sharing, support access, and audit trails.
local agent approvalsremote desktop security
SSH host verification for agents that touch production
8 min read
SSH host verification for agents that touch production
SSH host verification for autonomous coding agents: pin fingerprints, scope remote accounts, and review commands before damage spreads.
SSH host verificationautonomous coding agents
Agent API access testing before a production rollout
8 min read
Agent API access testing before a production rollout
Agent API access testing before a production rollout should prove approvals, injected credentials, failure handling, revocation, and call records.
agent API access testingAI agent API security
AI agent API access: direct tokens or mediated actions?
8 min read
AI agent API access: direct tokens or mediated actions?
AI agent API access needs more than narrow token scopes. Compare direct credentials with mediated actions for issues, deployments, support, and SSH.
AI agent API accessagent credentials
Agent executable identity after a symlink swap
8 min read
Agent executable identity after a symlink swap
Test agent executable identity against symlink swaps on macOS, bind approvals to running code, and keep path aliases out of trust decisions.
agent executable identitysymlink swap macOS
Service accounts for AI agents without shared accountability
8 min read
Service accounts for AI agents without shared accountability
Use service accounts for AI agents without shared accountability by assigning workflow identities, named owners, scoped access, audit evidence, and retirement rules.
service accounts for AI agentsAI agent identity
Separate staging and production access for coding agents
8 min read
Separate staging and production access for coding agents
Separate staging and production access for coding agents with distinct credentials, fixed endpoints, human approvals, audit records, and tested revocation.
separate staging and production accesscoding agent security
Remote locale settings in agent command tests
8 min read
Remote locale settings in agent command tests
Remote locale settings alter dates, sorting, decimals, and text decoding. Pin the environment, record it, and test deliberate variations.
remote locale settingslocale testing
API schema changes: contract tests for safer agents
8 min read
API schema changes: contract tests for safer agents
API schema changes can alter an AI agent's decisions without causing an error. Use contract tests for fields, defaults, response meaning, and retries.
API schema changescontract tests
AI agent data minimization for safer tool calls
8 min read
AI agent data minimization for safer tool calls
AI agent data minimization keeps customer records out of tool calls by enforcing narrow inputs, bounded outputs, and trusted execution boundaries.
AI agent data minimizationagent tool calls
DNS changes by AI coding agents: make reviews safer
8 min read
DNS changes by AI coding agents: make reviews safer
DNS changes by AI coding agents need separate create, edit, and delete actions so reviewers can assess DNS impact, drift, caches, and rollback.
DNS changes by AI coding agentsDNS record review
Partial SSH command failures: stop agents repeating work
8 min read
Partial SSH command failures: stop agents repeating work
Partial SSH command failures need reconciliation, not blind retries. Capture exit codes, checkpoints, receipts, and observed remote state for AI agents.
partial SSH command failuresAI agent SSH
AI coding agent threat model for API and SSH access
8 min read
AI coding agent threat model for API and SSH access
Build an AI coding agent threat model for API and SSH access with practical controls for prompt injection, credential isolation, approval, and audit records.
AI coding agent threat modelagent API security
How to assess source-available security software
8 min read
How to assess source-available security software
Assess source-available security software by testing its license, code access, release cadence, commercial boundaries, and credible exit path.
source-available security softwaresource-available license review
Can SSH environment forwarding leak local context?
8 min read
Can SSH environment forwarding leak local context?
SSH environment forwarding can expose local context to remote commands. Audit SendEnv and AcceptEnv, then test an exact variable allowlist.
SSH environment forwardingOpenSSH SendEnv
macOS logout security: end local agent authority
8 min read
macOS logout security: end local agent authority
macOS logout security should revoke vault access, agent approvals, and queued actions before a departed developer can trigger another call.
macOS logout securityagent authority
Does an MCP server rebuild reset an agent session?
8 min read
Does an MCP server rebuild reset an agent session?
Define when an MCP server rebuild must refresh tool metadata, replace executable identity, and invalidate agent authorization during a live session.
MCP server rebuildMCP session refresh
Stale API documentation: test agent actions safely
8 min read
Stale API documentation: test agent actions safely
Stale API documentation can mislead autonomous agents into unsafe calls. Learn how to test examples against live behavior and block dangerous drift.
stale API documentationagent tool testing
API result truncation: stop agents making bad changes
8 min read
API result truncation: stop agents making bad changes
API result truncation can push agents into unsafe follow-up changes. Design tool responses that expose incomplete data, warnings, limits, and scope.
API result truncationagent tool design
AI agent SaaS admin access: replace broad tokens
8 min read
AI agent SaaS admin access: replace broad tokens
AI agent SaaS admin access should use narrow, auditable actions for users, groups, billing, and workspace settings instead of broad tokens.
AI agent SaaS admin accessleast privilege agents
AI agent package publishing without release-token sprawl
8 min read
AI agent package publishing without release-token sprawl
AI agent package publishing needs separate controls for downloads, releases, tags, and deletion. Test the full release path with a disposable package.
AI agent package publishingpackage registry security
Secret manager for AI agents: storage is not action control
8 min read
Secret manager for AI agents: storage is not action control
A secret manager for AI agents protects storage, but approved HTTP and SSH execution keeps credentials out of agent context and logs every action.
secret manager for AI agentscredential injection
Remove abandoned MCP servers without leaving access behind
8 min read
Remove abandoned MCP servers without leaving access behind
Remove abandoned MCP servers safely by finding every config and launcher, revoking live credentials, deleting old tools, and proving access is gone.
remove abandoned MCP serversMCP server inventory
Write Blind Audit Logs for AI Agents That Agents Cannot Edit
8 min read
Write Blind Audit Logs for AI Agents That Agents Cannot Edit
Write blind audit logs keep AI agents from shaping the evidence trail by separating action execution, event recording, review access, and verification.
write blind audit logsAI agent auditing
Can a SOC 2 evidence table prove agent actions?
8 min read
Can a SOC 2 evidence table prove agent actions?
Build a SOC 2 evidence table that ties agent session approval, per-call review, revocation, and log verification to auditable controls.
SOC 2 evidence tableAI agent audit evidence
Can an approval audit trail prove who approved an agent action?
8 min read
Can an approval audit trail prove who approved an agent action?
Build an approval audit trail that links click or Touch ID decisions to the user context, agent session, credential use, and executed call.
approval audit trailagent action approvals
Crash report sensitive data: stop agent context leaks
6 min read
Crash report sensitive data: stop agent context leaks
Crash report sensitive data can expose agent prompts, request bodies, and tokens. Learn how to minimize collection, test exports, and retain diagnostics safely.
crash report sensitive dataagent crash telemetry
External call budgets that stop agent loops
8 min read
External call budgets that stop agent loops
External call budgets set request, time, and spend limits that stop autonomous agents from retrying, polling, and buying without control.
external call budgetsautonomous agents
How MCP stderr limits keep agent runs moving
8 min read
How MCP stderr limits keep agent runs moving
Set MCP stderr limits that prevent noisy helpers from consuming memory, delaying approvals, stalling shutdown, and leaving incomplete action records.
MCP stderr limitsMCP stderr logging
Per-session vs per-call approval for agent actions
8 min read
Per-session vs per-call approval for agent actions
Choose per-session vs per-call approval for AI agents by weighing task duration, credential scope, repeat damage, data exposure, and rollback.
per-session vs per-call approvalagent approval
Can agent audit timestamps survive clock changes?
8 min read
Can agent audit timestamps survive clock changes?
Agent audit timestamps can move or repeat. Learn how sequence numbers, UTC, offsets, corrections, and integrity checks preserve a defensible timeline.
agent audit timestampsaudit log sequence numbers
AI agent action gateway vs MITM proxy: control points
8 min read
AI agent action gateway vs MITM proxy: control points
An AI agent action gateway executes credentialed actions without exposing secrets. Learn how it differs from a MITM proxy and where each control belongs.
AI agent action gatewayMITM proxy
Can HTTP request injection start with a line break?
8 min read
Can HTTP request injection start with a line break?
HTTP request injection can begin with a hidden line break. Learn how to reject CRLF in destinations and headers before credentialed requests render.
HTTP request injectionCRLF header injection
API audit log investigation when agent records conflict
8 min read
API audit log investigation when agent records conflict
API audit log investigation for agent actions: compare request IDs, timestamps, outcomes, and missing provider events without false conclusions.
API audit log investigationagent activity logs
Encrypted audit logs: what offline verification proves
8 min read
Encrypted audit logs: what offline verification proves
Encrypted audit logs can prove ciphertext continuity offline. Learn what hash chains, trusted checkpoints, timestamps, and verifiers can and cannot show.
encrypted audit logsoffline audit verification
Do credential placeholders still reveal operational details?
8 min read
Do credential placeholders still reveal operational details?
Credential placeholders can expose tenants, roles, formats, and secret paths. Learn how to log and name them without publishing your operating map.
credential placeholderssecret metadata exposure
AI agent API rate limit: retries that stay safe
8 min read
AI agent API rate limit: retries that stay safe
Handle an AI agent API rate limit with bounded retries, jittered backoff, idempotency checks, shared quotas, audit records, and human escalation.
AI agent API rate limitretry budget
Clipboard credential exposure: stop feeding secrets to agents
8 min read
Clipboard credential exposure: stop feeding secrets to agents
Clipboard credential exposure turns a quick copy into retained data across prompts, terminals, sync tools, and history. Use safer action paths instead.
clipboard credential exposureAI agent security
VoiceOver approval cards for agent actions
8 min read
VoiceOver approval cards for agent actions
VoiceOver approval cards must present process identity, destination, action, and redacted details in a fixed, testable order for informed consent.
VoiceOver approval cardsaccessible agent approvals
Agent action audit record: a practical model for control
8 min read
Agent action audit record: a practical model for control
Build an agent action audit record that captures process identity, targets, approvals, outcomes, revocations, and tamper evidence without logging secrets.
agent action audit recordAI agent audit trail
How local versus upstream approval changes agent control
8 min read
How local versus upstream approval changes agent control
Use this local versus upstream approval matrix to compare latency, context, identity, outages, retries, and audit evidence for agent actions.
local versus upstream approvalAI agent approvals
AI agent infrastructure permissions for safe applies
8 min read
AI agent infrastructure permissions for safe applies
AI agent infrastructure permissions should bind a reviewed plan, verified target account, expiry, and tested rollback before any apply runs.
AI agent infrastructure permissionsTerraform apply approval
Approval notification previews: protect action details
8 min read
Approval notification previews: protect action details
Approval notification previews can expose agent actions on locked screens. Learn what to show, redact, test, and keep inside the authenticated app.
approval notification previewslock screen privacy
Single-process vs daemon-based agent security tools
8 min read
Single-process vs daemon-based agent security tools
Single-process vs daemon-based agent security tools differ in local attack surface, credential exposure, restart safety, and operational upkeep.
single-process vs daemon-based agent security toolslocal agent security
Orphaned MCP processes can still leave work behind
8 min read
Orphaned MCP processes can still leave work behind
Orphaned MCP processes need more than a kill command. Find stale stdio servers, revoke their authority, and tie final calls to the owning session.
orphaned MCP processesstale MCP server
Rollback endpoints for autonomous deployments without collisions
8 min read
Rollback endpoints for autonomous deployments without collisions
Design rollback endpoints for autonomous deployments that restore the right release, reject stale state, and preserve unrelated production changes.
rollback endpointsautonomous deployments
API response minimization for safer AI agent context
8 min read
API response minimization for safer AI agent context
API response minimization keeps unnecessary personal, financial, and operational data out of AI agent context through narrow response contracts.
API response minimizationagent context security
Approval card redaction must preserve the decision
8 min read
Approval card redaction must preserve the decision
Approval card redaction should hide credentials and private data while keeping the destination, target, effect, and risky parameters clear enough to approve.
approval card redactionagent action approval
Can a revoked SSH host key still get an agent in?
8 min read
Can a revoked SSH host key still get an agent in?
Build a negative test for a revoked SSH host key that covers aliases, address variants, multiplexed sessions, host certificates, and agent paths.
revoked SSH host keySSH host key revocation
Domain registrar security requires per-call approval
8 min read
Domain registrar security requires per-call approval
Domain registrar security for AI agents needs separate approval for nameserver, transfer lock, contact, and DNSSEC changes on every call.
domain registrar securityAI agent approval
Reproducible builds for local agent clients
8 min read
Reproducible builds for local agent clients
Reproducible builds connect a local agent client binary to reviewed source, a documented macOS build recipe, signed tags, and verifiable artifacts.
reproducible buildsmacOS app verification
MCP client configuration review before you trust a server
8 min read
MCP client configuration review before you trust a server
Use an MCP client configuration review to inspect commands, inherited environment variables, credentials, and tool capabilities before a local server runs.
MCP client configuration reviewMCP server security
ANSI escape sequence sanitization for agent-safe terminals
8 min read
ANSI escape sequence sanitization for agent-safe terminals
ANSI escape sequence sanitization keeps terminal controls, OSC payloads, and cursor tricks out of AI agent context while retaining usable command results.
ANSI escape sequence sanitizationterminal output security
AI agent access pilot: metrics that earn expansion
8 min read
AI agent access pilot: metrics that earn expansion
Run an AI agent access pilot with approval, denial, failure, audit, and revocation measures that show whether broader authority is justified.
AI agent access pilotagent approval rate
AI agents changing feature flags: control every write
8 min read
AI agents changing feature flags: control every write
AI agents changing feature flags need controlled production writes with explicit approvals, conditional updates, read-back checks, and durable audit evidence.
AI agents changing feature flagsfeature flag approvals
Prevent duplicate API writes when AI agents retry requests
8 min read
Prevent duplicate API writes when AI agents retry requests
Prevent duplicate API writes from AI agents with idempotency tokens, request fingerprints, atomic claims, and confirmations that bind to each action.
prevent duplicate API writesidempotency tokens
Separate Unix Accounts for AI Coding Agents Safely
8 min read
Separate Unix Accounts for AI Coding Agents Safely
Separate Unix accounts for AI coding agents limit remote access, isolate credentials, tighten SSH, and make agent actions easier to audit.
separate Unix accountsAI coding agents
Safe database migration workflows for AI coding agents
8 min read
Safe database migration workflows for AI coding agents
Safe database migration workflows keep AI coding agents useful while separating schema plans, backup proof, review, and approved production execution.
safe database migration workflowsAI coding agents
JSON Schema Validation for Safer Agent Tool Results
8 min read
JSON Schema Validation for Safer Agent Tool Results
JSON schema validation rejects malformed agent tool results before untrusted fields become facts, prompts, or inputs to later actions.
JSON schema validationagent tool results
Do your agent secret leakage tests prove anything?
8 min read
Do your agent secret leakage tests prove anything?
Agent secret leakage tests should prove more than clean chat output. Build canary checks for environments, arguments, logs, failures, and crashes.
agent secret leakage testsAI agent credentials
Discovery Calls vs Mutation Calls for Safer AI Agents
8 min read
Discovery Calls vs Mutation Calls for Safer AI Agents
Discovery calls vs mutation calls gives AI agents room to inspect systems while keeping writes, deletion, and external actions under human control.
discovery calls vs mutation callsAI agent permissions
Locked local vault access: a runbook for agent work
8 min read
Locked local vault access: a runbook for agent work
Plan locked local vault access for autonomous agents with clear unlock windows, run approvals, per-call decisions, pauses, and review evidence.
locked local vault accessagent approval workflow
HTTP method override defeats method-only review
8 min read
HTTP method override defeats method-only review
HTTP method override can turn an approved POST into DELETE or PATCH. Learn how to test tunneled verbs and make reviews judge the effective action.
HTTP method overridemethod override headers
AI agent access handoff checklist for role changes
8 min read
AI agent access handoff checklist for role changes
Use this AI agent access handoff checklist to transfer credentials, approvals, audit review, and emergency authority when developers change roles.
AI agent access handoff checklistagent credential transfer
How AI agent action review works without saving prompts
8 min read
How AI agent action review works without saving prompts
Learn how AI agent action review can prove external actions with process identity, approvals, safe metadata, results, and tamper evidence.
AI agent action reviewagent audit logs
AI agents multiple cloud accounts: bind every action
8 min read
AI agents multiple cloud accounts: bind every action
AI agents multiple cloud accounts need explicit target binding. Learn to tie every cloud action to a verified account, environment, identity, and audit trail.
AI agents multiple cloud accountscloud account binding
Agent audit logs: session records and call records
8 min read
Agent audit logs: session records and call records
Agent audit logs need session records for authority and call records for every external action. Learn how both views speed incident response.
agent audit logsagent session records
Approval request binding prevents post-click changes
8 min read
Approval request binding prevents post-click changes
Approval request binding stops an AI client from changing an HTTP request or SSH command after a person has approved the action.
approval request bindingHTTP request approval
Which real agent process is asking for approval?
8 min read
Which real agent process is asking for approval?
Learn how to identify the real agent process across terminals, IDEs, shells, scripts, and task runners so reviewers approve a recognizable actor.
real agent processagent process identity
Can script approval for AI agents trust a signed interpreter?
8 min read
Can script approval for AI agents trust a signed interpreter?
Script approval for AI agents needs more than a signed interpreter. Review the exact source bytes, execution context, dependencies, and action target.
script approval for AI agentssigned interpreter security
SSH disconnect unknown remote state verification
8 min read
SSH disconnect unknown remote state verification
Handle SSH disconnect unknown remote state with a durable run ID, remote status record, postcondition checks, and safe retry decisions.
SSH disconnect unknown remote stateSSH command verification
Can IDE extension host identity prove who an agent is?
7 min read
Can IDE extension host identity prove who an agent is?
IDE extension host identity can verify a signed editor process, but shared plugins blur attribution. Use scoped credentials, action approval, and honest logs.
IDE extension host identitycode signing plugins
Testing MCP tools with fake credentials that fail safely
8 min read
Testing MCP tools with fake credentials that fail safely
Testing MCP tools with fake credentials and disposable accounts lets teams verify success, denial, timeout, and cleanup paths without production risk.
testing MCP toolsfake credentials
API version upgrade security for AI agents
8 min read
API version upgrade security for AI agents
API version upgrade security requires checking changed defaults, added endpoints, and authentication behavior before an agent receives wider authority.
API version upgrade securityagent permissions
Agent action timeline: compare timestamps without lies
8 min read
Agent action timeline: compare timestamps without lies
Build an agent action timeline that survives timezone errors by retaining offsets, comparing local, server, and audit clocks, and handling drift honestly.
agent action timelinetimestamp offsets
HTTP connection pool credential isolation for AI agents
8 min read
HTTP connection pool credential isolation for AI agents
HTTP connection pool credential isolation prevents cookies, challenges, and account state from following a reused socket into the wrong agent action.
HTTP connection pool credential isolationconnection pool cookies
AI agents opening pull requests with safe controls
7 min read
AI agents opening pull requests with safe controls
AI agents opening pull requests need strict repository scope, protected branches, reviewer routing, test evidence, and an audit record for every change.
AI agents opening pull requestsAI pull request security
How AI incident acknowledgement should preserve open incidents
8 min read
How AI incident acknowledgement should preserve open incidents
AI incident acknowledgement must record ownership without closing the incident. Learn safe state transitions, approval records, race controls, and audit design.
AI incident acknowledgementincident state transitions
Agent audit logs must fail closed under disk pressure
8 min read
Agent audit logs must fail closed under disk pressure
Agent audit logs need a defined storage failure policy. Set denial thresholds, run a disk pressure drill, preserve evidence, and recover safely.
agent audit logsaudit log storage pressure
Lost developer Mac response: revoke access safely
8 min read
Lost developer Mac response: revoke access safely
Lost developer Mac response checklist for revoking agent sessions, rotating credentials, reviewing activity, and rebuilding access from a clean device.
lost developer Mac responsecredential rotation
TLS certificate rotation needs two-sided proof
8 min read
TLS certificate rotation needs two-sided proof
TLS certificate rotation is complete only when issuance records match a fresh, hostname-verified observation from every live endpoint.
TLS certificate rotationverify served certificate
tmux agent session ownership: approvals and audits
8 min read
tmux agent session ownership: approvals and audits
tmux agent session ownership can blur approvals and audit trails. Learn how process identity, detached sessions, screen, and incident evidence fit together.
tmux agent session ownershiptmux security
How agent cookie jars keep sessions you did not intend
7 min read
How agent cookie jars keep sessions you did not intend
Agent cookie jars can silently retain HTTP sessions. Learn how to test Set-Cookie persistence, redirects, credential changes, and run boundaries.
agent cookie jarsHTTP session cookies
Sallyport

Sallyport runs API calls and SSH commands for your AI agent. The keys stay in a local vault on your Mac; you approve each run and every action lands in a sealed journal.

© 2026 Sallyport · Open source under Apache-2.0 · Oleg Sotnikov