AP

apm-audit-security

Audits dependencies to ensure integrity, detect drift, and block compromised primitives from reaching production.

Install

mkdir -p .claude/skills/apm-audit-security && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16718" && unzip -o skill.zip -d .claude/skills/apm-audit-security && rm skill.zip

Installs to .claude/skills/apm-audit-security

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Audits APM dependencies for supply-chain safety — apm audit flags, the content-hash / cache-integrity / unicode-scan / drift-detection model, and audit as a CI gate. Use when verifying installed primitives are untampered, wiring audit into CI, stripping hidden characters, or checking for drift before committing.
313 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Verify installed primitives are untampered
  • Wire audit into CI as a merge gate
  • Strip hidden Unicode from files
  • Check for drift before committing generated output
  • Scan an arbitrary file for security issues

How it works

The skill uses `apm audit` to perform content-hash verification, cache-hit integrity checks, Unicode scanning, and drift detection to ensure deployed primitives match the lockfile and are free from malicious content.

Inputs & outputs

You give it
A repository or a specific file path
You get back
An audit report (text, JSON, SARIF, or Markdown) indicating pass/fail status and identified security issues

When to use apm-audit-security

  • Auditing dependency integrity
  • Setting up ci security gates
  • Checking for code drift

About apm-audit-security

Provides command-line tools to audit deployed dependencies. It performs content hashing, cache-integrity scans, and strips hidden Unicode characters to maintain supply-chain security.

Audits APM dependencies for supply-chain safety — apm audit flags, the content-hash / cache-integrity / unicode-scan / drift-detection model, and audit as a CI gate. Use when verifying installed primitives are untampered, wiring audit into CI, stripping hidden characters, or checking for drift befor

When not to use it

  • When installing or updating dependencies
  • When authoring primitives
  • When not needing supply-chain safety checks

Limitations

  • apm audit only sees the directory it runs from
  • Does not cover policy authoring
  • Does not cover org-level allow/deny enforcement

How it compares

This workflow provides a complete, automated security audit for APM dependencies, integrating checks like Unicode scanning and drift detection that go beyond basic dependency vulnerability scanning.

Compared to similar skills

apm-audit-security side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
apm-audit-security (this skill)01moReviewIntermediate
secrets-management54moReviewAdvanced
security-scanning-security-hardening34moNo flagsAdvanced
github-actions-hardening01moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry