Engineering manager 1-on-1 meeting brief generator
PassAudited by VirusTotal on May 5, 2026.
Findings (1)
The skill bundle is a GitHub activity analyzer designed to generate engineering 1-on-1 briefs. It follows a transparent data flow where ingestion and scoring occur locally, and only a prepared prompt is sent to the user's configured AI provider. Security features include a layered secret resolution system and a scrubbing mechanism in `ingest.py` to prevent GitHub tokens from appearing in logs. While the tool is theoretically vulnerable to indirect prompt injection via untrusted PR comments (processed in `prompt_builder.py`), the developers explicitly document this risk in `SKILL.md` and implement truncation limits to mitigate it, indicating no malicious intent.
