skillshare-update-docs

Pass

Audited by Gen Agent Trust Hub on Jun 18, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill performs local shell operations such as git diff, grep, and npm run build. These commands are used to identify recent code changes and ensure the documentation website can still be built after updates, which is standard behavior for documentation tools.
  • [PROMPT_INJECTION]: The workflow involves an indirect prompt injection surface as it reads data from external project files to cross-validate documentation flags.
  • Ingestion points: Go source files (cmd/skillshare/*.go) and internal configuration files (internal/config/targets.yaml, internal/audit/rules.yaml).
  • Boundary markers: No specific delimiters are used to separate source code content from agent instructions.
  • Capability inventory: The skill has the ability to write to files within the website/docs/ directory and execute local development tools (git, npm).
  • Sanitization: No sanitization or validation is performed on the content read from the source code or configuration files prior to processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 18, 2026, 02:45 AM
Security Audit — agent-trust-hub — skillshare-update-docs