Skip to content

Latest commit

Β 

History

730 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Parsentry Logo

Security Scan orchestrator for AI Agents.

Parsentry analyzes repository structure, enumerates attack surfaces, and generates per-surface analysis prompts. Pipe them to any CLI agent for parallel security analysis.

Ask DeepWiki | ζ—₯本θͺž

npx skills add HikaruEgashira/parsentry

Once installed, just ask your agent to scan a repository β€” the skill dispatches the scan process automatically.

Usage

parsentry model owner/repo | claude -p
parsentry scan owner/repo | claude -p

model produces a threat model, scan generates per-surface prompts and outputs an orchestrator prompt to stdout. Pipe it to any CLI agent and it dispatches parallel subagents automatically.

See HACKING.md for usage with other CLI agents.

How it works

parsentry model   β†’  repo metadata  β†’  threat model prompt (stdout)
parsentry scan    β†’  threat model + source code  β†’  orchestrator prompt (stdout)
  └─ orchestrator dispatches subagents per surface  β†’  SARIF files
parsentry log     β†’  monitor scan progress in real-time
  1. Model β€” Collect repo metadata (languages, manifests, entry points), generate a threat model prompt. Pipe to an agent to enumerate attack surfaces.
  2. Scan β€” Load the threat model, read source code per surface, generate focused .prompt.md files. Outputs an orchestrator prompt that launches parallel subagents β€” each reads its own prompt file and writes SARIF results.
  3. Log β€” Stream scan progress like docker compose logs -f.

Install

# Via mise
mise use -g github:HikaruEgashira/parsentry

# Via cargo
cargo install parsentry

Example Reports

Repository Surfaces
langgenius/dify 25
OWASP/NodeGoat 19
HikaruEgashira/hikae-vulnerable-python 25

License

AGPL 3.0

About

Security Scan orchestrator for AI Agents 🎯

Topics

Resources

Stars

47 stars

Watchers

4 watching

Forks

Releases

Used by

Contributors

Languages