audit_obs_security
Audit OBS packages for security vulnerabilities by scanning spec files or running full audits. Identify red flags before installation.
Instructions
[SECURITY] Comprehensive security audit for OBS packages. Actions: spec_analysis (scan spec file for security red flags), full_audit (fetch and audit an OBS package by name). Examples: audit_obs_security(action='spec_analysis', spec_content='...'), audit_obs_security(action='full_audit', package_name='vim'). Always audit OBS packages before installing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Type of security audit | |
| project | No | OBS project (default: openSUSE:Factory) | |
| package_name | No | Package name for full audit (for full_audit action) | |
| spec_content | No | Spec file content for analysis (for spec_analysis action) |