repo-pulse
Generates daily reports on new stars, forks, and traffic for monitored GitHub repositories, enhancing project tracking.
Install this skill
or
40/100
Security score
The repo-pulse skill was audited on May 30, 2026 and we found 6 security issues across 1 threat category, including 3 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 25
Template literal with variable interpolation in command context
SourceSKILL.md
| 25 | **Idempotency check:** After fetching, scan `memory/logs/${today}.md` for any prior `## Repo Pulse` section. If a prior section for this same repo already recorded identical `stargazers_count` AND ide |
medium line 65
Template literal with variable interpolation in command context
SourceSKILL.md
| 65 | ``` |
high line 86
Template literal with variable interpolation in command context
SourceSKILL.md
| 86 | 7. **Write the article** to `articles/repo-pulse-${today}.md` — this is the canonical structured artifact that downstream consumers (`operator-scorecard`, `thread-formatter`, `star-momentum-alert`, `s |
medium line 90
Template literal with variable interpolation in command context
SourceSKILL.md
| 90 | ```markdown |
high line 117
Template literal with variable interpolation in command context
SourceSKILL.md
| 117 | 8. **Log** to `memory/logs/${today}.md` — ALWAYS include the exact current counts so the next run can calculate deltas: |
medium line 118
Template literal with variable interpolation in command context
SourceSKILL.md
| 118 | ``` |
Scanned on May 30, 2026
View Security Dashboard