Skip to content
View glatinone's full-sized avatar

Block or report glatinone

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
glatinone/README.md

Kiell Tampubolon

Applied AI & Cybersecurity Engineer

I build trustworthy AI systems and developer infrastructure. My work covers agent security, security automation, memory, evaluation, and practical developer tools.

My work sits at the intersection of AI engineering, cybersecurity, and developer experience. I care about systems that are useful in practice, observable when they fail, and honest about their limits.

What I build

  • AI security: threat-aware agent workflows, tool-use boundaries, configuration scanning, and defensive automation.
  • Agent infrastructure: memory, state, authorization, lifecycle behavior, and multi-agent coordination.
  • Developer tools: CLIs, MCP servers, SDKs, fixtures, tests, and documentation that make complex systems easier to use.
  • Practical AI systems: focused applications and demos that connect technical depth to a real workflow.

Current work

Agentic Security Lab: flagship direction

A reproducible engineering lab for evaluating agents operating against code, GitHub, APIs, and security tools.

The core trace is simple:

agent → identity/policy gate → tool action → audit trace → adversarial scenario → evaluation report

The lab will connect the projects below into one broader story: how to build AI-enabled systems that remain understandable and controllable under real operating conditions.

Status: foundation and local design in progress. Public launch follows a reproducible first trace and fresh verification.

Selected projects

A short checkup for people and small teams that use AI at work.

Focus: turn AI safety questions into plain-language decisions and three practical next steps. No account, no data upload, and no security jargon.

An inspection and security-scanning tool for MCP servers, agent client configurations, source files, and GitHub workflows.

Focus: detect risky tool behavior, configuration weaknesses, secrets, workflow issues, and other agent-environment hazards before they become runtime surprises.

An HTTP-native protocol and reference implementation for durable agent memory, lifecycle behavior, access control, storage, and SDK usage.

Focus: make agent state explicit, inspectable, and useful across sessions and collaborating agents.

Defensive security utilities exposed through an MCP server and CLI, including IOC handling, hashing, entropy checks, CIDR analysis, repository checks, and shell-command assessment.

Focus: give analysts and agents small, composable security actions with clear boundaries.

How I work

  1. Start with a concrete workflow and its failure modes.
  2. Build a small, runnable slice.
  3. Test normal paths, adversarial inputs, and operational limits.
  4. Document the evidence, trade-offs, and non-goals.
  5. Turn the result into a demo, case study, or developer-facing guide.

Beyond one niche

MCP is one implementation surface in my work, not the whole identity. I also explore agent memory, evaluation, security automation, workflow systems, and practical AI applications. The common thread is building AI-enabled software that people can inspect, operate, and trust.

Writing and contact

I’m interested in collaborations around AI security, agent infrastructure, developer tooling, technical documentation, and code-backed demos.

Build log

This profile is being rebuilt around fewer, stronger public proofs. Repositories may be archived, made private, or re-scoped as their evidence and maintenance state become clearer.

Implementation first. Evidence over hype. Useful systems over noise.

Pinned Loading

  1. BraveMCP BraveMCP Public

    Local-first MCP server that gives Claude Desktop searchable memory of your browsing history — pages, bookmarks, highlights, notes.

    TypeScript 1 1

  2. agent-memory-protocol agent-memory-protocol Public

    An open protocol and reference implementation for durable, inspectable memory in AI agent systems.

    Python

  3. secops-toolkit-mcp secops-toolkit-mcp Public

    Defensive security utilities for analysts and agents: IOC handling, hashing, CIDR checks, repository checks, and safe command assessment.

    Python

  4. mcpscan mcpscan Public

    Supply-chain security scanner for MCP servers and agent projects. Finds risky tools, permissions, commands, and secrets before install.

    Python

  5. vulnscan vulnscan Public

    AI-powered vulnerability scanner — OSV.dev lookups across 7 ecosystems plus LLM-generated exploitability analysis and fixes.

    Python

  6. soc-copilotstudio soc-copilotstudio Public

    AI-powered SOC built on Microsoft Copilot Studio, Power Automate & Graph API — no Sentinel, no third-party SIEM.