optimize-web-animations
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external web pages, creating a surface for indirect prompt injection where malicious page content could influence agent behavior.
- Ingestion points: JavaScript profiling scripts in
references/browser-profiling.mdextract DOM elements, text content, and class names from the active browser tab. - Capability inventory: The skill is authorized to modify source code, execute build scripts via
npm, and performgitcommits. - Boundary markers: No explicit delimiters or instructions are provided to isolate untrusted web content from the agent's control logic.
- Sanitization: Captured text data is not sanitized for malicious instructions before being processed by the agent.
- [COMMAND_EXECUTION]: The skill uses shell commands to interact with the local repository and validate builds.
- Evidence: The
SKILL.mdfile instructs the agent to rungit status,git diff,npm run build, andnpm run lint. It also describes a method for creating isolated git commits usingGIT_INDEX_FILEand temporary index files. - [DYNAMIC_EXECUTION]: The skill executes dynamic JavaScript within the browser environment to perform technical audits.
- Evidence:
references/browser-profiling.mdprovides templates for functions likeprofileAnimationPageandsamplePerformancePagewhich are injected into the browser context usingplaywright.evaluateto measure performance metrics.
Audit Metadata