sparse-autoencoder-training
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides users to install and use
sae-lensandtransformer-lens, which are established open-source libraries for mechanistic interpretability research hosted on GitHub and PyPI (referenced inSKILL.mdandreferences/README.md).- [COMMAND_EXECUTION]: Provides standard Python snippets for training machine learning models, including functionality to save model checkpoints to the local file system usingsae.save_model()inSKILL.mdandreferences/tutorials.md.- [PROMPT_INJECTION]: The skill is designed to process external datasets to train Sparse Autoencoders, representing a potential indirect prompt injection surface. - Ingestion points: Data is loaded via
dataset_path(e.g.,monology/pile-uncopyrighted) in theLanguageModelSAERunnerConfigwithinSKILL.md. - Boundary markers: Data is ingested directly into the training pipeline without specific delimiters to distinguish between content and instructions.
- Capability inventory: Capabilities include model training and local file writing for checkpoints.
- Sanitization: No input sanitization is implemented for the training data, which is standard for machine learning research use-cases.
Audit Metadata