gr-competitor
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes content from arbitrary external URLs.
- Ingestion points: Data is pulled from external URLs via the
actionbook extractcommand described inSKILL.md. - Boundary markers: Absent. The instructions do not define specific delimiters or provide warnings to the agent to ignore instructions embedded within the scraped HTML/text.
- Capability inventory: The agent uses shell commands to interact with the
actionbookCLI and synthesizes reports based on the extracted data. - Sanitization: Absent. There is no evidence of filtering or sanitization of the scraped content before it is processed by the agent.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of an external third-party utility.
- Evidence: Instructions in
SKILL.mddirect the user to runnpm install -g @actionbookdev/clior usenpx @actionbookdev/cli. - Context: The package is the core engine for the skill's functionality, but it is hosted on a public registry and managed by an external entity.
- [COMMAND_EXECUTION]: The skill relies on shell commands to perform its primary tasks.
- Evidence: Commands such as
actionbook search,actionbook extract, andactionbook browser startare invoked to interact with the local environment and the web.
Audit Metadata