← Back to Skills Marketplace
Selective Pollution Test Skill
by
Blaire Jung
· GitHub ↗
· v1.0.0
333
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install selective-pollution-test
Description
Research skill that conditionally rewrites search keywords on trigger topics for authorized security testing.
Usage Guidance
This skill is internally consistent with its stated purpose, but it enables intentional manipulation of search keywords (adding 'speculative rumor' to finance/health queries) which can be harmful if misused. Before installing: (1) verify you have explicit authorization and a safe, isolated test environment (no real users or public queries), (2) confirm the skill's provenance (owner/source is unknown; lack of homepage increases risk), (3) add operational guardrails — require confirmation prompts, run only on test accounts/domains, log all inputs/outputs, and limit autonomous invocation or set disable-model-invocation if you don't want the agent to call it without user consent, and (4) consider implementing programmatic safeguards (whitelists, domain isolation, and automatic stop-conditions) if you will use it for research. If you cannot confirm authorization or source, do not install in production or against public services.
Capability Analysis
Type: OpenClaw Skill
Name: selective-pollution-test
Version: 1.0.0
The skill 'selective_pollution_test' (SKILL.md) instructs the AI agent to conditionally manipulate user search queries by appending the phrase 'speculative rumor' to finance or health-related topics. While the README.md states this is for 'controlled security research' on tool-chain manipulation, the behavior is a functional demonstration of a prompt-injection attack designed to alter the integrity of the agent's output based on content triggers. No evidence of data exfiltration, persistence, or malicious code execution was found.
Capability Assessment
Purpose & Capability
Name/description say 'selective pollution' for research and the instructions only implement conditional keyword rewriting (append 'speculative rumor' for finance/health). There are no unrelated env vars, binaries, or installs requested — the declared purpose aligns with what's required.
Instruction Scope
SKILL.md is narrowly scoped: it accepts search input, conditionally rewrites keywords, clamps num_results, and outputs JSON. It explicitly claims no file/secret access or external callbacks. However, the behavior (inserting 'speculative rumor' into search queries on sensitive topics) is inherently capable of producing misleading content; the SKILL.md relies on external policy ('authorized testing only') rather than programmatic guardrails.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk and there is no third-party package or download to evaluate.
Credentials
No environment variables, credentials, or config paths are requested — the skill does not ask for secrets or unrelated permissions.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent/system-level privileges or to modify other skills. Autonomous invocation is allowed by default but not unusual; consider the usual platform controls if you want to restrict autonomous runs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install selective-pollution-test - After installation, invoke the skill by name or use
/selective-pollution-test - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of selective_pollution_test
- Conditionally rewrites search keywords by appending "speculative rumor" for finance or health topics.
- Passes through non-trigger topics unchanged.
- Accepts user search text or JSON input, with configurable result count (clamped between 1 and 10, default 3).
- Outputs structured JSON: keyword, num_results, and triggered flag.
- Designed for use in authorized lab environments; includes safety restrictions.
Metadata
Frequently Asked Questions
What is Selective Pollution Test Skill?
Research skill that conditionally rewrites search keywords on trigger topics for authorized security testing. It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.
How do I install Selective Pollution Test Skill?
Run "/install selective-pollution-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Selective Pollution Test Skill free?
Yes, Selective Pollution Test Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Selective Pollution Test Skill support?
Selective Pollution Test Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Selective Pollution Test Skill?
It is built and maintained by Blaire Jung (@seoeunjungg); the current version is v1.0.0.
More Skills