← Browse

@jeremyosih/pi-executor

A

MCP server package pi-executor

mcp_servermcp

Install

agr install @jeremyosih/pi-executor --target claude

This artifact does not publish files for Claude.

Document

{ "name": "pi-executor", "version": "0.2.1", "description": "Pi extension to run executor", "keywords": [ "code-mode", "executor", "pi", "pi-extension", "pi-package" ], "homepage": "https://github.com/jeremyosih/pi-executor", "bugs": { "url": "https://github.com/jeremyosih/pi-executor/issues" }, "license": "MIT", "author": "Jeremy Osih", "repository": { "type": "git", "url": "git+https://github.com/jeremyosih/pi-executor.git" }, "files": [ "src", "skills", "README.md", "LICENSE" ], "type": "module", "scripts": { "test": "bun test test", "typecheck": "tsc --noEmit", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "lint": "oxlint", "lint:fix": "oxlint --fix", "prepare": "[ -d .git ] && husky || true", "check:lockfile": "bun install --frozen-lockfile --ignore-scripts", "local-release": "changeset version && changeset publish" }, "dependencies": { "@executor-js/sdk": "^0.0.1-beta.2", "@modelcontextprotocol/sdk": "^1.29.0", "executor": "^1.4.4", "zod": "^4.3.6" }, "devDependencies": { "@changesets/cli": "^2.30.0", "@types/bun": "latest", "husky": "^9.1.7", "oxfmt": "^0.43.0", "oxlint": "^1.58.0", "typescript": "^5.9.3" }, "peerDependencies": { "@mariozechner/pi-ai": "*", "@mariozechner/pi-coding-agent": "^0.66.1" }, "pi": { "extensions": [ "./src/index.ts" ], "skills": [ "./skills" ] } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-a9b72cc7264c2026-08-03