fp
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill enables the ingestion of untrusted data from external sources (e.g., via
scrapling::fetch) and its persistence into internal state (state::set), which constitutes an indirect prompt injection surface. - Ingestion points: Untrusted data can enter the agent's context through external worker calls such as
scrapling::fetchor by retrieving stored values viastate::getas described in SKILL.md. - Boundary markers: The skill does not implement or require the use of specific delimiters or 'ignore' instructions to separate untrusted data from the agent's execution context.
- Capability inventory: The skill includes the
fp::pipefunction for orchestrating multiple worker steps and thestate::setfunction for writing data to persistent storage, as documented in the functional description. - Sanitization: While the skill provides structural transformations (e.g.,
filter,map,pick), it does not include mechanisms for sanitizing or validating the contents of the data to prevent embedded malicious instructions.
Audit Metadata