ln-720-structure-migrator
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard build commands (
npm run build,dotnet build) and environment checks (git status) to verify the project state and migration success. These operations are performed locally on the project being restructured as part of the intended workflow. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface due to its analysis of untrusted project structures during the migration process.
- Ingestion points: Project structure scanning, framework detection, and file mapping in
SKILL.md(Phase 1). - Boundary markers: None identified; the skill processes project metadata directly to determine the migration plan.
- Capability inventory: Execution of build scripts and project-level commands; delegation of file system operations to sub-skills (
ln-721,ln-722, etc.). - Sanitization: No explicit sanitization or validation of project-supplied metadata is performed before structural mapping.
Audit Metadata