Lap Adyen Binlookup Api
v1.0.0Adyen BinLookup API skill. Use when working with Adyen BinLookup for get3dsAvailability, getCostEstimate. Covers 2 endpoints.
⭐ 0· 18·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the requested environment variable (ADYEN_BINLOOKUP_API_KEY) and the documented endpoints (get3dsAvailability, getCostEstimate). No unrelated binaries, config paths, or extra credentials are requested.
Instruction Scope
The runtime instructions are limited to the two endpoints and authentication. However, the SKILL.md is inconsistent about auth (mentions 'ApiKey X-API-Key' and 'Bearer' interchangeably and tells you to 'Set Authorization header with your Bearer token'), and it references an external spec file (references/api-spec.lap) and example npx commands that, if executed, will perform network/npm actions. The instructions do not ask for unrelated system files or credentials.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install profile (nothing is written to disk by the skill itself).
Credentials
Only one env var is required (ADYEN_BINLOOKUP_API_KEY), which is proportional for an API integration. Note the mismatch between the env var name (suggesting an API key header) and the 'Bearer token' wording in the setup section — confirm which auth form your Adyen instance requires and provide only test/limited-scope credentials.
Persistence & Privilege
always:false and no install steps that persist data or modify other skills or system-wide configs. The skill can be invoked autonomously (platform default), but it does not request permanent presence or elevated privileges.
Assessment
This skill appears to do what it says: call Adyen BinLookup endpoints and requires a single ADYEN_BINLOOKUP_API_KEY. Before installing, verify: (1) which auth method your Adyen account requires (X-API-Key header vs Bearer token) — the SKILL.md is inconsistent; (2) provide a test-scoped API key (the base URL in the spec points to Adyen's test endpoint), not a high-privilege production key; (3) be cautious if you or the agent run the example npx commands — they will fetch data from the network and require npm tooling; and (4) if you do not want the agent to call this skill autonomously, restrict invocation in your agent settings. If you want higher assurance, ask the publisher for a precise auth example (header name/value) or a full API spec file so you can validate exactly what headers and fields will be sent.Like a lobster shell, security has layers — review code before you run it.
latestvk9782sxhtgzhjwn3d6kjqvafp984b03p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvADYEN_BINLOOKUP_API_KEY
