name: pwn-ai-context description: Drive PWN::AI::Context from pwn_eval. license: MIT allowed-tools: [pwn, pwn_eval] metadata: bundled: true generated: true module: PWN::AI::Context source: pwn/ai/context_ingestion.rb
PWN::AI::Context
Local evidence ingestion; unavailable embeddings never become synthetic vectors.
When to use
Call PWN::AI::Context from pwn_eval when the task needs this module.
Do not reimplement it in shell.
Methodologies
Generated from pwn/ai/context_ingestion.rb. Prefer the public class methods below.
Class methods take (opts = {}) and read opts.
How to call
PWN::AI::Context.help
PWN::AI::Context.ingest(opts)
Public methods
authorsingestretrievehelpattach_disasmattach_fileattach_hexdumpattach_http_transcript
References
references/urls.md— URLs from source
Source
pwn/ai/context_ingestion.rb
Verification
PWN::AI::Context.respond_to?(:authors) after the
module is loaded. Read the source for parameter names.
Security Audit Scanner
Security
Analyzes code to detect OWASP Top 10 vulnerabilities.
OWASP Security Checklist
Security
Generates application security checklists based on the OWASP Top 10.
Threat Model Generator
Security
Generates threat model documents with STRIDE analysis.