@xaccefy/pi-exploitsearch
v0.2.9
Published
ExploitSearch extension for Pi Agent — query preview.is security corpus for attack techniques, primitives, and bypasses
Maintainers
Readme
pi-exploitsearch
Search the preview.is security corpus for exploit techniques, primitives, and bypasses — grounded in real write-ups with source URLs.
Install
pi install npm:@xaccefy/pi-exploitsearchConfiguration
export PREVIEW_IS_API_KEY="rk_your_api_key_here"Get a key at https://preview.is. Without it the tool returns a clear setup error.
Tool: ExploitSearch
| Param | Required | Default | Notes |
|-------|----------|---------|-------|
| query | yes | — | Technique / CVE / primitive |
| limit | no | 5 | 1–50 |
| minScore | no | 0.1 | 0–1 relevance floor |
Guidelines: always cite returned URLs; do not invent exploit details from memory.
Development
bun test packages/pi-exploitsearch
bun run typecheck