Check your human's on-chain reputation. Are they good enough for you?
54
46%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/basecred/SKILL.mdSecurity
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 0.90). The skill instructs the agent to read/store the raw API key and to include the computed api_key_id (SHA256 of the key) verbatim in request headers (x-basecred-key-id), which requires the LLM to handle and emit an authentication secret in generated requests.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill explicitly requires loading the external report template at runtime ("You MUST use the standardized report format... Load it from https://www.zkbasecred.xyz/reporting.md before generating any report"), so https://www.zkbasecred.xyz/reporting.md is fetched during execution and directly controls the agent's output/ prompts/format, making it a required remote instruction dependency.
02adecb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.