uv-mamba-architecture
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install standard Python packages from public registries (PyPI) to support the Mamba architecture. These include 'mamba-ssm', 'torch', 'transformers', and 'causal-conv1d', which are the official and widely recognized libraries for this technology.
- [PROMPT_INJECTION]: The skill facilitates text generation where user-provided prompts are processed by the model. This represents an indirect prompt injection surface common to language model interfaces.
- Ingestion points: Prompt variables within the usage examples in 'SKILL.md'.
- Boundary markers: No explicit delimiters or safety instructions are used to wrap user input in the provided code snippets.
- Capability inventory: The skill demonstrates text generation capabilities using the 'model.generate' method.
- Sanitization: Input is passed directly to the model as is standard for architectural implementation templates.
Audit Metadata