| name | brin-check |
| description | Scan packages, repositories, MCP servers, domains, web pages, and agent skills for security threats using the brin API. Use this skill before installing dependencies, visiting URLs, or integrating external resources. |
brin Security Check
Scan any external resource for security threats using the brin API before installing, visiting, or using it.
Usage
When the user asks to check or scan a resource, when you need to verify the safety of an external dependency, or when you encounter unfamiliar URLs or domains:
- Identify the resource type and name
- Call the appropriate brin API endpoint
- Report the verdict, score, and any detected threats
API Reference
The brin API requires no authentication. Make a GET request to:
https://api.brin.sh/<origin>/<name>
Supported Origins
| Origin | Name | Example |
|---|
npm | package name | https://api.brin.sh/npm/express |
pypi | package name | https://api.brin.sh/pypi/requests |
crate | crate name | https://api.brin.sh/crate/serde |
domain | domain | https://api.brin.sh/domain/example.com |
page | domain/path | https://api.brin.sh/page/example.com/path |
repo | owner/repo |