uv-bootstrap-skill-maintenance
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Executes repository-specific scripts such as
python bootstrap/scripts/update_skills_mirror.pyand standard maintenance commands likepython -m compileall. - [EXTERNAL_DOWNLOADS]: Invokes
npx -y skills add . --listwhich downloads and executes the 'skills' package from the npm registry at runtime. - [PROMPT_INJECTION]: The skill facilitates the ingestion of content from external repositories, which creates a potential surface for indirect prompt injection attacks.
- Ingestion points: Clones and imports data from external repositories into the
.references/and canonical skill directories (SKILL.md). - Boundary markers: None explicitly defined to delimit imported content from system instructions.
- Capability inventory: Includes shell command execution via Python/npx and significant file-system write access across the repository structure.
- Sanitization: Relies on manual instructions to "adapt" content and "remove upstream extras" rather than automated sanitization.
- [SAFE]: References access to configuration files located at
~/.agents/config.tomland$HUMAN_MATERIAL_PATH/.agents/config.tomlfor the purpose of establishing configuration precedence.
Audit Metadata