ClawAudit verdict

nimble-web-search

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Web search skill using the Nimble Search API with user-provided NIMBLE_API_KEY; sends only search queries to Nimble's API and returns results, consistent with stated web intelligence purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

15
security
30
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Accesses agent memory/configuration files

agent_memory

Findings (5)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your-api-key-here

Pattern match medium

Python os.getenv — reads environment variable

examples/basic-search.md · code · os.getenv(

Pattern match medium

Accesses sensitive environment variables

examples/basic-search.md · code · process.env.NIMBLE_API_KEY

Pattern match medium

Popular HTTP library — network access

references/api-reference.md · code · axios

Pattern match medium

Python aiohttp session — async network access

references/api-reference.md · code · aiohttp.ClientSession

Permissions & capabilities

No declared permissions — minimal attack surface.

credential_accessagent_memorynetwork_in

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API