front-matter-writer
Pass
Audited by Gen Agent Trust Hub on Apr 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely within the local workspace environment and explicitly declares no network access in its front matter, which is consistent with the provided Python implementation.
- [SAFE]: Data processing is performed through a deterministic template engine (hook banks) and JSON schema validation, which prevents untrusted input from being interpreted as executable instructions or overriding agent behavior.
- [SAFE]: No hardcoded credentials, sensitive file path access (such as .ssh or .aws), or data exfiltration patterns were identified.
- [SAFE]: The Python script uses standard library modules and a local common utility module for file operations, following best practices for automated document generation.
Audit Metadata