
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@agent-pattern-labs/create-agent-harness
Advanced tools
Scaffold portable ISO-based agent harness projects.
Scaffold a portable agent harness project backed by the ISO toolchain.
The generated project follows the Agent Pattern Labs harness shape:
agent.md for structured agent instructions.iso/ as the source of truth for Codex, Claude Code, Cursor, OpenCode, and Pi output.modes/ for workflow procedures.templates/ for executable policy and contracts.bin/ for deterministic helper commands.config/ for user-owned local settings examples.npx @agent-pattern-labs/create-agent-harness my-agent-workflow
cd my-agent-workflow
npm install
npm run verify
Preview without writing files:
npx @agent-pattern-labs/create-agent-harness my-agent-workflow --dry-run
create-agent-harness <dir> [--name <name>] [--description <text>] [--force] [--dry-run]
Flags:
--name <name> controls the generated package and agent names.--description <text> sets the generated package description.--force allows writing into a non-empty target directory and overwrites scaffold-owned files.--dry-run prints the file plan without writing.The scaffolded project includes:
npm run plan # show the ISO pipeline plan
npm run build:config # generate harness files for supported agent runtimes
npm run verify # run a dry-run config build
npm run harness # run the generated local helper CLI
FAQs
Scaffold portable ISO-based agent harness projects.
The npm package @agent-pattern-labs/create-agent-harness receives a total of 0 weekly downloads. As such, @agent-pattern-labs/create-agent-harness popularity was classified as not popular.
We found that @agent-pattern-labs/create-agent-harness 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
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

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.