skill-creation-guide

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [DATA_EXFILTRATION] (SAFE): The scripts/package_skill.py utility is designed to archive skill directories into .skill (ZIP) files. It utilizes standard library modules and path resolution to create archives of local content. There are no network calls or attempts to access sensitive system directories outside the target skill folder.
  • [REMOTE_CODE_EXECUTION] (SAFE): No remote code execution patterns or unsafe dynamic code execution were found. The script scripts/quick_validate.py correctly uses yaml.safe_load() to process frontmatter, preventing YAML deserialization attacks.
  • [PROMPT_INJECTION] (SAFE): Documentation files references/output-patterns.md and references/workflows.md contain structural templates and workflow guides. These are used to provide formatting instructions to the agent and do not contain override markers, role-play injections, or instructions to bypass safety guidelines.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 05:53 PM