skills/seaworld008/commonly-used-high-value-skills/gsd-graphify-brownfield-bootstrap/Gen Agent Trust Hub
gsd-graphify-brownfield-bootstrap
Fail
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill performs remote code execution by cloning the
gsd-build/get-shit-donerepository and executing thebin/install.jsscript with node. It also utilizesnpx -y get-shit-done-cc@latestto download and run code directly from the npm registry. - [EXTERNAL_DOWNLOADS]: The skill fetches software and dependencies from external sources, including
github.comand the Python Package Index (PyPI) for thegraphifyypackage. - [COMMAND_EXECUTION]: Several shell commands are executed to manage the environment, including
pip installfor Python packages,npm installfor Node.js modules, and various filesystem operations usingfindandsed. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted documentation from the repository to seed project planning files.
- Ingestion points: Reads content from
README.md,AGENTS.md, anddocs/current-state.mdto establish project context. - Boundary markers: None. The skill does not use delimiters or instructions to ignore embedded commands in the source files.
- Capability inventory: The skill has the ability to write to the filesystem, install packages, and execute shell scripts.
- Sanitization: No sanitization or validation is applied to the repository content before it is used to generate the
.planning/directory structure.
Recommendations
- AI detected serious security threats
Audit Metadata