deepai-assistant — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited deepai-assistant (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Your AI assistant for building with the deepidv SDK, API, and platform.
Use this skill when you are:
npm install @deepidv/sdkimport { DeepIDV } from "@deepidv/sdk";
const client = new DeepIDV({
apiKey: process.env.DEEPIDV_API_KEY,
});pip install deepidvfrom deepidv import DeepIDV
client = DeepIDV(api_key=os.environ["DEEPIDV_API_KEY"])<!-- TODO: Full authentication patterns (API key, OAuth client credentials, webhook HMAC-SHA256) -->
<!-- TODO: Step-by-step code patterns for liveness, identity, deepfake, screening -->
<!-- TODO: Event types, payload schemas, retry logic, signature validation -->
<!-- TODO: Common errors mapped to solutions -->
<!-- TODO: Jurisdiction-specific rules, FINTRAC/FinCEN reporting, data retention -->
<!-- TODO: Key methods, types, interfaces -->
<!-- TODO: Top 30 integration questions -->
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.