@yousif_nazhat/penpal-pi

PI cockpit for the PenPal Python core.

Packages

Package details

extension

Install @yousif_nazhat/penpal-pi from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@yousif_nazhat/penpal-pi
Package
@yousif_nazhat/penpal-pi
Version
1.0.1
Published
Jul 14, 2026
Downloads
1,103/mo · 20/wk
Author
yousif_nazhat
License
MIT
Types
extension
Size
16.2 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

PenPal PI adapter

This PI package lets an operator create an authorized target, paste enumeration evidence into PI, and receive PenPal's masked deterministic suggestions. It includes eight read-only tools and three operator-controlled write tools, including explicit focus updates; it never runs enumeration or uses credentials.

Install the PenPal Python core first, then install the PI adapter:

python3 -m pip install penpal-enum
pi install npm:@yousif_nazhat/penpal-pi

Set PENPAL_WORKSPACE when the workspace is not penpal-workspace; set PENPAL_PYTHON when Python is not available as python3.