c-systems
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill creates a vulnerability surface for indirect prompt injection by directing the agent to ingest and interpret external, untrusted content.
- Ingestion points: The instructions in
SKILL.mdrequire the agent to read adjacent.csource files and repository metadata files such asAGENTS.mdandCLAUDE.mdto identify local coding idioms and conventions. - Boundary markers: Absent. The instructions do not provide delimiters or "ignore embedded instructions" warnings for the agent when processing text from external source files or documentation.
- Capability inventory: Across the skill and its references (e.g.,
references/build-and-measurement.md,references/memory-safety.md), the agent is expected to possess and use capabilities for file system access and terminal execution of build and debugging tools likegcc,make,valgrind, andgdb. - Sanitization: Absent. The skill provides no guidance on validating, escaping, or filtering content retrieved from the external environment before it is processed in the agent's logic.
Audit Metadata