yy-frontend-refactor-scaffold

Pass

Audited by Gen Agent Trust Hub on Sep 8, 2026

Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes local shell commands for utility purposes. Specifically, it uses find to list frontend source files in the reference directory, date to generate accurate timestamps for metadata, and mkdir -p to create the target directory structure for the scaffold files.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data by reading the content of user-provided source files (.vue, .js, .tsx, etc.) to analyze components and logic.
  • Ingestion points: Files located within the user-specified source directory (referenced in SKILL.md, Steps 3 and 4).
  • Boundary markers: The output is constrained to structured Markdown (PLAN.md) and strict skeleton templates, reducing the risk of accidental instruction following.
  • Capability inventory: The skill has the ability to read from the local filesystem, write to a designated target directory, and execute basic utility shell commands (find, date, mkdir).
  • Sanitization: The skill explicitly mandates that no business logic or external imports be copied into the generated scaffold files, which serves as a functional barrier against code injection into the target project.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 8, 2026, 08:07 AM
Security Audit — agent-trust-hub — yy-frontend-refactor-scaffold