nestjs
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [Prompt Injection] (SAFE): No evidence of instructions designed to bypass agent constraints or reveal system prompts.
- [Data Exposure & Exfiltration] (SAFE): No sensitive file access or unauthorized network requests detected. Code snippets use standard examples and placeholder localhost addresses for microservices.
- [Obfuscation] (SAFE): The skill content is entirely in plain text; no Base64, zero-width characters, or other encoding techniques were found.
- [Unverifiable Dependencies] (SAFE): The validation script uses standard libraries and the common 'PyYAML' package. No untrusted remote scripts are downloaded or executed.
- [Dynamic Execution] (SAFE): The validation script uses
yaml.safe_load()to process configuration files, preventing potential YAML-based code injection attacks.
Audit Metadata