Github Security
@bixu/github-securityv2026.04.23.2
01README
GitHub repository security auditing with support for native features and third-party tool detection
02Models
@bixu/github-securityv2026.03.09.3github_security.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| token | string | GitHub personal access token |
fn scanUser(username?: string, format: enum)
Scan all owned repos for a GitHub user and report security status
| Argument | Type | Description |
|---|---|---|
| username? | string | GitHub username (omit for authenticated user) |
| format | enum | Output format: text (default), markdown, or json |
fn scanOrg(org: string, format: enum)
Scan all repos in a GitHub organization and report security status
| Argument | Type | Description |
|---|---|---|
| org | string | GitHub organization name |
| format | enum | Output format: text (default), markdown, or json |
Resources
summary(infinite)— Security summary for an account or organization
repo(infinite)— Per-repo security status
03Previous Versions
2026.04.23.1Apr 23, 2026
2026.03.09.3Mar 9, 2026
04Stats
A
100 / 100
Downloads
4
Archive size
33.2 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/bixu/swamp-extensions05Platforms
06Labels