adopt-this-repo
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a local shell script (
scripts/quickstart-check.sh) to analyze a user-provided target directory. Analysis of the script confirms it only performs non-invasive file existence checks ([ -e "$target/$path" ]) to verify the presence of common project files like README.md and src/ folders. - [DATA_EXPOSURE]: The skill operates entirely on local path metadata for the purpose of architectural mapping. It does not access sensitive system files, hardcode credentials, or perform any network operations.
Audit Metadata