consulting-playbook
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [NO_CODE]: The skill package is comprised strictly of Markdown documentation (
.md) and YAML configuration files (.yaml). It does not include any Python, JavaScript, shell scripts, or binary executables. - [SAFE]: The analysis did not detect any instances of prompt injection, obfuscation, or malicious instructions. The skill follows a predictable logic of gathering user input through sequentially asked questions and mapping the situation to internal SOP (Standard Operating Procedure) reference files.
- [SAFE]: Data operations are restricted to reading internal reference files located within the skill's own directory structure and writing/updating a 'Consulting Blueprint' markdown file in a local
blueprint/folder. No network operations (such ascurlorwget) or external data exfiltration patterns were found. - [SAFE]: The skill manages its internal workflow by invoking sub-skills using the agent's native skill tool, with all sub-skill paths resolving to local directories. There are no external dependencies or remote resource fetches.
Audit Metadata