system-design-basics
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely focused on providing system design fundamentals and does not contain any malicious instructions or safety filter bypass attempts.
- [COMMAND_EXECUTION]: The inclusion of
scripts/validate.pyis a standard developer utility for ensuring the skill directory follows the expected structure. The script does not utilizeeval(),exec(), or subprocess calls for arbitrary command execution. - [DATA_EXFILTRATION]: Analysis of the skill and its accompanying scripts confirmed no network operations (
curl,wget,fetch) or attempts to access sensitive system files (e.g.,.ssh,.aws,.env). - [REMOTE_CODE_EXECUTION]: The skill does not download or execute remote scripts. All logic is contained within the provided local files, and dependencies are limited to standard libraries and verified packages like
PyYAML. - [PROMPT_INJECTION]: The
SKILL.mdfile uses structured YAML schemas for parameter validation and does not include instructions to ignore previous constraints or bypass agent safety guardrails. - [INDIRECT_PROMPT_INJECTION]: The skill defines an ingestion point for external data via the
design_contextparameter. However, the risk is negligible as the skill lacks side-effect capabilities such as file system writing or network communication. - Ingestion points:
design_contextparameter inSKILL.md. - Boundary markers: The skill utilizes a strict YAML schema to validate the structure and length of the input problem statement.
- Capability inventory: No scripts or tools perform network operations, file writes, or command execution.
- Sanitization: Input is validated against length and type constraints before processing.
Audit Metadata