PulseAugur
EN
LIVE 10:59:40

AI sub-agents often gain broader tool permissions than their parents

This analysis investigates how sub-agents inherit permissions from their parent agents across five different AI frameworks: LangGraph, Deep Agents, CrewAI, Claude Code, and the Claude Agent SDK. The findings reveal that sub-agents often gain access to tools their parent agents do not possess, a behavior termed 'widen.' LangGraph and Deep Agents allow sub-agents to execute tools not explicitly granted to the parent. CrewAI's hierarchical mode, in particular, restricts managers to only delegation tools, meaning sub-agents can run tools the manager cannot. Claude Code and its SDK, however, appear to narrow the toolset, with sub-agents inheriting a parent's tools but potentially being restricted further. AI

IMPACT Understanding agent permission inheritance is crucial for secure and predictable AI system design, impacting how developers build and deploy multi-agent applications.

RANK_REASON Analysis of tool inheritance in AI agent frameworks.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

AI sub-agents often gain broader tool permissions than their parents

How we ranked this

Signal score
53 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Analysis of tool inheritance in AI agent frameworks.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Rafael Asor ·

    Does a sub-agent inherit its parent's permissions? Five frameworks, five answers.

    <p>When agent A hands work to agent B, what can B call? I assumed the answer was "at most what A can call". It isn't, in any of the five frameworks I use. Here's what each one actually does, from runs I did on 2026-09-02 with scripted models and no API key.</p> <div class="table-…