implement-frontend
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and follow instructions from repository-level files such as
AGENTS.mdandCLAUDE.md, which creates a surface for indirect prompt injection if those files are malicious. - Ingestion points: Repository files such as
AGENTS.md,CLAUDE.md, and host-provided instructions as specified in theSKILL.mdworkflow. - Boundary markers: No specific delimiters or instructions to disregard embedded commands within these external files are provided.
- Capability inventory: The skill possesses the ability to modify project source files and execute local shell commands for validation (e.g., lint, test, and build scripts).
- Sanitization: The skill lacks mechanisms to sanitize or validate the instructions contained within these external guidance files before the agent processes them.
- [COMMAND_EXECUTION]: The skill instructs the agent to run local development scripts for code validation.
- Evidence:
SKILL.mdandreferences/stack-guidelines.mddirect the agent to execute commands likelint,test, andbuildas defined in the project'spackage.jsonfile. This is standard and expected functionality for a frontend development skill.
Audit Metadata