Skip to main content

team-brief

Generates a daily team intelligence brief by cross-referencing GitHub, Linear, Slack, and more to keep teams aligned.

Install this skill

or
84/100

Security score

The team-brief skill was audited on Mar 12, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 528

Curl to non-GitHub URL

SourceSKILL.md
528curl -s -X POST 'https://api.hackmd.io/v1/notes' \
medium line 541

Curl to non-GitHub URL

SourceSKILL.md
541curl -s -X PATCH "https://api.hackmd.io/v1/notes/<id>" \
low line 495

External URL reference

SourceSKILL.md
495- Base URL: `https://api.hackmd.io/v1`
low line 500

External URL reference

SourceSKILL.md
5001. **Create the note** via `POST https://api.hackmd.io/v1/notes` with:
low line 513

External URL reference

SourceSKILL.md
5132. **Update the note content** via `PATCH https://api.hackmd.io/v1/notes/<id>` with the full brief markdown content:
low line 519

External URL reference

SourceSKILL.md
519- The `publishLink` from step 1 (format: `https://hackmd.io/@[CUSTOMIZE: your-hackmd-username]/<shortId>`)
low line 528

External URL reference

SourceSKILL.md
528curl -s -X POST 'https://api.hackmd.io/v1/notes' \
low line 541

External URL reference

SourceSKILL.md
541curl -s -X PATCH "https://api.hackmd.io/v1/notes/<id>" \
Scanned on Mar 12, 2026
View Security Dashboard