project-structure-refactoring
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and reference materials focus entirely on architectural best practices and safe refactoring workflows. No prompt injection attempts, base64 obfuscation, or hidden malicious logic were found.- [COMMAND_EXECUTION]: The workflow documentation (
references/01-restructure-workflow.md,references/02-safe-moves-mechanics.md) encourages the use of local development tools such asgit log,git grep, and framework-specific test runners/compilers (e.g.,pytest,tsc,go build) to inventory the codebase and verify that structural changes do not break the project. These are standard, legitimate uses of CLI tools in a developer agent context.- [NO_CODE]: The skill includes a utility script (evals/scripts/grade.py) used for evaluating agent responses against a set of criteria. The script uses standard Python libraries for file I/O and text matching and contains no network-reaching or dynamically-executing code.
Audit Metadata