
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
pi-agent-squad
Advanced tools
Minimal fork-only subagent extension for Pi coding agent.
Delegates tasks to specialized subagents running as isolated pi processes. Each subagent receives a forked snapshot of the current session context.
~/.pi/agent/agents/ and .pi/agents/pi install /path/to/pi-sub-agent
Or add to ~/.pi/agent/settings.json:
{
"packages": [
"./path/to/pi-sub-agent"
]
}
Create .md files in ~/.pi/agent/agents/ or .pi/agents/:
---
name: explore
description: Repository exploration specialist
tools: read, grep, find, ls
---
You are a codebase exploration specialist. Only read, search, and analyze.
{ "agent": "explore", "task": "Find all authentication-related code" }
Flags (passed to parent pi process):
--subagent-max-depth <n> — Maximum delegation depth (default: 3)--subagent-prevent-cycles — Block cyclic delegation (default: true)--no-subagent-prevent-cycles — Disable cycle preventionEnvironment variables (propagated to child processes):
PI_SUBAGENT_DEPTH — Current depthPI_SUBAGENT_MAX_DEPTH — Max allowed depthPI_SUBAGENT_STACK — JSON array of ancestor agent namesPI_SUBAGENT_PREVENT_CYCLES — "1" or "0"MIT
FAQs
Minimal fork-only subagent extension for Pi coding agent.
We found that pi-agent-squad demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.