sdd-init
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill populates a
knowledge-graph.jsonfile with metadata derived from the local filesystem, creating an indirect prompt injection surface for other skills that consume this data. - Ingestion points: File and directory names detected via
lsandfindcommands in SKILL.md. - Boundary markers: Absent; filesystem metadata is interpolated directly into JSON placeholders.
- Capability inventory: The skill utilizes
Bashfor discovery andWrite/Editfor creating project artifacts. - Sanitization: Absent; there is no validation or escaping of the detected strings before they are persisted to the JSON knowledge graph.
- [DATA_EXFILTRATION]: The skill explicitly searches for the presence of sensitive environment files (e.g.,
.env) during project initialization. While it only identifies the existence of these files to establish project conventions and does not read their content or perform network operations, this behavior maps the locations of sensitive credentials.
Audit Metadata