agent-project-structure
AdvisoryAudited by Static analysis on May 8, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Running the create script on an existing project could add folders and replace the sample settings file.
The helper creates standard files, including config/settings.json, using write mode under the user-provided project path; if used on an existing project after confirmation, this can overwrite those files.
'config/settings.json': '{}', ... with open(full_path, 'w') as f: f.write(content)Use it on a new or backed-up project path, and review the target directory before confirming continuation on an existing path.
The helper commands may fail if Python is not available in the environment.
The skill documents Python script execution, while the registry requirements declare no required binaries; this is an under-declared local runtime dependency rather than suspicious behavior.
python scripts/check_structure.py <项目路径>
Ensure Python is installed before using the helper scripts, or follow the directory structure manually.
