@xaccefy/pi-exploitsearch
ExploitSearch extension for Pi Agent — query preview.is security corpus for attack techniques, primitives, and bypasses
Package details
Install @xaccefy/pi-exploitsearch from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@xaccefy/pi-exploitsearch- Package
@xaccefy/pi-exploitsearch- Version
0.5.4- Published
- Jul 18, 2026
- Downloads
- 3,137/mo · 660/wk
- Author
- xaccefy
- License
- MIT
- Types
- extension
- Size
- 14.4 KB
- Dependencies
- 1 dependency · 3 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-exploitsearch
Search preview.is for real exploit tricks and bypasses — each hit links to a write-up.
Install
pi install npm:@xaccefy/pi-exploitsearch
Configuration
export PREVIEW_IS_API_KEY="rk_your_api_key_here"
Get a key there. Without one, the tool tells you to set it up.
Tool: ExploitSearch
| Param | Required | Default | Notes |
|---|---|---|---|
query |
yes | — | Technique / CVE / primitive |
limit |
no | 5 | 1–50 |
minScore |
no | 0.1 | 0–1 relevance floor |
Rule: always link the URLs; don't make up exploit steps from memory.
Development
bun test packages/pi-exploitsearch
bun run typecheck