AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Micro Ecc Integration

skill-easyzoom-aix-skills-micro-ecc-integration · by easyzoom

Use when integrating, porting, configuring, or debugging micro-ecc ECDH, ECDSA, elliptic-curve keys, RNG, signatures, or embedded ECC operations

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-easyzoom-aix-skills-micro-ecc-integration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-easyzoom-aix-skills-micro-ecc-integration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Micro Ecc Integration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

micro-ecc Integration

Overview

Use this skill to integrate micro-ecc by treating randomness, key storage, curve choice, and test vectors as security-critical. ECC that compiles but uses weak RNG or mismatched key formats is not working.

When To Use

Use this skill when:

  • The user wants ECDH, ECDSA, public/private key generation, signature verification, or ECC on an MCU using micro-ecc.
  • The issue involves bad signatures, key mismatch, RNG, curve selection, endian/format mismatch, or slow scalar multiplication.

Do not use this skill for full TLS stacks. Use mbedtls-integration for TLS. For AES/SHA/HMAC primitives, use tinycrypt-integration.

First Questions

Ask for:

  • Curve, operation, and protocol using ECC.
  • Target MCU, compiler, and whether hardware TRNG/crypto exists.
  • RNG source and key storage policy.
  • Public/private key byte format and endian expectations.
  • Test vector, signature, or verification failure details.

Integration Checklist

  1. Choose curve deliberately.

Match peer requirements and security level.

  1. Provide real RNG.

Key generation and ECDSA require strong randomness. Do not use pseudo-random test stubs in production.

  1. Verify key formats.

Public key layout, private key length, endian, and compressed/uncompressed format must match protocol.

  1. Run known test vectors.

Validate sign/verify or shared-secret derivation against expected data.

  1. Protect secrets.

Do not log private keys, nonces, or raw secrets.

Common Failures

  • Weak or deterministic RNG used in production.
  • Public key format mismatches peer protocol.
  • Curve mismatch between device and server.
  • Signature verification uses hashed versus unhashed data inconsistently.
  • Stack buffers expose private key material in logs or dumps.

Verification

Before claiming micro-ecc works:

  • State curve, operation, key format, and RNG source.
  • Confirm known test vectors pass.
  • Confirm negative verification fails for modified data.
  • Confirm secrets are not logged and storage policy is explicit.

Example

User:

micro-ecc 签名服务器验不过。

Agent:

  1. Asks for curve, key format, hash/sign input, RNG, and server expected format.
  2. Checks endian and hashed-versus-raw message handling.
  3. Verifies with known vectors before changing protocol code.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.