mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-13 14:44:58 +03:00
c21af3347e
- Add scripts/agent.py and references/api-reference.md to all remaining skills - Update all 648 LICENSE files: copyright now reads 'Mahipal' - Add implementing-security-monitoring-with-datadog (new skill with full anatomy) - All 649 skills now have: SKILL.md, LICENSE, scripts/agent.py, references/api-reference.md
569 B
569 B
API Reference: Vulnerability remediation SLA tracking
API Details
SLA tiers: Critical=24h, High=72h, Medium=30d, Low=90d, Tenable/Qualys API
Installation
pip install requests datetime
Libraries
| Library | Use |
|---|---|
requests |
requests client/SDK |
datetime |
datetime client/SDK |
Authentication
| Method | Header |
|---|---|
| Bearer Token | Authorization: Bearer <token> |
| API Key | X-API-Key: <key> |
Output Format
{"timestamp": "ISO-8601", "findings": [], "risk_level": "HIGH"}