audit-performance
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill uses
firecrawl:firecrawl_scrapeandfirecrawl:firecrawl_searchto ingest external performance documentation and optimization guides into the agent context. This introduces a surface where malicious instructions embedded in third-party websites could attempt to influence the agent's behavior. - Ingestion points:
firecrawl:firecrawl_searchandfirecrawl:firecrawl_scrapein SKILL.md. - Boundary markers: None provided in the instructions to separate external content from internal logic.
- Capability inventory: The skill has the capability to run local shell commands (
npm,npx), query Sentry for events, and execute SQLEXPLAINcommands. - Sanitization: No explicit sanitization or filtering of external content is mentioned before it is processed by the agent.
- [REMOTE_CODE_EXECUTION]: The skill suggests using
npx source-map-explorer. While this is a well-known and standard development tool,npxby definition downloads and executes code from a remote registry. This is expected behavior for a performance audit tool and targets a well-known service (npm registry).
Audit Metadata