website-review
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted data from the local project, including source code, configuration files, and git history. This creates a surface for indirect prompt injection where malicious instructions embedded in the reviewed files could attempt to influence the agent's behavior during the audit.
- Ingestion points: Local source files (
src/pages/**,src/config.ts),git logoutput, and build/test results. - Boundary markers: The instructions do not define specific delimiters to separate the content being reviewed from the agent's internal instructions.
- Capability inventory: The skill specifies the execution of
npm run build,npm test,astro preview, andgit logcommands. - Sanitization: No explicit sanitization or filtering of the ingested project content is described.
- [COMMAND_EXECUTION]: The instructions direct the agent to execute shell commands such as
npm run build,npm test, andgit logto verify project correctness and consistency. While these are standard development operations, they are performed within a workflow that processes potentially untrusted local code.
Audit Metadata