implementing-cloud-trail-log-analysis

implementing-cloud-trail-log-analysis is a skill for Claude Code, Codex from Njones17/AI-agent-master-cyber-skills-list. It costs 50 tokens per session (3,248 once invoked), scanned A, original, no licence file.

A workflow for analysing AWS CloudTrail records, which log actions taken through AWS APIs. It uses AWS query and log-analysis tools to find suspicious activity and support investigations.

In plain words
What is it for?
Use it for AWS security monitoring, threat detection, forensic investigations, and sending findings to a SIEM system.
Why use it?
It helps identify unauthorised access, privilege increases, and unusual API actions in large volumes of cloud logs.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for AWS security monitoring, threat detection, forensic investigations, and sending findings to a SIEM system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/njones17/ai-agent-master-cyber-skills-list/implementing-cloud-trail-log-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Njones17/AI-agent-master-cyber-skills-list --skill implementing-cloud-trail-log-analysis
Clone the repo
git clone --depth 1 https://github.com/Njones17/AI-agent-master-cyber-skills-list

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for implementing-cloud-trail-log-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/njones17/ai-agent-master-cyber-skills-list/implementing-cloud-trail-log-analysis/github.svg)](https://agentmods.dev/skills/njones17/ai-agent-master-cyber-skills-list/implementing-cloud-trail-log-analysis)
Your own site
<a href="https://agentmods.dev/skills/njones17/ai-agent-master-cyber-skills-list/implementing-cloud-trail-log-analysis"><img src="https://agentmods.dev/badge/skills/njones17/ai-agent-master-cyber-skills-list/implementing-cloud-trail-log-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for implementing-cloud-trail-log-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/njones17/ai-agent-master-cyber-skills-list/implementing-cloud-trail-log-analysis"><img src="https://agentmods.dev/badge/skills/njones17/ai-agent-master-cyber-skills-list/implementing-cloud-trail-log-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,248 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.03248
Opus 5 $0.00025 $0.01624
Sonnet 5 $0.00010 $0.00650
Haiku 4.5 $0.00005 $0.00325

Measured 9d ago against content hash 9fa8e0db451d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

implementing-cloud-trail-log-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cloud-security/implementing-cloud-trail-log-analysis/SKILL.md · 334 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 334 lines · 50 tokens per session scan A 9fa8e0db451d

Subscribe to this mod's changes

implementing-cloud-trail-log-analysis is a skill published in the GitHub repository Njones17/AI-agent-master-cyber-skills-list (21 stars, last pushed 6mo ago), with no licence file. It adds 50 tokens to every session and 3,248 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

implementing-cloud-trail-log-analysis

Implementing AWS CloudTrail log analysis for security monitoring, threat detection, and forensic investigation using Athena, CloudWatch Logs Insights, and SIEM integration to identify unauthorized access, privilege escalation, and suspicious API activity.

xalgorix/xalgorix · 50 tokens

performing-cloud-forensics-with-aws-cloudtrail

Perform forensic investigation of AWS environments using CloudTrail logs to reconstruct attacker activity, identify compromised credentials, and analyze API call patterns.

xalgorix/xalgorix · 36 tokens

detecting-aws-cloudtrail-anomalies

Detect unusual API call patterns in AWS CloudTrail logs using boto3, statistical baselining, and behavioral analysis to identify credential compromise, privilege escalation, and unauthorized resource access.

xalgorix/xalgorix · 45 tokens

detecting-aws-cloudtrail-anomalies

Detect unusual API call patterns in AWS CloudTrail logs using boto3, statistical baselining, and behavioral analysis to identify credential compromise, privilege escalation, and unauthorized resource access.

adriannoes/awesome-agentic-ai · 45 tokens

detecting-s3-data-exfiltration-attempts

Detecting data exfiltration attempts from AWS S3 buckets by analyzing CloudTrail S3 data events, VPC Flow Logs, GuardDuty findings, Amazon Macie alerts, and S3 access patterns to identify unauthorized bulk downloads and cross-account data transfers.

xalgorix/xalgorix · 63 tokens

performing-cloud-log-forensics-with-athena

Uses AWS Athena to query CloudTrail, VPC Flow Logs, S3 access logs, and ALB logs for forensic investigation. Covers CREATE TABLE DDL with partition projection, forensic SQL queries for detecting unauthorized access, data exfiltration, lateral movement, and privilege escalation. Use when investigating AWS security…

xalgorix/xalgorix · 80 tokens