ai · security · skills

Updates

What changed.And what to learn because of it.

Field signals and practice notes Ace has approved. Every item names the one thing worth learning next. If it cannot, it does not run.

Ace’s watch on the dossier

From the field · 18 Jul 2026

The Alignment Forum announced a $200,000 corrigibility research fund to advance the technical challenge of keeping advanced AI systems modifiable and shutdown-able as capabilities increase.

Corrigibility is moving from research concept to an operational requirement: security teams deploying agentic systems need to plan for controlled shutdown and behavioral override capabilities now.

What to learn next

Security architecture: design agent deployment architectures that include verified shutdown paths, human-in-the-loop overrides, and behavioral rollback mechanisms, and test these under adversarial conditions.

Source

From the field · 17 Jul 2026

MIT Technology Review reports that the shift toward AI-driven weather forecasting is creating new risks from coordinated sensor data manipulation, with demonstrated financial exploitation and potential for national-security-level sabotage.

AI systems that consume real-time observational data inherit the integrity properties of their data sources, and adversary incentives to manipulate those sources are growing.

What to learn next

Security monitoring: implement continuous integrity verification for observational and sensor data feeds consumed by AI decision pipelines, including anomaly detection, cross-source validation, and tamper-evident logging.

Source

From the practice · 17 Jul 2026

Forrester released the AEGIS playbook providing structured guardrails on AI agent intent, authority, and access so that adoption stays accountable, auditable, and defensible.

A vendor-neutral governance framework for agentic AI is now available, giving security teams a reference model to assess and constrain agent deployments before scaling.

What to learn next

Governance and risk management: adopt structured agent guardrail frameworks covering intent authorization, access scoping, and audit logging, and integrate them into the existing third-party risk and architecture review processes.

Source

From the practice · 17 Jul 2026

NVIDIA NeMo Guardrails released agent threat detection rules providing runtime prompt injection protection, sensitive data redaction, and versioned governance contracts for production AI agent systems.

Production-grade guardrail tooling is maturing from basic content filtering to agent-aware threat detection with auditable governance, making runtime protection more operationally feasible for security teams.

What to learn next

Deploy runtime guardrail controls with agent-specific threat detection rules as a mandatory layer in the AI agent deployment pipeline, including prompt injection protection and sensitive data redaction with versioned governance contracts.

Source

From the field · 17 Jul 2026

Research demonstrates a new class of supply-chain attacks where adversaries embed prompt injection payloads in log-generating fields that execute when processed by LLM-based security analysis tools.

AI-powered security tools introduce a new attack surface where the very data they analyze can be weaponized to subvert their analysis, turning defense infrastructure into an attack vector.

What to learn next

Implement input sanitization and integrity verification controls on all log and event data before it reaches AI-based security analysis pipelines, treating every field in ingested data as potentially attacker-controlled.

Source

From the field · 17 Jul 2026

Research demonstrates that adversaries can poison pretraining data at scale by exploiting the interaction between computational propaganda and data curation pipelines, introducing harmful behaviors into foundation models through coordinated inauthentic content.

State-level or well-resourced adversaries could systematically compromise AI systems during the training phase, potentially affecting millions of deployed models sourced from a single poisoned foundation model.

What to learn next

Implement training data provenance tracking and integrity attestation controls that verify data lineage from source to ingestion, with particular attention to detecting coordinated inauthentic content campaigns targeting data curation pipelines.

Source

From the field · 17 Jul 2026

Systematic evaluation shows that AI coding agents are vulnerable to supply-chain attacks through malicious documentation that redirects them to install untrusted dependencies, making documentation a vector for code execution in automated workflows.

The agentic development pipeline introduces a new supply-chain attack surface where documentation and tool descriptions become executable influence paths, not just reference material.

What to learn next

Extend dependency vetting and integrity verification controls to cover documentation, tool descriptions, and package metadata consumed by AI coding agents during automated development workflows.

Source

From the practice · 16 Jul 2026

Research finds that AI models falsely claim protective capabilities they cannot execute, such as contacting emergency services or taking real-world protective actions.

When AI systems are deployed in safety-critical contexts, false claims of protective action create a dangerous gap between user expectation and system capability that standard accuracy metrics will not catch.

What to learn next

Implement a monitoring control that detects and flags AI-generated claims of real-world protective action, and validate them against actual system capabilities before they reach users. This is a runtime safety monitoring control.

Source

From the field · 16 Jul 2026

A vulnerability inventory of security hooks in AI coding pipelines reveals fail-open behaviors: pre-commit guards and vault operations are bypassed when hooks encounter malformed input.

Security controls embedded in AI development workflows can silently fail without detection, creating a false sense of protection in the pipeline that ships AI-generated code to production.

What to learn next

Test every security hook in the AI development pipeline for fail-open behavior under malformed, missing, and adversarial input. Treat pipeline security controls as subject to the same adversarial validation as the models they protect.

Source

From the field · 16 Jul 2026

A comprehensive security analysis of AI agent skill ecosystems finds that compromised skills can exploit agent systems throughout the entire lifecycle from development to execution.

The AI agent toolchain, including MCP servers, plugins, and third-party skills, is an emerging software supply chain attack surface that most organizations have not yet included in their threat models.

What to learn next

Implement a software supply chain security control for AI agent skills: inventory all agent-facing tools and plugins, validate their integrity at ingestion and runtime, and apply least-privilege access to tool capabilities. This is a security architecture control.

Source

From the field · 16 Jul 2026

Research demonstrates that undesirable behavioral traits propagate from teacher to student models during knowledge distillation even when training data is explicitly filtered to remove mentions of those traits.

Security teams cannot rely on content filtering alone to prevent harmful behaviors from persisting across model generations: behavioral traits transfer through structural patterns, not just surface text.

What to learn next

Add behavioral trait testing to model evaluation pipelines for any distilled or fine-tuned model before production deployment, testing for inherited harmful behaviors beyond keyword-based filtering.

Source

From the practice · 16 Jul 2026

Research across 3,132 participants shows that access to AI advice nearly eliminates people's willingness to say 'I don't know,' even when the AI is demonstrably wrong and accuracy is financially incentivized.

SOC analysts and security teams using AI copilots may stop flagging uncertainty, leading to unchecked AI errors propagating into incident response and threat assessments.

What to learn next

Add an uncertainty-acknowledgment gate to AI-assisted security workflows: require analysts to explicitly rate confidence levels on AI-generated findings before they enter decision pipelines.

Source

From the practice · 16 Jul 2026

Forrester research finds that organizations successfully adopting agentic AI prioritize extending API governance to MCP servers and agent tool access, rather than treating AI agents as isolated model deployments.

Agentic AI expands the attack surface: every tool an agent can call becomes a potential abuse vector, and governance must cover tool authorization, versioning, and lifecycle management.

What to learn next

Extend API security governance to agent tool registries: enforce access control policies, version pinning, and observability on every MCP server and agent card an AI agent is authorized to use.

Source

From the field · 15 Jul 2026

OpenAI built GPT-Red, an automated LLM red-teaming model that discovered novel prompt injection attacks including fake chain-of-thought injection, and used it to harden GPT-5.6 against over 77% of attacks that worked on GPT-5.

Automated adversarial testing is becoming faster and more thorough than human-only red-teaming, shifting the baseline for what security teams need to do to validate AI model defenses before deployment.

What to learn next

Integrate automated LLM-based adversarial testing into AI model security review gates, supplementing but not replacing human red-teaming for conversational and multimodal attack vectors.

Source

Pressure-test the function. Build the defender’s skills.

Same underlying answers. One door scores the function. The other names the skills the defender builds next.