📦

Audit History

nansen-general-search - 2 audits

Version comparison

Capability and finding changes across audited versions, newest first.

VersionDateResultReview itemsChange vs previous
v2 LatestJul 21, 2026, 03:25 AM No confirmed findings0No capability change
v1 Jul 9, 2026, 11:49 PM No confirmed findings2Baseline

Jul 21, 2026, 03:25 AM

All eight static findings are false positives. The six 'external_commands' hits are the static analyzer misclassifying Markdown code-fence markers and documentation table rows as Ruby/shell backtick execution; the two 'env_access' hits are declarative references to the NANSEN_API_KEY environment variable name in the skill's metadata (requires/primaryEnv), not code that reads or exfiltrates the secret. The skill only documents invocations of a first-party 'nansen' CLI with hardcoded subcommands and no command-injection vector. No prompt injection, data exfiltration, or business-logic abuse was found.

1
Files scanned
35
Lines analyzed
2
Review items
0
False positives ignored
Audited by: claude

Jul 9, 2026, 11:49 PM

The Markdown backtick findings are false positives; they are code fences and inline flag formatting. The NANSEN_API_KEY findings are confirmed because the skill requires a secret-bearing environment variable for the Nansen CLI, with no evidence of prompt injection or data exfiltration in SKILL.md.

1
Files scanned
35
Lines analyzed
4
Review items
0
False positives ignored
Capability review items (2)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

High
Generic API/secret keys
- NANSEN_API_KEY
The skill declares NANSEN_API_KEY as a required environment variable, so running the configured CLI places a secret in scope. This appears necessary for Nansen access, but it remains a credential-handling risk.
High
Generic API/secret keys
primaryEnv: NANSEN_API_KEY
The skill sets NANSEN_API_KEY as the primary environment variable for operation. No exfiltration is shown, but the skill depends on secret-bearing environment access.
Audited by: codex