Генерация аудита внешних ресурсов проекта
devops
generate-asset-actions is a Claude Code skill that generates `internal/audits/asset-actions.yaml` and `internal/audits/audit-summary.md` from `ASSETS.yaml`, classifying external assets into priority tiers and target control stages. Each asset is evaluated on two axes: target stage is determined by host reliability — Stage 1 `pinned` for GitHub and HuggingFace, Stage 2 `controlled` for personal repos, Google Drive, and `.edu` servers — while priority reflects link state and membership in a known-unstable source registry covering 10 documented incidents. When the manifest may be stale, the skill first runs `uv run python tools/generate_asset_manifest.py`, then pulls aggregate counts from `summarise_asset_manifest.py` to populate the audit summary. It's built for teams maintaining Inspect AI infrastructure who need to automate dependency auditing and track unreliable upstream sources.
- #asset-management
- #automation
- #dependency-tracking
- #yaml-generation
- #version-control