learning-community-builder
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns detected. The code uses standard Python libraries and follows the expected skill structure.
- [Indirect Prompt Injection] (LOW): The
executemethod accepts acontentparameter which is untrusted data. - Ingestion points:
parameters['content']inskill.py. - Boundary markers: None present.
- Capability inventory: None. The skill only performs string truncation and returns data.
- Sanitization: None, but unnecessary given the lack of dangerous capabilities.
Audit Metadata