better-prompt
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a structured workflow for prompt engineering using two internal reference files:
references/lyra.md(Architect) andreferences/meta.md(Refiner). These files contain legitimate instructions for prompt optimization and do not include malicious directives. - [SAFE]: Input handling is well-managed using XML delimiters (
<user_input>,<draft>,<user_notes>) to separate user-provided data from system instructions, reducing the risk of accidental prompt injection during the optimization process. - [SAFE]: The skill includes explicit safety guardrails for the model, such as 'Optimize the prompt, never execute it', which prevents the agent from inadvertently performing dangerous tasks contained within the user's input prompt.
- [SAFE]: No external network requests, remote script downloads, or credential-harvesting patterns were found in any of the skill files.
- [SAFE]: The use of the
Agenttool to spawn sub-agents is a standard platform capability used here for task decomposition, with no evidence of privilege escalation or persistence mechanisms.
Audit Metadata