authentic-title-generator
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill uses local shell commands for text processing. Input interpolation is performed using double quotes, which prevents command injection in the bash environment.
- DATA_EXFILTRATION (SAFE): The skill does not perform any network operations or access sensitive filesystem locations.
- PROMPT_INJECTION (SAFE): Input is processed via deterministic string templates rather than LLM prompts, removing the risk of prompt injection.
- EXTERNAL_DOWNLOADS (SAFE): The skill relies on standard system utilities (bash, jq) and does not download external scripts or packages.
Audit Metadata