language-market-fit
Pass
Audited by Gen Agent Trust Hub on Jun 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The 'Audit' mode in
SKILL.mdfetches content from user-provided URLs for analysis. This creates a surface for indirect prompt injection where a malicious website could attempt to influence the agent's behavior during the audit process. - Ingestion points:
SKILL.md(Phase 1: Reconnaissance in Audit Mode) usesWebFetchto ingest untrusted data from external websites. - Boundary markers: The instructions do not define specific boundary markers or 'ignore' instructions for the fetched content.
- Capability inventory: The skill uses
WebFetchto retrieve data,Writeto create reports, andBash(open *)to execute system commands to view results. - Sanitization: No explicit sanitization or filtering of the fetched HTML content is mentioned before it is processed for copy analysis.
- [COMMAND_EXECUTION]: The skill uses the
opencommand via theBashtool to automatically display generated HTML reports to the user. While intended for convenience, this involves executing system commands based on generated file paths. - [EXTERNAL_DOWNLOADS]: The skill documentation in
README.mdsuggests usingnpx skills addfor installation andgit clonefor manual setup. These are standard platform installation patterns but involve downloading external code.
Audit Metadata