authoring-cookbooks

Pass

Audited by Gen Agent Trust Hub on May 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill's primary function is providing guidance and diagnostic scripts for documentation quality. Analysis of SKILL.md and the associated Deno scripts (coverage-audit.ts, recipe-scaffold.ts) shows they operate strictly on local markdown files or generate templates based on hardcoded strings.
  • [COMMAND_EXECUTION]: The skill uses Deno.run and standard shell execution examples for its tools. These are restricted to local file operations (reading/writing recipes) and do not involve shell injection or execution of untrusted remote content.
  • [DATA_EXPOSURE]: The coverage-audit.ts script includes patterns to detect hardcoded secrets (API keys, tokens) within documentation files to prevent accidental exposure, which is a defensive security feature.
  • [EXTERNAL_DOWNLOADS]: No external network requests or remote code downloads were detected. The scripts use standard Deno permissions (--allow-read, --allow-write) for local file management only.
Audit Metadata
Risk Level
SAFE
Analyzed
May 11, 2026, 04:26 PM
Security Audit — agent-trust-hub — authoring-cookbooks