flow-setup
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it is designed to ingest and analyze the content of other skills' SKILL.md files to formulate project conventions.
- Ingestion points: The skill reads
SKILL.mdfiles from the local catalog and project-specific locations, as well as general project files likeREADMEand scripts. - Boundary markers: The instructions do not define boundary markers or explicit 'ignore' instructions for the content being read from external skills.
- Capability inventory: The skill can modify project configuration files (
AGENTS.mdandCLAUDE.md) and can execute or recommend command-line installation of skills usingnpx skills add. - Sanitization: There is no mention of sanitizing or validating instructions extracted from external
SKILL.mdfiles before incorporating them into the project's own instructions. - [EXTERNAL_DOWNLOADS]: The skill's documentation includes instructions for downloading and installing additional components from the author's own repository.
- Evidence:
references/project-setup.mdcontains commands such asnpx skills add aymericderbois/skillsandnpx skills add ~/projects/github.com/aymericderbois/skillsto expand tool capabilities. - [COMMAND_EXECUTION]: The skill facilitates the execution of system commands for environment configuration.
- Evidence:
SKILL.mdspecifies that the agent should install missing skills if authorized, using commands described in the project setup guide.
Audit Metadata